Uses of Interface
org.apache.ignite.internal.GridKernalContext
-
-
Uses of GridKernalContext in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement GridKernalContext Modifier and Type Class Description classGridKernalContextImplImplementation of kernal context.Methods in org.apache.ignite.internal that return GridKernalContext Modifier and Type Method Description GridKernalContextIgniteEx. context()Internal context.GridKernalContextIgniteKernal. context()It's intended for use by internal marshalling implementation only.Methods in org.apache.ignite.internal with parameters of type GridKernalContext Modifier and Type Method Description voidIgniteDiagnosticMessage.ExchangeInfoClosure. apply(StringBuilder sb, GridKernalContext ctx)Closure body.voidIgniteDiagnosticMessage.TxEntriesInfoClosure. apply(StringBuilder sb, GridKernalContext ctx)Closure body.voidIgniteDiagnosticMessage.TxInfoClosure. apply(StringBuilder sb, GridKernalContext ctx)Closure body.<T> TIgniteComponentType. create(GridKernalContext ctx, boolean noOp)Creates component.<T> TIgniteComponentType. createIfInClassPath(GridKernalContext ctx, boolean mandatory)Creates component.<T> TIgniteComponentType. createOptional(GridKernalContext ctx)First tries to find main component class, if it is not found creates no-op implementation.static IgniteInternalFuture<String>IgniteDiagnosticMessage. dumpCommunicationInfo(GridKernalContext ctx, UUID nodeId)static <R> ComputeTaskInternalFuture<R>ComputeTaskInternalFuture. finishedFuture(GridKernalContext ctx, Class<?> taskCls, IgniteCheckedException e)voidGridMessageListenHandler. notifyCallback(UUID nodeId, UUID routineId, Collection<?> objs, GridKernalContext ctx)Notifies local callback.voidGridMessageListenHandler. onBatchAcknowledged(UUID routineId, GridContinuousBatch batch, GridKernalContext ctx)Called when ack for a batch is received from client.voidMarshallerContextImpl. onMarshallerProcessorStarted(GridKernalContext ctx, MarshallerMappingTransport transport)voidGridMessageListenHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidGridMessageListenHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).GridContinuousHandler.RegisterStatusGridMessageListenHandler. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.static voidMarshallerContextImpl. saveMappings(GridKernalContext ctx, List<Map<Integer,MappedName>> mappings, File dir)voidIgniteDiagnosticPrepareContext. send(GridKernalContext ctx, @Nullable IgniteInClosure<IgniteInternalFuture<String>> lsnr)voidGridMessageListenHandler. unregister(UUID routineId, GridKernalContext ctx)Unregisters listener.Method parameters in org.apache.ignite.internal with type arguments of type GridKernalContext Modifier and Type Method Description static IgniteDiagnosticMessageIgniteDiagnosticMessage. createRequest(Marshaller marsh, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, long futId) -
Uses of GridKernalContext in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type GridKernalContext Modifier and Type Method Description voidIndexProcessor. destroyOrphanIndex(GridKernalContext ctx, RootPage page, String indexName, int grpId, PageMemory pageMemory, GridAtomicLong removeId, ReuseList reuseList)Destroy founded index which belongs to stopped cache.Constructors in org.apache.ignite.internal.cache.query.index with parameters of type GridKernalContext Constructor Description IndexProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type GridKernalContext Modifier and Type Method Description IgniteInternalFuture<DurableBackgroundTaskResult>DurableBackgroundCleanupIndexTreeTask. executeAsync(GridKernalContext ctx)Deprecated.Asynchronous task execution.IgniteInternalFuture<DurableBackgroundTaskResult<Long>>DurableBackgroundCleanupIndexTreeTaskV2. executeAsync(GridKernalContext ctx)Asynchronous task execution. -
Uses of GridKernalContext in org.apache.ignite.internal.cache.query.index.sorted.maintenance
Constructors in org.apache.ignite.internal.cache.query.index.sorted.maintenance with parameters of type GridKernalContext Constructor Description RebuildIndexAction(List<MaintenanceRebuildIndexTarget> indexesToRebuild, GridKernalContext ctx)Constructor.RebuildIndexWorkflowCallback(List<MaintenanceRebuildIndexTarget> indexesToRebuild, GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.cluster
Fields in org.apache.ignite.internal.cluster declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextClusterGroupAdapter. ctxKernal context.Methods in org.apache.ignite.internal.cluster with parameters of type GridKernalContext Modifier and Type Method Description voidDistributedBaselineConfiguration. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidDistributedBaselineConfiguration. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.voidClusterGroupAdapter. setKernalContext(GridKernalContext ctx)Sets kernal context.Constructors in org.apache.ignite.internal.cluster with parameters of type GridKernalContext Constructor Description ClusterGroupAdapter(@Nullable GridKernalContext ctx, @Nullable IgnitePredicate<ClusterNode> p)ClusterGroupAdapter(@Nullable GridKernalContext ctx, Set<UUID> ids)DistributedBaselineConfiguration(GridInternalSubscriptionProcessor isp, GridKernalContext ctx, IgniteLogger log)DistributedTransactionConfiguration(GridKernalContext ctx, IgniteLogger log, DistributePropertyListener<Long> longOperationsDumpTimeoutLsnr, DistributePropertyListener<Integer> collisionsDumpIntervalLsnr)IgniteClusterImpl(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.executor
Constructors in org.apache.ignite.internal.executor with parameters of type GridKernalContext Constructor Description GridExecutorService(ClusterGroupAdapter prj, GridKernalContext ctx)Creates executor service. -
Uses of GridKernalContext in org.apache.ignite.internal.maintenance
Constructors in org.apache.ignite.internal.maintenance with parameters of type GridKernalContext Constructor Description MaintenanceProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.management.meta
Methods in org.apache.ignite.internal.management.meta with parameters of type GridKernalContext Modifier and Type Method Description static intMetadataInfoTask. typeId(GridKernalContext ctx, int typeId, String typeName) -
Uses of GridKernalContext in org.apache.ignite.internal.managers
Fields in org.apache.ignite.internal.managers declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridManagerAdapter. ctxKernal context.Constructors in org.apache.ignite.internal.managers with parameters of type GridKernalContext Constructor Description GridManagerAdapter(GridKernalContext ctx, T... spis) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.checkpoint
Constructors in org.apache.ignite.internal.managers.checkpoint with parameters of type GridKernalContext Constructor Description GridCheckpointManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.collision
Constructors in org.apache.ignite.internal.managers.collision with parameters of type GridKernalContext Constructor Description GridCollisionManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.communication
Constructors in org.apache.ignite.internal.managers.communication with parameters of type GridKernalContext Constructor Description GridIoManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.deployment
Fields in org.apache.ignite.internal.managers.deployment declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridDeploymentStoreAdapter. ctxKernal context.protected GridKernalContextGridDeploymentStoreAdapter. ctxKernal context.Constructors in org.apache.ignite.internal.managers.deployment with parameters of type GridKernalContext Constructor Description GridDeploymentManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.discovery
Fields in org.apache.ignite.internal.managers.discovery declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextDiscoveryMessageResultsCollector. ctxConstructors in org.apache.ignite.internal.managers.discovery with parameters of type GridKernalContext Constructor Description ClusterMetricsImpl(GridKernalContext ctx, long nodeStartTime)DiscoveryMessageResultsCollector(GridKernalContext ctx)GridDiscoveryManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption with parameters of type GridKernalContext Modifier and Type Method Description voidGridEncryptionManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridEncryptionManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.managers.encryption with parameters of type GridKernalContext Constructor Description CacheGroupPageScanner(GridKernalContext ctx)GridEncryptionManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.eventstorage
Constructors in org.apache.ignite.internal.managers.eventstorage with parameters of type GridKernalContext Constructor Description GridEventStorageManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.failover
Constructors in org.apache.ignite.internal.managers.failover with parameters of type GridKernalContext Constructor Description GridFailoverManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.indexing
Constructors in org.apache.ignite.internal.managers.indexing with parameters of type GridKernalContext Constructor Description GridIndexingManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.loadbalancer
Constructors in org.apache.ignite.internal.managers.loadbalancer with parameters of type GridKernalContext Constructor Description GridLoadBalancerManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.systemview
Constructors in org.apache.ignite.internal.managers.systemview with parameters of type GridKernalContext Constructor Description GridSystemViewManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.managers.tracing
Constructors in org.apache.ignite.internal.managers.tracing with parameters of type GridKernalContext Constructor Description GridTracingManager(GridKernalContext ctx, boolean useNoopTracingSpi)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors
Fields in org.apache.ignite.internal.processors declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridProcessorAdapter. ctxKernal context.Constructors in org.apache.ignite.internal.processors with parameters of type GridKernalContext Constructor Description GridProcessorAdapter(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.affinity
Methods in org.apache.ignite.internal.processors.affinity with parameters of type GridKernalContext Modifier and Type Method Description static GridAffinityAssignmentCacheGridAffinityAssignmentCache. create(GridKernalContext ctx, AffinityFunction aff, CacheConfiguration<?,?> ccfg)Constructors in org.apache.ignite.internal.processors.affinity with parameters of type GridKernalContext Constructor Description GridAffinityProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.authentication
Constructors in org.apache.ignite.internal.processors.authentication with parameters of type GridKernalContext Constructor Description IgniteAuthenticationProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridKernalContext Modifier and Type Method Description GridKernalContextCacheObjectContext. kernalContext()GridKernalContextCacheObjectValueContext. kernalContext()GridKernalContextGridCacheContext. kernalContext()GridKernalContextGridCacheSharedContext. kernalContext()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridKernalContext Modifier and Type Method Description <K,V>
GridCacheSharedContext<K,V>GridCacheSharedContext.Builder. build(GridKernalContext kernalCtx, Collection<CacheStoreSessionListener> storeSesLsnrs)static Collection<CacheStoreSessionListener>GridCacheUtils. startStoreSessionListeners(GridKernalContext ctx, javax.cache.configuration.Factory<CacheStoreSessionListener>[] factories)Creates and starts store session listeners.static DynamicCacheChangeRequestDynamicCacheChangeRequest. stopRequest(GridKernalContext ctx, String cacheName, boolean sql, boolean destroy)static voidGridCacheUtils. stopStoreSessionListeners(GridKernalContext ctx, Collection<CacheStoreSessionListener> sesLsnrs)Stops store session listeners.static Map<Class<? extends WarmUpConfiguration>,WarmUpStrategy>GridCacheUtils. warmUpStrategies(GridKernalContext kernalCtx)Getting available warming strategies.static <K,V,T>
javax.cache.processor.EntryProcessor<K,V,T>EntryProcessorResourceInjectorProxy. wrap(GridKernalContext ctx, @Nullable javax.cache.processor.EntryProcessor<K,V,T> proc)Wraps EntryProcessor if needed. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type GridKernalContext Modifier and Type Method Description voidCacheObjectBinaryProcessorImpl. onContinuousProcessorStarted(GridKernalContext ctx)Constructors in org.apache.ignite.internal.processors.cache.binary with parameters of type GridKernalContext Constructor Description CacheObjectBinaryProcessorImpl(GridKernalContext ctx)IgniteBinaryImpl(GridKernalContext ctx, IgniteCacheObjectProcessor proc) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch with parameters of type GridKernalContext Constructor Description ExchangeLatchManager(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridKernalContext Modifier and Type Method Description protected List<DatabaseLifecycleListener>IgniteCacheDatabaseSharedManager. getDatabaseListeners(GridKernalContext kctx)voidGridCacheDatabaseSharedManager. onActivate(GridKernalContext ctx)Called when cluster performing activation.voidIgniteCacheDatabaseSharedManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridCacheDatabaseSharedManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.voidIgniteCacheDatabaseSharedManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.voidGridCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.voidIgniteCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridKernalContext Constructor Description DataRegionMetricsImpl(DataRegionConfiguration dataRegionCfg, GridKernalContext kernalCtx)Same asDataRegionMetricsImpl(DataRegionConfiguration, GridKernalContext, DataRegionMetricsProvider)but uses a no-op implementation for theDataRegionMetricsProvider.DataRegionMetricsImpl(DataRegionConfiguration dataRegionCfg, GridKernalContext kernalCtx, DataRegionMetricsProvider dataRegionMetricsProvider)GridCacheDatabaseSharedManager(GridKernalContext ctx)IgniteCacheDatabaseSharedManager(GridKernalContext ctx)NodeFileLockHolder(String rootDir, @NotNull GridKernalContext ctx, IgniteLogger log) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Constructors in org.apache.ignite.internal.processors.cache.persistence.defragmentation with parameters of type GridKernalContext Constructor Description DefragmentationMXBeanImpl(GridKernalContext ctx)DefragmentationPageReadWriteManager(GridKernalContext ctx, String name)IgniteDefragmentationImpl(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.file
Methods in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type GridKernalContext Modifier and Type Method Description voidFilePageStoreManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidFilePageStoreManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type GridKernalContext Constructor Description FilePageStoreManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.filename
Constructors in org.apache.ignite.internal.processors.cache.persistence.filename with parameters of type GridKernalContext Constructor Description PdsConsistentIdProcessor(GridKernalContext ctx)Creates folders resolver -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.freelist
Constructors in org.apache.ignite.internal.processors.cache.persistence.freelist with parameters of type GridKernalContext Constructor Description AbstractFreeList(int cacheGrpId, String name, DataRegion dataRegion, @Nullable ReuseList reuseList, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag)CacheFreeList(int cacheGrpId, String name, DataRegion dataRegion, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag)PagesList(int cacheGrpId, String name, PageMemory pageMem, int buckets, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, byte pageFlag) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask with parameters of type GridKernalContext Modifier and Type Method Description IgniteInternalFuture<DurableBackgroundTaskResult<R>>DurableBackgroundTask. executeAsync(GridKernalContext ctx)Asynchronous task execution. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.pagemem
Constructors in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type GridKernalContext Constructor Description PageReadWriteManagerImpl(GridKernalContext ctx, PageStoreCollection pageStores, String name) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.partstorage
Constructors in org.apache.ignite.internal.processors.cache.persistence.partstorage with parameters of type GridKernalContext Constructor Description PartitionMetaStorageImpl(int cacheGrpId, String name, DataRegion memPlc, @Nullable ReuseList reuseList, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type GridKernalContext Modifier and Type Method Description voidIgniteSnapshotManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidIgniteSnapshotManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(GridKernalContext ctx, String grpName, int partId, FilePageStore pageStore)Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type GridKernalContext Constructor Description IgniteSnapshotManager(GridKernalContext ctx)SnapshotMXBeanImpl(GridKernalContext ctx)SnapshotRestoreProcess(GridKernalContext ctx, ThreadLocal<ByteBuffer> locBuff) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that return GridKernalContext Modifier and Type Method Description GridKernalContextDump. context()Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type GridKernalContext Modifier and Type Method Description voidDumpEntrySerializer. kernalContext(GridKernalContext cctx)voidDumpConsumerKernalContextAware. start(GridKernalContext ctx)Starts the consumer with the kernal context provided. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.tree.reuse
Constructors in org.apache.ignite.internal.processors.cache.persistence.tree.reuse with parameters of type GridKernalContext Constructor Description ReuseListImpl(int cacheId, String name, PageMemory pageMem, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type GridKernalContext Modifier and Type Method Description voidFileWriteAheadLogManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidFileWriteAheadLogManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type GridKernalContext Constructor Description FileWriteAheadLogManager(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.reader that implement GridKernalContext Modifier and Type Class Description classStandaloneGridKernalContextDummy context for offline utilities.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type GridKernalContext Modifier and Type Method Description static voidStandaloneGridKernalContext. closeAllComponents(GridKernalContext kctx)static voidStandaloneGridKernalContext. startAllComponents(GridKernalContext kctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridKernalContext Modifier and Type Method Description voidGridCacheQueryMarshallable. unmarshall(Marshaller m, GridKernalContext ctx)Constructors in org.apache.ignite.internal.processors.cache.query with parameters of type GridKernalContext Constructor Description GridCacheQueryErrorFuture(GridKernalContext ctx, Throwable err) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type GridKernalContext Modifier and Type Method Description voidCacheContinuousQueryListener. acknowledgeBackupOnTimeout(GridKernalContext ctx)voidCacheContinuousQueryListener. flushOnExchangeDone(GridKernalContext ctx, AffinityTopologyVersion topVer)Flushes backup queue.protected voidCacheContinuousQueryHandler. initRemoteFilter(javax.cache.event.CacheEntryEventFilter filter, GridKernalContext ctx)Performs resource injection and checks asynchrony for the provided remote filter.voidCacheContinuousQueryHandler. notifyCallback(UUID nodeId, UUID routineId, Collection<?> objs, GridKernalContext ctx)Notifies local callback.voidCacheContinuousQueryHandler. onBatchAcknowledged(UUID routineId, GridContinuousBatch batch, GridKernalContext ctx)Called when ack for a batch is received from client.voidCacheContinuousQueryHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV2. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV3. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).protected <T> TCacheContinuousQueryHandler. p2pUnmarshal(org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryDeployableObject depObj, UUID nodeId, GridKernalContext ctx)voidCacheContinuousQueryHandlerV2. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV3. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).GridContinuousHandler.RegisterStatusCacheContinuousQueryHandler. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.GridContinuousHandler.RegisterStatusCacheContinuousQueryHandlerV3. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.voidCacheContinuousQueryHandler. unregister(UUID routineId, GridKernalContext ctx)Unregisters listener. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.store
Methods in org.apache.ignite.internal.processors.cache.store that return GridKernalContext Modifier and Type Method Description protected GridKernalContextCacheOsStoreManager. igniteContext()protected abstract GridKernalContextGridCacheStoreManagerAdapter. igniteContext()Constructors in org.apache.ignite.internal.processors.cache.store with parameters of type GridKernalContext Constructor Description CacheOsStoreManager(GridKernalContext ctx, CacheConfiguration cfg)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cache.transactions
Constructors in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridKernalContext Constructor Description TransactionMetricsAdapter(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type GridKernalContext Modifier and Type Method Description voidIgniteCacheObjectProcessor. onContinuousProcessorStarted(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.closure
Constructors in org.apache.ignite.internal.processors.closure with parameters of type GridKernalContext Constructor Description GridClosureProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster with parameters of type GridKernalContext Modifier and Type Method Description voidIgniteChangeGlobalStateSupport. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidIgniteChangeGlobalStateSupport. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Method parameters in org.apache.ignite.internal.processors.cluster with type arguments of type GridKernalContext Modifier and Type Method Description IgniteInternalFuture<String>ClusterProcessor. requestDiagnosticInfo(UUID nodeId, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, String baseMsg)Sends diagnostic message closure to remote node.Constructors in org.apache.ignite.internal.processors.cluster with parameters of type GridKernalContext Constructor Description BaselineAutoAdjustMXBeanImpl(GridKernalContext ctx)ClusterProcessor(GridKernalContext ctx)GridClusterStateProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.cluster.baseline.autoadjust
Constructors in org.apache.ignite.internal.processors.cluster.baseline.autoadjust with parameters of type GridKernalContext Constructor Description BaselineTopologyUpdater(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.compress
Methods in org.apache.ignite.internal.processors.compress with parameters of type GridKernalContext Modifier and Type Method Description static CompressionHandlerCompressionHandler. create(GridKernalContext ctx, CacheConfiguration cfg)Creates compression handler.Constructors in org.apache.ignite.internal.processors.compress with parameters of type GridKernalContext Constructor Description CompressionProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.configuration.distributed
Constructors in org.apache.ignite.internal.processors.configuration.distributed with parameters of type GridKernalContext Constructor Description DistributedConfigurationProcessor(GridKernalContext ctx)DistributedThinClientConfiguration(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous with parameters of type GridKernalContext Modifier and Type Method Description voidGridContinuousHandler. notifyCallback(UUID nodeId, UUID routineId, Collection<?> objs, GridKernalContext ctx)Notifies local callback.voidGridContinuousHandler. onBatchAcknowledged(UUID routineId, GridContinuousBatch batch, GridKernalContext ctx)Called when ack for a batch is received from client.voidGridContinuousHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidGridContinuousHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).GridContinuousHandler.RegisterStatusGridContinuousHandler. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.voidGridContinuousHandler. unregister(UUID routineId, GridKernalContext ctx)Unregisters listener.Constructors in org.apache.ignite.internal.processors.continuous with parameters of type GridKernalContext Constructor Description GridContinuousProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.datastreamer
Constructors in org.apache.ignite.internal.processors.datastreamer with parameters of type GridKernalContext Constructor Description DataStreamerImpl(GridKernalContext ctx, @Nullable String cacheName, DelayQueue<DataStreamerImpl<K,V>> flushQ)DataStreamProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures with parameters of type GridKernalContext Modifier and Type Method Description voidAtomicDataStructureProxy. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidDataStructuresProcessor. onActivate(GridKernalContext ctx)Called when cluster performing activation.voidAtomicDataStructureProxy. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.voidDataStructuresProcessor. onDeActivate(GridKernalContext ctx)Called when cluster performing deactivation.voidDataStructuresProcessor. restoreStructuresState(GridKernalContext ctx)Constructors in org.apache.ignite.internal.processors.datastructures with parameters of type GridKernalContext Constructor Description DataStructuresProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.diagnostic
Constructors in org.apache.ignite.internal.processors.diagnostic with parameters of type GridKernalContext Constructor Description DiagnosticProcessor(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.failure
Constructors in org.apache.ignite.internal.processors.failure with parameters of type GridKernalContext Constructor Description FailureProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.job
Constructors in org.apache.ignite.internal.processors.job with parameters of type GridKernalContext Constructor Description GridJobProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.jobmetrics
Constructors in org.apache.ignite.internal.processors.jobmetrics with parameters of type GridKernalContext Constructor Description GridJobMetricsProcessor(GridKernalContext ctx)Deprecated. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.localtask
Constructors in org.apache.ignite.internal.processors.localtask with parameters of type GridKernalContext Constructor Description DurableBackgroundTasksProcessor(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.marshaller
Constructors in org.apache.ignite.internal.processors.marshaller with parameters of type GridKernalContext Constructor Description GridMarshallerMappingProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.metastorage.persistence
Methods in org.apache.ignite.internal.processors.metastorage.persistence with parameters of type GridKernalContext Modifier and Type Method Description voidDistributedMetaStorageImpl. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidDistributedMetaStorageImpl. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.processors.metastorage.persistence with parameters of type GridKernalContext Constructor Description DistributedMetaStorageImpl(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.metric
Constructors in org.apache.ignite.internal.processors.metric with parameters of type GridKernalContext Constructor Description GridMetricManager(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.nodevalidation
Constructors in org.apache.ignite.internal.processors.nodevalidation with parameters of type GridKernalContext Constructor Description OsDiscoveryNodeValidationProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.odbc
Fields in org.apache.ignite.internal.processors.odbc declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextClientListenerAbstractConnectionContext. ctxKernal context.Methods in org.apache.ignite.internal.processors.odbc that return GridKernalContext Modifier and Type Method Description GridKernalContextClientListenerAbstractConnectionContext. kernalContext()Constructors in org.apache.ignite.internal.processors.odbc with parameters of type GridKernalContext Constructor Description ClientListenerAbstractConnectionContext(GridKernalContext ctx, GridNioSession ses, long connId)Constructor.ClientListenerNioListener(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientConnectorConfiguration cliConnCfg, ClientListenerMetrics metrics)Constructor.ClientListenerProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.odbc.jdbc
Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type GridKernalContext Constructor Description JdbcConnectionContext(GridKernalContext ctx, GridNioSession ses, GridSpinBusyLock busyLock, long connId, int maxCursors)Constructor.JdbcMessageParser(GridKernalContext ctx, JdbcProtocolContext protoCtx)JdbcMetadataInfo(GridKernalContext ctx)Initializes info. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.odbc.odbc
Fields in org.apache.ignite.internal.processors.odbc.odbc declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextOdbcMessageParser. ctxKernal context.Constructors in org.apache.ignite.internal.processors.odbc.odbc with parameters of type GridKernalContext Constructor Description OdbcConnectionContext(GridKernalContext ctx, GridNioSession ses, GridSpinBusyLock busyLock, long connId, int maxCursors)Constructor.OdbcMessageParser(GridKernalContext ctx, ClientListenerProtocolVersion ver)OdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean replicatedOnly, boolean collocated, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, ClientListenerProtocolVersion ver, OdbcConnectionContext connCtx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.offheap
Constructors in org.apache.ignite.internal.processors.offheap with parameters of type GridKernalContext Constructor Description GridOffHeapProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.performancestatistics
Constructors in org.apache.ignite.internal.processors.performancestatistics with parameters of type GridKernalContext Constructor Description FilePerformanceStatisticsWriter(GridKernalContext ctx)PerformanceStatisticsMBeanImpl(GridKernalContext ctx)PerformanceStatisticsProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return GridKernalContext Modifier and Type Method Description GridKernalContextPlatformContext. kernalContext()Gets kernal context.GridKernalContextPlatformContextImpl. kernalContext()Gets kernal context.Methods in org.apache.ignite.internal.processors.platform with parameters of type GridKernalContext Modifier and Type Method Description PlatformJavaObjectFactoryPlatformJavaObjectFactoryProxy. factory(GridKernalContext ctx)Get factory instance.voidPlatformEventFilterListener. initialize(GridKernalContext ctx)Initializes the filter.Constructors in org.apache.ignite.internal.processors.platform with parameters of type GridKernalContext Constructor Description PlatformContextImpl(GridKernalContext ctx, PlatformCallbackGateway gate, PlatformMemoryManagerImpl mem, String platform)Constructor.PlatformNoopProcessor(GridKernalContext ctx)PlatformProcessorImpl(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.client
Constructors in org.apache.ignite.internal.processors.platform.client with parameters of type GridKernalContext Constructor Description ClientConnectionContext(GridKernalContext ctx, GridNioSession ses, long connId, int maxCursors, ThinClientConfiguration thinCfg)Ctor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet with parameters of type GridKernalContext Modifier and Type Method Description voidPlatformDotNetCacheStore. initialize(GridKernalContext ctx, boolean convertBinary)Initialize the store. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.events
Methods in org.apache.ignite.internal.processors.platform.events with parameters of type GridKernalContext Modifier and Type Method Description voidPlatformEventFilterListenerImpl. initialize(GridKernalContext gridCtx)Initializes the filter. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.message
Methods in org.apache.ignite.internal.processors.platform.message with parameters of type GridKernalContext Modifier and Type Method Description voidPlatformMessageFilter. initialize(GridKernalContext ctx)Initializes the filter. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.messaging
Methods in org.apache.ignite.internal.processors.platform.messaging with parameters of type GridKernalContext Modifier and Type Method Description voidPlatformMessageFilterImpl. initialize(GridKernalContext kernalCtx)Initializes the filter.voidPlatformMessageLocalFilter. initialize(GridKernalContext ctx)Initializes the filter. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.plugin
Constructors in org.apache.ignite.internal.processors.platform.plugin with parameters of type GridKernalContext Constructor Description PlatformPluginProcessor(GridKernalContext ctx)Ctor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type GridKernalContext Modifier and Type Method Description static voidPlatformUtils. initializeJavaObject(Object obj, String clsName, @Nullable Map<String,Object> props, @Nullable GridKernalContext ctx)Initialize Java object or object factory. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.plugin
Constructors in org.apache.ignite.internal.processors.plugin with parameters of type GridKernalContext Constructor Description CachePluginManager(GridKernalContext ctx, CacheConfiguration cfg)IgnitePluginProcessor(GridKernalContext ctx, IgniteConfiguration cfg, List<PluginProvider> providers) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.pool
Constructors in org.apache.ignite.internal.processors.pool with parameters of type GridKernalContext Constructor Description PoolProcessor(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.port
Constructors in org.apache.ignite.internal.processors.port with parameters of type GridKernalContext Constructor Description GridPortProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return GridKernalContext Modifier and Type Method Description GridKernalContextCacheQueryObjectValueContext. kernalContext()Methods in org.apache.ignite.internal.processors.query with parameters of type GridKernalContext Modifier and Type Method Description static QueryBinaryPropertyQueryUtils. buildBinaryProperty(GridKernalContext ctx, String pathStr, Class<?> resType, Map<String,String> aliases, boolean isKeyField, boolean notNull, Object dlftVal, int precision, int scale)Builds binary object property.static Collection<QueryEntity>QueryUtils. normalizeQueryEntities(GridKernalContext ctx, Collection<QueryEntity> entities, CacheConfiguration<?,?> cfg)Normalize cache query entities.static QueryEntityQueryUtils. normalizeQueryEntity(GridKernalContext ctx, QueryEntity entity, boolean escape)Normalize query entity.static voidQueryUtils. processBinaryMeta(GridKernalContext ctx, QueryEntity qryEntity, QueryTypeDescriptorImpl d)Processes declarative metadata for binary object.voidGridQueryIndexing. start(GridKernalContext ctx, GridSpinBusyLock busyLock)Starts indexing.static QueryTypeCandidateQueryUtils. typeForQueryEntity(GridKernalContext ctx, String cacheName, String schemaName, GridCacheContextInfo cacheInfo, QueryEntity qryEntity, List<Class<?>> mustDeserializeClss, boolean escape)Create type candidate for query entity.Constructors in org.apache.ignite.internal.processors.query with parameters of type GridKernalContext Constructor Description CacheQueryObjectValueContext(GridKernalContext ctx)Constructor.DistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log)GridQueryProcessor(GridKernalContext ctx)Constructor.NoOpQueryEngine(GridKernalContext ctx)SqlClientContext(GridKernalContext ctx, javax.cache.configuration.Factory<GridWorker> orderedBatchWorkerFactory, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean lazy, boolean skipReducerOnUpdate, @Nullable Boolean dataPageScanEnabled, @Nullable Integer updateBatchSize, @Nullable String qryEngine, @Nullable TransactionConcurrency concurrency, @Nullable TransactionIsolation isolation, long timeout, @Nullable String lb) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.aware
Constructors in org.apache.ignite.internal.processors.query.aware with parameters of type GridKernalContext Constructor Description IndexBuildStatusStorage(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.property
Constructors in org.apache.ignite.internal.processors.query.property with parameters of type GridKernalContext Constructor Description QueryBinaryProperty(GridKernalContext ctx, String propName, QueryBinaryProperty parent, Class<?> type, boolean key, String alias, boolean notNull, Object defaultValue, int precision, int scale)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.running
Constructors in org.apache.ignite.internal.processors.query.running with parameters of type GridKernalContext Constructor Description HeavyQueriesTracker(GridKernalContext ctx)RunningQueryManager(GridKernalContext ctx)Constructor.SqlQueryMXBeanImpl(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type GridKernalContext Modifier and Type Method Description voidSchemaSqlViewManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidSchemaSqlViewManager. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type GridKernalContext Constructor Description SchemaOperationManager(GridKernalContext ctx, GridQueryProcessor qryProc, SchemaOperationWorker worker, @Nullable ClusterNode crd)Constructor.SchemaOperationWorker(GridKernalContext ctx, GridQueryProcessor qryProc, IgniteUuid depId, SchemaAbstractOperation op, boolean nop, @Nullable SchemaOperationException err, boolean cacheRegistered, @Nullable QueryTypeDescriptorImpl type)Constructor.SchemaSqlViewManager(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridKernalContext Modifier and Type Method Description IndexDescriptorIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)IndexDescriptorSortedIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)Constructors in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridKernalContext Constructor Description SchemaManager(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat with parameters of type GridKernalContext Modifier and Type Method Description static ColumnStatisticsStatisticsUtils. toColumnStatistics(GridKernalContext ctx, StatisticsColumnData data)Convert statistics column data message to column statistics object.static ObjectPartitionStatisticsImplStatisticsUtils. toObjectPartitionStatistics(GridKernalContext ctx, StatisticsObjectData objData)Convert StatsObjectData message to ObjectPartitionStatistics.static ObjectStatisticsImplStatisticsUtils. toObjectStatistics(GridKernalContext ctx, StatisticsObjectData data)Convert statistics object data message to object statistics impl.Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridKernalContext Constructor Description IgniteStatisticsManagerImpl(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.resource
Constructors in org.apache.ignite.internal.processors.resource with parameters of type GridKernalContext Constructor Description GridResourceProcessor(GridKernalContext ctx)Creates resources processor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest
Constructors in org.apache.ignite.internal.processors.rest with parameters of type GridKernalContext Constructor Description GridRestProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers
Fields in org.apache.ignite.internal.processors.rest.handlers declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridRestCommandHandlerAdapter. ctxKernal context.Constructors in org.apache.ignite.internal.processors.rest.handlers with parameters of type GridKernalContext Constructor Description GridRestCommandHandlerAdapter(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.auth
Constructors in org.apache.ignite.internal.processors.rest.handlers.auth with parameters of type GridKernalContext Constructor Description AuthenticationCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.beforeStart
Constructors in org.apache.ignite.internal.processors.rest.handlers.beforeStart with parameters of type GridKernalContext Constructor Description NodeStateBeforeStartCommandHandler(GridKernalContext ctx)Construecor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.cache
Constructors in org.apache.ignite.internal.processors.rest.handlers.cache with parameters of type GridKernalContext Constructor Description GridCacheCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.cluster
Constructors in org.apache.ignite.internal.processors.rest.handlers.cluster with parameters of type GridKernalContext Constructor Description GridBaselineCommandHandler(GridKernalContext ctx)GridChangeClusterStateCommandHandler(GridKernalContext ctx)GridChangeStateCommandHandler(GridKernalContext ctx)GridClusterNameCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.datastructures
Constructors in org.apache.ignite.internal.processors.rest.handlers.datastructures with parameters of type GridKernalContext Constructor Description DataStructuresCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.log
Constructors in org.apache.ignite.internal.processors.rest.handlers.log with parameters of type GridKernalContext Constructor Description GridLogCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.memory
Constructors in org.apache.ignite.internal.processors.rest.handlers.memory with parameters of type GridKernalContext Constructor Description MemoryMetricsCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.probe
Constructors in org.apache.ignite.internal.processors.rest.handlers.probe with parameters of type GridKernalContext Constructor Description GridProbeCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.query
Constructors in org.apache.ignite.internal.processors.rest.handlers.query with parameters of type GridKernalContext Constructor Description QueryCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.redis
Fields in org.apache.ignite.internal.processors.rest.handlers.redis declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridRedisRestCommandHandler. ctxKernel context.Constructors in org.apache.ignite.internal.processors.rest.handlers.redis with parameters of type GridKernalContext Constructor Description GridRedisConnectionCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisRestCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.redis.key
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.key with parameters of type GridKernalContext Constructor Description GridRedisDelCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisExistsCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisExpireCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.redis.server
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.server with parameters of type GridKernalContext Constructor Description GridRedisDbSizeCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisFlushCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.redis.string
-
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.task
Constructors in org.apache.ignite.internal.processors.rest.handlers.task with parameters of type GridKernalContext Constructor Description GridTaskCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.top
Constructors in org.apache.ignite.internal.processors.rest.handlers.top with parameters of type GridKernalContext Constructor Description GridTopologyCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.user
Constructors in org.apache.ignite.internal.processors.rest.handlers.user with parameters of type GridKernalContext Constructor Description UserActionCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.handlers.version
Constructors in org.apache.ignite.internal.processors.rest.handlers.version with parameters of type GridKernalContext Constructor Description GridVersionCommandHandler(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.protocols
Fields in org.apache.ignite.internal.processors.rest.protocols declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridRestProtocolAdapter. ctxContext.Constructors in org.apache.ignite.internal.processors.rest.protocols with parameters of type GridKernalContext Constructor Description GridRestProtocolAdapter(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.protocols.tcp
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridKernalContext Constructor Description 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) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp.redis with parameters of type GridKernalContext Constructor Description GridRedisNioListener(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.schedule
Constructors in org.apache.ignite.internal.processors.schedule with parameters of type GridKernalContext Constructor Description IgniteNoopScheduleProcessor(GridKernalContext ctx)IgniteScheduleProcessorAdapter(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security with parameters of type GridKernalContext Modifier and Type Method Description static booleanSecurityUtils. isSystemType(GridKernalContext ctx, Object target, boolean considerWrapperCls)static SecurityContextSecurityUtils. remoteSecurityContext(GridKernalContext ctx)static <T> TSecurityUtils. sandboxedProxy(GridKernalContext ctx, Class cls, T instance)static UUIDSecurityUtils. securitySubjectId(GridKernalContext ctx)static OperationSecurityContextSecurityUtils. withRemoteSecurityContext(GridKernalContext ctx, SecurityContext secCtx)Sets specified security context as current if it differs from thenull.Constructors in org.apache.ignite.internal.processors.security with parameters of type GridKernalContext Constructor Description IgniteSecurityAdapter(GridKernalContext ctx)IgniteSecurityProcessor(GridKernalContext ctx, GridSecurityProcessor secPrc)NoOpIgniteSecurityProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.security.sandbox
Constructors in org.apache.ignite.internal.processors.security.sandbox with parameters of type GridKernalContext Constructor Description AccessControllerSandbox(GridKernalContext ctx, IgniteSecurity security)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.processors.segmentation.os
Constructors in org.apache.ignite.internal.processors.segmentation.os with parameters of type GridKernalContext Constructor Description GridOsSegmentationProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service with parameters of type GridKernalContext Modifier and Type Method Description voidServiceInfo. context(GridKernalContext ctx)Sets kernal context.voidIgniteServiceProcessor. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidIgniteServiceProcessor. onDeActivate(GridKernalContext kctx)Invokes from services deployment worker.Constructors in org.apache.ignite.internal.processors.service with parameters of type GridKernalContext Constructor Description GridServiceProxy(ClusterGroup prj, String name, Class<? super T> svc, boolean sticky, long timeout, GridKernalContext ctx, @Nullable Supplier<Map<String,Object>> callAttrsProvider, boolean keepBinary)IgniteServiceProcessor(GridKernalContext ctx)ServiceDeploymentActions(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.session
Constructors in org.apache.ignite.internal.processors.session with parameters of type GridKernalContext Constructor Description GridTaskSessionProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.subscription
Constructors in org.apache.ignite.internal.processors.subscription with parameters of type GridKernalContext Constructor Description GridInternalSubscriptionProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.task
Methods in org.apache.ignite.internal.processors.task with parameters of type GridKernalContext Modifier and Type Method Description voidGridTaskProcessor. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridTaskProcessor. onDeActivate(GridKernalContext kctx)Called when cluster performing deactivation.Constructors in org.apache.ignite.internal.processors.task with parameters of type GridKernalContext Constructor Description GridTaskProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.timeout
Constructors in org.apache.ignite.internal.processors.timeout with parameters of type GridKernalContext Constructor Description GridTimeoutProcessor(GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.internal.processors.tracing.configuration
Fields in org.apache.ignite.internal.processors.tracing.configuration declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextGridTracingConfigurationManager. ctxKernal context.Constructors in org.apache.ignite.internal.processors.tracing.configuration with parameters of type GridKernalContext Constructor Description GridTracingConfigurationManager(@NotNull GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.sql
Fields in org.apache.ignite.internal.sql declared as GridKernalContext Modifier and Type Field Description protected GridKernalContextSqlCommandProcessor. ctxKernal context.Constructors in org.apache.ignite.internal.sql with parameters of type GridKernalContext Constructor Description SqlCommandProcessor(GridKernalContext ctx)Constructor. -
Uses of GridKernalContext in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type GridKernalContext Modifier and Type Method Description static intIgniteUtils. availableThreadCount(GridKernalContext ctx, byte plc, int reserved)static IgniteFuture<Void>IgniteUtils. broadcastToNodesWithFilterAsync(GridKernalContext kctx, IgniteRunnable job, boolean srvrsOnly, IgnitePredicate<ClusterNode> nodeFilter)Broadcasts given job to nodes that match filter.static IgniteUuidIgniteUtils. contextDeploymentClassLoaderId(GridKernalContext ctx)Returns Deployment class loader id if method was invoked in the job context (it may be the context of a cache's operation which was triggered by the distributed job) ornullif no context was found or Deployment is switched off.static ClassLoaderIgniteUtils. deploymentClassLoader(GridKernalContext ctx, IgniteUuid ldrId)Gets that deployment class loader matching by the specific id, ornullif the class loader was not found.static BaselineTopologyIgniteUtils. getBaselineTopology(@NotNull GridKernalContext ctx)static IgniteClosure<UUID,ClusterNode>IgniteUtils. id2Node(GridKernalContext ctx)static booleanIgniteUtils. isTxAwareQueriesEnabled(GridKernalContext kctx)static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Class<?> cls)Initializes logger into/from log reference passed in.static IgniteLoggerIgniteUtils. logger(GridKernalContext ctx, AtomicReference<IgniteLogger> logRef, Object obj)Initializes logger into/from log reference passed in.static byte[]IgniteUtils. marshal(GridKernalContext ctx, Object obj)Marshals object to byte array.static ClusterNodeIgniteUtils. randomServerNode(GridKernalContext ctx)static voidIgniteUtils. restoreDeploymentContext(GridKernalContext ctx, IgniteUuid ldrId)Restores a deployment context for cache deployment.static <T> TIgniteUtils. unmarshal(GridKernalContext ctx, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader. -
Uses of GridKernalContext in org.apache.ignite.internal.util.distributed
Constructors in org.apache.ignite.internal.util.distributed with parameters of type GridKernalContext Constructor Description DistributedProcess(GridKernalContext ctx, DistributedProcess.DistributedProcessType type, Function<I,IgniteInternalFuture<R>> exec, CI3<UUID,Map<UUID,R>,Map<UUID,Throwable>> finish)DistributedProcess(GridKernalContext ctx, DistributedProcess.DistributedProcessType type, Function<I,IgniteInternalFuture<R>> exec, CI3<UUID,Map<UUID,R>,Map<UUID,Throwable>> finish, BiFunction<UUID,I,? extends InitMessage<I>> initMsgFactory) -
Uses of GridKernalContext in org.apache.ignite.spi.indexing
Constructors in org.apache.ignite.spi.indexing with parameters of type GridKernalContext Constructor Description IndexingQueryFilterImpl(GridKernalContext ctx, @Nullable AffinityTopologyVersion topVer, @org.jetbrains.annotations.Nullable int[] partsArr)Constructor.IndexingQueryFilterImpl(GridKernalContext ctx, @Nullable AffinityTopologyVersion topVer, @org.jetbrains.annotations.Nullable int[] partsArr, boolean treatReplicatedAsPartitioned)Constructor. -
Uses of GridKernalContext in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type GridKernalContext Constructor Description CacheView(DynamicCacheDescriptor cache, GridKernalContext ctx) -
Uses of GridKernalContext in org.apache.ignite.thread
Constructors in org.apache.ignite.thread with parameters of type GridKernalContext Constructor Description OomExceptionHandler(GridKernalContext ctx)
-