public abstract class IgfsProcessorAdapter extends GridProcessorAdapter implements IgniteChangeGlobalStateSupport
GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Modifier | Constructor and Description |
|---|---|
protected |
IgfsProcessorAdapter(GridKernalContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ComputeJob |
createJob(IgfsJob job,
String igfsName,
IgfsPath path,
long start,
long length,
IgfsRecordResolver recRslv)
Create compute job for the given IGFS job.
|
abstract Collection<IpcServerEndpoint> |
endpoints(String name)
Gets server endpoints for particular IGFS.
|
abstract IgniteFileSystem |
igfs(String name)
Gets IGFS instance.
|
abstract Collection<IgniteFileSystem> |
igfss()
Gets all IGFS instances.
|
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, toString, validateNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonActivate, onDeActivateprotected IgfsProcessorAdapter(GridKernalContext ctx)
ctx - Kernal context.public abstract Collection<IgniteFileSystem> igfss()
@Nullable public abstract IgniteFileSystem igfs(String name)
name - (Nullable) IGFS name.public abstract Collection<IpcServerEndpoint> endpoints(String name)
name - IGFS name.null in case IGFS is not defined.@Nullable public abstract ComputeJob createJob(IgfsJob job, @Nullable String igfsName, IgfsPath path, long start, long length, IgfsRecordResolver recRslv)
job - IGFS job.igfsName - IGFS name.path - Path.start - Start position.length - Length.recRslv - Record resolver.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017