Uses of Class
org.apache.ignite.internal.processors.cache.DynamicCacheChangeFailureMessage
-
Packages that use DynamicCacheChangeFailureMessage Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader -
-
Uses of DynamicCacheChangeFailureMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type DynamicCacheChangeFailureMessage Modifier and Type Method Description voidClusterCachesInfo. onCacheChangeRequested(DynamicCacheChangeFailureMessage failMsg, AffinityTopologyVersion topVer)Creates exchanges actions. -
Uses of DynamicCacheChangeFailureMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type DynamicCacheChangeFailureMessage Modifier and Type Method Description voidGridDhtPartitionsExchangeFuture. onDynamicCacheChangeFail(ClusterNode node, DynamicCacheChangeFailureMessage msg)Cache change failure message callback, processed from the discovery thread.
-