Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId
-
Packages that use GridDhtPartitionExchangeId 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.cache.distributed.dht.topology -
-
Uses of GridDhtPartitionExchangeId in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtPartitionExchangeId Modifier and Type Method Description @Nullable GridDhtPartitionExchangeIdCacheAffinityChangeMessage. exchangeId()@Nullable GridDhtPartitionExchangeIdDynamicCacheChangeFailureMessage. exchangeId()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionExchangeId Modifier and Type Method Description GridDhtPartitionsFullMessageGridCachePartitionExchangeManager. createPartitionsFullMessage(boolean compress, boolean newCntrMap, @Nullable GridDhtPartitionExchangeId exchId, @Nullable GridCacheVersion lastVer, @Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers, @Nullable IgniteDhtPartitionsToReloadMap partsToReload)Creates partitions full message for all cache groups.GridDhtPartitionsFullMessageGridCachePartitionExchangeManager. createPartitionsFullMessage(boolean compress, boolean newCntrMap, @Nullable GridDhtPartitionExchangeId exchId, @Nullable GridCacheVersion lastVer, @Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers, @Nullable IgniteDhtPartitionsToReloadMap partsToReload, Collection<CacheGroupContext> grps)Creates partitions full message for selected cache groups.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.voidGridCachePartitionExchangeManager. forceReassign(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture fut)IgniteInternalFuture<Boolean>GridCachePartitionExchangeManager. forceRebalance(GridDhtPartitionExchangeId exchId)GridDhtPreloaderAssignmentsGridCachePreloaderAdapter. generateAssignments(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut)GridDhtPartitionDemander.RebalanceFutureGridCachePreloader. prepare(GridDhtPartitionExchangeId exchId, @Nullable GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut)GridDhtPartitionDemander.RebalanceFutureGridCachePreloaderAdapter. prepare(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut)Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionExchangeId Constructor Description CacheAffinityChangeMessage(GridDhtPartitionExchangeId exchId, GridDhtPartitionsFullMessage partsMsg, Map<Integer,Map<Integer,List<UUID>>> assignmentChange)Constructor used when message is created to finish exchange.DynamicCacheChangeFailureMessage(ClusterNode locNode, GridDhtPartitionExchangeId exchId, IgniteCheckedException cause, Collection<String> cacheNames)Creates new DynamicCacheChangeFailureMessage instance. -
Uses of GridDhtPartitionExchangeId in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionExchangeId Modifier and Type Method Description GridDhtPartitionExchangeIdForceRebalanceExchangeTask. exchangeId()@Nullable GridDhtPartitionExchangeIdGridDhtPartitionsAbstractMessage. exchangeId()GridDhtPartitionExchangeIdGridDhtPartitionsExchangeFuture. exchangeId()GridDhtPartitionExchangeIdRebalanceReassignExchangeTask. exchangeId()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionExchangeId Modifier and Type Method Description intGridDhtPartitionExchangeId. compareTo(GridDhtPartitionExchangeId o)voidGridDhtPartitionsAbstractMessage. exchangeId(GridDhtPartitionExchangeId exchId)GridDhtPreloaderAssignmentsGridDhtPreloader. generateAssignments(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut)voidGridDhtPartitionsExchangeFuture. onEvent(GridDhtPartitionExchangeId exchId, DiscoveryEvent discoEvt, DiscoCache discoCache)Event callback.GridDhtPartitionDemander.RebalanceFutureGridDhtPreloader. prepare(GridDhtPartitionExchangeId exchId, @Nullable GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut) -
Uses of GridDhtPartitionExchangeId in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionExchangeId Modifier and Type Method Description booleanGridClientPartitionTopology. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)booleanGridDhtPartitionTopology. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)booleanGridDhtPartitionTopologyImpl. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)
-