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