public class IgfsNoopProcessor extends IgfsProcessorAdapter
GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Constructor and Description |
|---|
IgfsNoopProcessor(GridKernalContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJob |
createJob(IgfsJob job,
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.
|
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, 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 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 ComputeJob createJob(IgfsJob job, @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 Fabric : ver. 2.1.0 Release Date : July 20 2017