public class GridNoopGgfsProcessor extends GridGgfsProcessorAdapter
ctx, log| Constructor and Description |
|---|
GridNoopGgfsProcessor(GridKernalContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridComputeJob |
createJob(GridGgfsJob job,
String ggfsName,
GridGgfsPath path,
long start,
long length,
GridGgfsRecordResolver recRslv)
Create compute job for the given GGFS job.
|
Collection<GridIpcServerEndpoint> |
endpoints(String name)
Gets server endpoints for particular GGFS.
|
GridGgfs |
ggfs(String name)
Gets GGFS instance.
|
Collection<GridGgfs> |
ggfss()
Gets all GGFS instances.
|
void |
printMemoryStats()
Prints memory statistics (sizes of internal structures, etc.).
|
addAttributes, assertParameter, collectDiscoveryData, onDiscoveryDataReceived, onKernalStart, onKernalStop, start, stop, toString, validateNodepublic GridNoopGgfsProcessor(GridKernalContext ctx)
ctx - Kernal context.public void printMemoryStats()
printMemoryStats in interface GridComponentprintMemoryStats in class GridProcessorAdapterpublic Collection<GridGgfs> ggfss()
ggfss in class GridGgfsProcessorAdapter@Nullable public GridGgfs ggfs(@Nullable String name)
ggfs in class GridGgfsProcessorAdaptername - (Nullable) GGFS name.public Collection<GridIpcServerEndpoint> endpoints(@Nullable String name)
endpoints in class GridGgfsProcessorAdaptername - GGFS name.null in case GGFS is not defined.@Nullable public GridComputeJob createJob(GridGgfsJob job, @Nullable String ggfsName, GridGgfsPath path, long start, long length, GridGgfsRecordResolver recRslv)
createJob in class GridGgfsProcessorAdapterjob - GGFS job.ggfsName - GGFS name.path - Path.start - Start position.length - Length.recRslv - Record resolver.Copyright © 2014. All rights reserved.