Uses of Class
org.apache.ignite.internal.processors.cache.ExchangeActions
-
Packages that use ExchangeActions 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 org.apache.ignite.internal.processors.cluster -
-
Uses of ExchangeActions in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return ExchangeActions Modifier and Type Method Description ExchangeActionsDynamicCacheChangeBatch. exchangeActions()ExchangeActionsDynamicCacheChangeFailureMessage. exchangeActions()ExchangeActionsClusterCachesInfo. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState)ExchangeActionsGridCacheProcessor. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState)Methods in org.apache.ignite.internal.processors.cache with parameters of type ExchangeActions Modifier and Type Method Description GridDhtPartitionsSingleMessageGridCachePartitionExchangeManager. createPartitionsSingleMessage(@Nullable GridDhtPartitionExchangeId exchangeId, boolean clientOnlyExchange, boolean sndCounters, boolean newCntrMap, ExchangeActions exchActions)Creates partitions single message for all cache groups.GridDhtPartitionsSingleMessageGridCachePartitionExchangeManager. createPartitionsSingleMessage(@Nullable GridDhtPartitionExchangeId exchangeId, boolean clientOnlyExchange, boolean sndCounters, boolean newCntrMap, ExchangeActions exchActions, Collection<CacheGroupContext> grps)Creates partitions single message for selected cache groups.voidDynamicCacheChangeFailureMessage. exchangeActions(ExchangeActions exchangeActions)voidCacheAffinitySharedManager. forceCloseCaches(GridDhtPartitionsExchangeFuture fut, boolean crd, ExchangeActions exchActions)Called during the rollback of the exchange partitions procedure in order to stop the given cache even if it's not fully initialized (e.g. failed on cache init stage).IgniteInternalFuture<?>CacheAffinitySharedManager. onCacheChangeRequest(GridDhtPartitionsExchangeFuture fut, boolean crd, ExchangeActions exchActions)Called on exchange initiated for cache start/stop request.voidCacheAffinitySharedManager. onCustomMessageNoAffinityChange(GridDhtPartitionsExchangeFuture fut, @Nullable ExchangeActions exchActions)voidGridCacheProcessor. onExchangeDone(AffinityTopologyVersion cacheStartVer, @Nullable ExchangeActions exchActions, @Nullable Throwable err)Callback invoked when first exchange future for dynamic cache is completed.IgniteInternalFuture<?>CachesRegistry. update(ExchangeActions exchActions)Adds caches and cache groups to start fromexchActions. -
Uses of ExchangeActions in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return ExchangeActions Modifier and Type Method Description @Nullable ExchangeActionsGridDhtPartitionsExchangeFuture. exchangeActions()Gets exchanges actions (such as cache start or stop) associated with the exchange future.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type ExchangeActions Modifier and Type Method Description voidGridDhtPartitionsExchangeFuture. exchangeActions(ExchangeActions exchActions)Sets exchange actions associated with the exchange future (such as cache start or stop).Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type ExchangeActions Constructor Description GridDhtPartitionsExchangeFuture(GridCacheSharedContext cctx, ReadWriteLock busyLock, GridDhtPartitionExchangeId exchId, ExchangeActions exchActions, CacheAffinityChangeMessage affChangeMsg) -
Uses of ExchangeActions in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return ExchangeActions Modifier and Type Method Description ExchangeActionsGridClusterStateProcessor. autoAdjustExchangeActions(ExchangeActions exchActs)Add fake state change request into exchange actions if cluster is not persistent and baseline autoadjustment is enabled with zero timeout.@Nullable ExchangeActionsChangeGlobalStateMessage. exchangeActions()Methods in org.apache.ignite.internal.processors.cluster with parameters of type ExchangeActions Modifier and Type Method Description ExchangeActionsGridClusterStateProcessor. autoAdjustExchangeActions(ExchangeActions exchActs)Add fake state change request into exchange actions if cluster is not persistent and baseline autoadjustment is enabled with zero timeout.
-