Uses of Interface
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.PartitionsExchangeAware
-
Packages that use PartitionsExchangeAware Package Description org.apache.ignite.internal.cdc org.apache.ignite.internal.managers.encryption Encryption manager classes.org.apache.ignite.internal.processors.authentication org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.platform -
-
Uses of PartitionsExchangeAware in org.apache.ignite.internal.cdc
Classes in org.apache.ignite.internal.cdc that implement PartitionsExchangeAware Modifier and Type Class Description classCdcUtilityActiveCdcManagerCDC manager that delegates consuming CDC events to theCdcMainutility. -
Uses of PartitionsExchangeAware in org.apache.ignite.internal.managers.encryption
Classes in org.apache.ignite.internal.managers.encryption that implement PartitionsExchangeAware Modifier and Type Class Description classGridEncryptionManagerManages cache keys andEncryptionSpiinstances. -
Uses of PartitionsExchangeAware in org.apache.ignite.internal.processors.authentication
Classes in org.apache.ignite.internal.processors.authentication that implement PartitionsExchangeAware Modifier and Type Class Description classIgniteAuthenticationProcessor -
Uses of PartitionsExchangeAware in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type PartitionsExchangeAware Modifier and Type Method Description List<PartitionsExchangeAware>GridCachePartitionExchangeManager. exchangeAwareComponents()Methods in org.apache.ignite.internal.processors.cache with parameters of type PartitionsExchangeAware Modifier and Type Method Description voidGridCachePartitionExchangeManager. registerExchangeAwareComponent(PartitionsExchangeAware comp)Registers component that will be notified on every partition map exchange.voidGridCachePartitionExchangeManager. unregisterExchangeAwareComponent(PartitionsExchangeAware comp)Removes exchange aware component from list of listeners. -
Uses of PartitionsExchangeAware in org.apache.ignite.internal.processors.cache.persistence.snapshot
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot that implement PartitionsExchangeAware Modifier and Type Class Description classIgniteSnapshotManagerInternal implementation of snapshot operations over persistence caches. -
Uses of PartitionsExchangeAware in org.apache.ignite.internal.processors.platform
Classes in org.apache.ignite.internal.processors.platform that implement PartitionsExchangeAware Modifier and Type Class Description classPlatformContextImplImplementation of platform context.
-