| Modifier and Type | Class and Description |
|---|---|
class |
GridKernalContextImpl
Implementation of kernal context.
|
| Modifier and Type | Method and Description |
|---|---|
GridKernalContext |
IgniteKernal.context()
It's intended for use by internal marshalling implementation only.
|
GridKernalContext |
IgniteEx.context()
Internal context.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GridComponent> |
IgniteComponentType.create(GridKernalContext ctx,
boolean noOp)
Creates component.
|
<T extends GridComponent> |
IgniteComponentType.createIfInClassPath(GridKernalContext ctx,
boolean mandatory)
Creates component.
|
<T> T |
IgniteComponentType.createOptional(GridKernalContext ctx)
First tries to find main component class, if it is not found creates no-op implementation.
|
static <R> ComputeTaskInternalFuture<R> |
ComputeTaskInternalFuture.finishedFuture(GridKernalContext ctx,
Class<?> taskCls,
IgniteCheckedException e) |
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 |
MarshallerContextImpl.onMarshallerCachePreloaded(GridKernalContext ctx) |
void |
MarshallerContextImpl.onMarshallerCacheStarted(GridKernalContext ctx) |
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).
|
GridContinuousHandler.RegisterStatus |
GridMessageListenHandler.register(UUID nodeId,
UUID routineId,
GridKernalContext ctx)
Registers listener.
|
void |
GridMessageListenHandler.unregister(UUID routineId,
GridKernalContext ctx)
Unregisters listener.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
ClusterGroupAdapter.ctx
Kernal context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterGroupAdapter.setKernalContext(GridKernalContext ctx)
Sets kernal context.
|
| Constructor and Description |
|---|
ClusterGroupAdapter(GridKernalContext ctx,
UUID subjId,
IgnitePredicate<ClusterNode> p) |
ClusterGroupAdapter(GridKernalContext ctx,
UUID subjId,
Set<UUID> ids) |
IgniteClusterImpl(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridExecutorService(ClusterGroupAdapter prj,
GridKernalContext ctx)
Creates executor service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InteropAwareEventFilter.initialize(GridKernalContext ctx)
Initializes the filter.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridManagerAdapter.ctx
Kernal context.
|
| Constructor and Description |
|---|
GridManagerAdapter(GridKernalContext ctx,
T... spis) |
| Constructor and Description |
|---|
GridCheckpointManager(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridCollisionManager(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridLifecycleAwareMessageFilter.initialize(GridKernalContext ctx)
Initializes the filter.
|
| 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 |
|---|
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() |
GridKernalContext |
CacheObjectContext.kernalContext() |
GridKernalContext |
GridCacheSharedContext.kernalContext() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<CacheStoreSessionListener> |
GridCacheUtils.startStoreSessionListeners(GridKernalContext ctx,
javax.cache.configuration.Factory<CacheStoreSessionListener>[] factories)
Creates and starts store session listeners.
|
static void |
GridCacheUtils.stopStoreSessionListeners(GridKernalContext ctx,
Collection<CacheStoreSessionListener> sesLsnrs)
Stops store session listeners.
|
| Constructor and Description |
|---|
GridCacheQueryErrorFuture(GridKernalContext ctx,
Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GridKernalContext |
GridCacheStoreManagerAdapter.igniteContext() |
protected GridKernalContext |
CacheOsStoreManager.igniteContext() |
| Constructor and Description |
|---|
CacheOsStoreManager(GridKernalContext ctx,
CacheConfiguration cfg)
Constructor.
|
| Constructor and Description |
|---|
IgniteCacheObjectProcessorImpl(GridKernalContext ctx) |
| 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) |
| Constructor and Description |
|---|
ClusterProcessor(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).
|
GridContinuousHandler.RegisterStatus |
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 |
|---|
DataStreamerImpl(GridKernalContext ctx,
String cacheName,
DelayQueue<DataStreamerImpl<K,V>> flushQ) |
DataStreamProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
DataStructuresProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
HadoopNoopProcessor(GridKernalContext ctx) |
HadoopProcessorAdapter(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
GridKernalContext |
IgfsContext.kernalContext() |
| Constructor and Description |
|---|
IgfsContext(GridKernalContext ctx,
FileSystemConfiguration cfg,
IgfsMetaManager metaMgr,
IgfsDataManager dataMgr,
IgfsServerManager srvMgr,
IgfsFragmentizerManager fragmentizerMgr) |
IgfsNoopProcessor(GridKernalContext ctx)
Constructor.
|
IgfsProcessor(GridKernalContext ctx) |
IgfsProcessorAdapter(GridKernalContext ctx)
Constructor.
|
| Constructor and Description |
|---|
GridJobProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridJobMetricsProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
OsDiscoveryNodeValidationProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOffHeapProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
CachePluginManager(GridKernalContext ctx,
CacheConfiguration cfg) |
IgnitePluginProcessor(GridKernalContext ctx,
IgniteConfiguration cfg,
List<PluginProvider> providers) |
| Constructor and Description |
|---|
GridPortProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryIndexing.start(GridKernalContext ctx,
GridSpinBusyLock busyLock)
Starts indexing.
|
| Constructor and Description |
|---|
GridQueryProcessor(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 |
|---|
DataStructuresCommandHandler(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(IgniteLogger 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(IgniteLogger log,
GridTcpRestProtocol proto,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
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 |
|---|
IgniteNoopScheduleProcessor(GridKernalContext ctx) |
IgniteScheduleProcessorAdapter(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsSecurityProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridOsSegmentationProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridServiceProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTaskSessionProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTaskProcessor(GridKernalContext ctx) |
| Constructor and Description |
|---|
GridTimeoutProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static IgniteClosure<UUID,ClusterNode> |
IgniteUtils.id2Node(GridKernalContext ctx) |
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Class<?> cls)
Initializes logger into/from log reference passed in.
|
static IgniteLogger |
IgniteUtils.logger(GridKernalContext ctx,
AtomicReference<IgniteLogger> logRef,
Object obj)
Initializes logger into/from log reference passed in.
|
| Constructor and Description |
|---|
GridCompoundIdentityFuture(GridKernalContext ctx,
IgniteReducer<T,T> rdc) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015