Uses of Interface
org.apache.ignite.internal.processors.cluster.IgniteChangeGlobalStateSupport
-
-
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.cluster
Classes in org.apache.ignite.internal.cluster that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classDistributedBaselineConfigurationDistributed baseline configuration. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.managers.encryption
Classes in org.apache.ignite.internal.managers.encryption that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classGridEncryptionManagerManages cache keys andEncryptionSpiinstances. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.pagemem.store
Subinterfaces of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.pagemem.store Modifier and Type Interface Description interfaceIgnitePageStoreManager -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.pagemem.wal
Subinterfaces of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.pagemem.wal Modifier and Type Interface Description interfaceIgniteWriteAheadLogManager -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.cache.persistence
Classes in org.apache.ignite.internal.processors.cache.persistence that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classGridCacheDatabaseSharedManagerclassIgniteCacheDatabaseSharedManager -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.cache.persistence.file
Classes in org.apache.ignite.internal.processors.cache.persistence.file that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classFilePageStoreManagerFile page store manager. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.cache.persistence.snapshot
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classIgniteSnapshotManagerInternal implementation of snapshot operations over persistence caches. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.cache.persistence.wal
Classes in org.apache.ignite.internal.processors.cache.persistence.wal that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classFileWriteAheadLogManagerFile WAL manager. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.datastructures
Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classAtomicDataStructureProxy<V extends AtomicDataStructureValue>Represents base class for atomic data structures.classDataStructuresProcessorManager of data structures.classGridCacheAtomicLongImplCache atomic long implementation.classGridCacheAtomicReferenceImpl<T>Cache atomic reference implementation.classGridCacheAtomicSequenceImplCache sequence implementation.classGridCacheAtomicStampedImpl<T,S>Cache atomic stamped implementation.classGridCacheCountDownLatchImplCache count down latch implementation.classGridCacheLockImplCache reentrant lock implementation based on AbstractQueuedSynchronizer.classGridCacheSemaphoreImplCache semaphore implementation based on AbstractQueuedSynchronizer. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.metastorage.persistence
Classes in org.apache.ignite.internal.processors.metastorage.persistence that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classDistributedMetaStorageImplImplementation ofDistributedMetaStoragebased onMetaStoragefor persistence and discovery SPI for communication. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.query.schema
Classes in org.apache.ignite.internal.processors.query.schema that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classSchemaSqlViewManagerGlobal schema SQL view manager. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classIgniteServiceProcessorIgnite service processor. -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.subscription
Methods in org.apache.ignite.internal.processors.subscription that return types with arguments of type IgniteChangeGlobalStateSupport Modifier and Type Method Description List<IgniteChangeGlobalStateSupport>GridInternalSubscriptionProcessor. getGlobalStateListeners()Methods in org.apache.ignite.internal.processors.subscription with parameters of type IgniteChangeGlobalStateSupport Modifier and Type Method Description voidGridInternalSubscriptionProcessor. registerGlobalStateListener(@NotNull IgniteChangeGlobalStateSupport globalStateListener) -
Uses of IgniteChangeGlobalStateSupport in org.apache.ignite.internal.processors.task
Classes in org.apache.ignite.internal.processors.task that implement IgniteChangeGlobalStateSupport Modifier and Type Class Description classGridTaskProcessorThis class defines task processor.
-