| Modifier and Type | Class and Description |
|---|---|
class |
GridKernalContextImpl
Implementation of kernal context.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridProjectionAdapter.ctx |
| Modifier and Type | Method and Description |
|---|---|
GridKernalContext |
GridKernal.context()
It's intended for use by internal marshalling implementation only.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GridComponent> |
GridComponentType.create(GridKernalContext ctx,
boolean noOp)
Creates component.
|
<T> T |
GridComponentType.createOptional(GridKernalContext ctx)
First tries to find main component class, if it is not found creates no-op implementation.
|
void |
GridMessageListenHandler.notifyCallback(UUID nodeId,
UUID routineId,
Collection<?> objs,
GridKernalContext ctx)
Notifies local callback.
|
void |
GridMessageListenHandler.onListenerRegistered(UUID routineId,
GridKernalContext ctx)
Callback called after listener is registered and acknowledgement is sent.
|
void |
GridMessageListenHandler.p2pMarshal(GridKernalContext ctx)
Deploys and marshals inner objects (called only if peer deployment is enabled).
|
void |
GridMessageListenHandler.p2pUnmarshal(UUID nodeId,
GridKernalContext ctx)
Unmarshals inner objects (called only if peer deployment is enabled).
|
boolean |
GridMessageListenHandler.register(UUID nodeId,
UUID routineId,
GridKernalContext ctx)
Registers listener.
|
protected void |
GridProjectionAdapter.setKernalContext(GridKernalContext ctx)
Sets kernal context.
|
void |
GridMessageListenHandler.unregister(UUID routineId,
GridKernalContext ctx)
Unregisters listener.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridManagerAdapter.ctx
Kernal context.
|
| Constructor and Description |
|---|
GridManagerAdapter(GridKernalContext ctx,
T... spis) |
GridNoopManagerAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridCheckpointManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridCollisionManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridIoManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridDeploymentManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridDiscoveryManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridEventStorageManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridFailoverManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridIndexingManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridLoadBalancerManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsSecureSessionManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsSecurityManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridSwapSpaceManager(GridKernalContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridProcessorAdapter.ctx
Kernal context.
|
| Constructor and Description |
|---|
GridProcessorAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridAffinityProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
GridKernalContext |
GridCacheContext.kernalContext() |
| Constructor and Description |
|---|
GridCacheContext(GridKernalContext ctx,
GridCacheConfiguration cacheCfg,
GridCacheMvccManager<K,V> mvccMgr,
GridCacheVersionManager<K,V> verMgr,
GridCacheEventManager<K,V> evtMgr,
GridCacheSwapManager<K,V> swapMgr,
GridCacheStoreManager<K,V> storeMgr,
GridCacheDeploymentManager<K,V> depMgr,
GridCacheEvictionManager<K,V> evictMgr,
GridCacheIoManager<K,V> ioMgr,
GridCacheQueryManager<K,V> qryMgr,
GridCacheContinuousQueryManager<K,V> contQryMgr,
GridCacheDgcManager<K,V> dgcMgr,
GridCacheAffinityManager<K,V> affMgr,
GridCacheTxManager<K,V> txMgr,
GridCacheDataStructuresManager<K,V> dataStructuresMgr,
GridCacheTtlManager<K,V> ttlMgr,
GridCacheDrManager<K,V> drMgr,
GridCacheJtaManagerAdapter<K,V> jtaMgr) |
GridCacheProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridDhtEmbeddedFuture(GridFuture<B> embedded,
GridBiClosure<B,Exception,GridFuture<A>> c,
GridKernalContext ctx) |
GridDhtEmbeddedFuture(GridKernalContext ctx,
GridFuture<B> embedded,
GridBiClosure<B,Exception,A> c) |
GridDhtEmbeddedFuture(GridKernalContext ctx,
GridFuture<B> embedded,
GridBiClosure<B,Exception,A> c,
Collection<Integer> invalidParts) |
GridDhtFinishedFuture(GridKernalContext ctx,
T t) |
GridDhtFinishedFuture(GridKernalContext ctx,
Throwable err) |
| Constructor and Description |
|---|
GridCacheFieldsQueryErrorFuture(GridKernalContext ctx,
Throwable th,
boolean incMeta) |
GridCacheQueryErrorFuture(GridKernalContext ctx,
Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridClockServer.start(GridKernalContext ctx)
Starts server.
|
| Constructor and Description |
|---|
GridClockSyncProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridClosureProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridContinuousHandler.notifyCallback(UUID nodeId,
UUID routineId,
Collection<?> objs,
GridKernalContext ctx)
Notifies local callback.
|
void |
GridContinuousHandler.onListenerRegistered(UUID routineId,
GridKernalContext ctx)
Callback called after listener is registered and acknowledgement is sent.
|
void |
GridContinuousHandler.p2pMarshal(GridKernalContext ctx)
Deploys and marshals inner objects (called only if peer deployment is enabled).
|
void |
GridContinuousHandler.p2pUnmarshal(UUID nodeId,
GridKernalContext ctx)
Unmarshals inner objects (called only if peer deployment is enabled).
|
boolean |
GridContinuousHandler.register(UUID nodeId,
UUID routineId,
GridKernalContext ctx)
Registers listener.
|
void |
GridContinuousHandler.unregister(UUID routineId,
GridKernalContext ctx)
Unregisters listener.
|
| Constructor and Description |
|---|
GridContinuousProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridDataLoaderImpl(GridKernalContext ctx,
String cacheName,
DelayQueue<GridDataLoaderImpl<K,V>> flushQ) |
GridDataLoaderProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsDrProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridEmailProcessorAdapter(GridKernalContext ctx) |
GridNoopEmailProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridGgfsProcessorAdapter(GridKernalContext ctx)
Constructor.
|
GridNoopGgfsProcessor(GridKernalContext ctx)
Constructor.
|
| Constructor and Description |
|---|
GridJobProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridJobMetricsProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsLicenseProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOffHeapProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridPortProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridResourceProcessor(GridKernalContext ctx)
Creates resources processor.
|
| Constructor and Description |
|---|
GridRestProcessor(GridKernalContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridRestCommandHandlerAdapter.ctx
Kernal context.
|
| Constructor and Description |
|---|
GridRestCommandHandlerAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridCacheCommandHandler(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridLogCommandHandler(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTaskCommandHandler(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTopologyCommandHandler(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridVersionCommandHandler(GridKernalContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridRestProtocolAdapter.ctx
Context.
|
| Constructor and Description |
|---|
GridRestProtocolAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTcpMemcachedNioListener(GridLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
GridTcpRestNioListener(GridLogger log,
GridTcpRestProtocol proto,
GridRestProtocolHandler hnd,
GridKernalContext ctx,
GridClientMarshaller protobufMarshaller)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
GridTcpRestProtocol(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridNoopScheduleProcessor(GridKernalContext ctx) |
GridScheduleProcessorAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsSegmentationProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTaskSessionProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
GridKernalContext |
GridStreamerImpl.kernalContext() |
GridKernalContext |
GridStreamerEx.kernalContext() |
| Constructor and Description |
|---|
GridStreamerContextImpl(GridKernalContext ctx,
GridStreamerConfiguration cfg,
GridStreamerEx streamer) |
GridStreamerImpl(GridKernalContext ctx,
GridStreamerConfiguration c) |
GridStreamProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTaskProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTimeoutProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsVersionProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static GridClosure<UUID,GridNode> |
GridUtils.id2Node(GridKernalContext ctx) |
static GridLogger |
GridUtils.logger(GridKernalContext ctx,
AtomicReference<GridLogger> logRef,
Class<?> cls)
Initializes logger into/from log reference passed in.
|
static GridLogger |
GridUtils.logger(GridKernalContext ctx,
AtomicReference<GridLogger> logRef,
Object obj)
Initializes logger into/from log reference passed in.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridFutureAdapter.ctx
Context.
|
protected GridKernalContext |
GridFinishedFuture.ctx
Context.
|
| Constructor and Description |
|---|
GridWorkerFuture(GridKernalContext ctx) |
Copyright © 2014. All rights reserved.