public class IgfsNoopProcessor extends IgfsProcessorAdapter
GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Constructor and Description |
|---|
IgfsNoopProcessor(GridKernalContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable ComputeJob |
createJob(IgfsJob job,
@Nullable String igfsName,
IgfsPath path,
long start,
long length,
IgfsRecordResolver recRslv)
Create compute job for the given IGFS job.
|
Collection<IpcServerEndpoint> |
endpoints(String name)
Gets server endpoints for particular IGFS.
|
@Nullable IgniteFileSystem |
igfs(String name)
Gets IGFS instance.
|
Collection<IgniteFileSystem> |
igfss()
Gets all IGFS instances.
|
void |
onActivate(GridKernalContext kctx)
Called when cluster performing activation.
|
void |
onDeActivate(GridKernalContext kctx)
Called when cluster performing deactivation.
|
void |
printMemoryStats()
Prints memory statistics (sizes of internal structures, etc.).
|
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, start, stop, toString, validateNode, validateNodepublic IgfsNoopProcessor(GridKernalContext ctx)
ctx - Kernal context.public void printMemoryStats()
printMemoryStats in interface GridComponentprintMemoryStats in class GridProcessorAdapterpublic Collection<IgniteFileSystem> igfss()
igfss in class IgfsProcessorAdapter@Nullable public @Nullable IgniteFileSystem igfs(String name)
igfs in class IgfsProcessorAdaptername - (Nullable) IGFS name.public Collection<IpcServerEndpoint> endpoints(String name)
endpoints in class IgfsProcessorAdaptername - IGFS name.null in case IGFS is not defined.@Nullable public @Nullable ComputeJob createJob(IgfsJob job, @Nullable @Nullable String igfsName, IgfsPath path, long start, long length, IgfsRecordResolver recRslv)
createJob in class IgfsProcessorAdapterjob - IGFS job.igfsName - IGFS name.path - Path.start - Start position.length - Length.recRslv - Record resolver.public void onActivate(GridKernalContext kctx) throws IgniteCheckedException
kctx - Kernal context.IgniteCheckedException - If failed.public void onDeActivate(GridKernalContext kctx)
kctx - Kernal context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020