public class IgfsNoopProcessor extends IgfsProcessorAdapter
GridComponent.DiscoveryDataExchangeTypectx, 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 |
printMemoryStats()
Prints memory statistics (sizes of internal structures, etc.).
|
assertParameter, collectDiscoveryData, discoveryDataType, onDisconnected, onDiscoveryDataReceived, 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(@Nullable String name)
igfs in class IgfsProcessorAdaptername - (Nullable) IGFS name.public Collection<IpcServerEndpoint> endpoints(@Nullable 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.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016