Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
-
Packages that use GridDhtPartitionsFullMessage 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 GridDhtPartitionsFullMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtPartitionsFullMessage 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.GridDhtPartitionsFullMessageCacheAffinityChangeMessage. partitionsMessage()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionsFullMessage Modifier and Type Method Description booleanGridCachePartitionExchangeManager. mergeExchanges(GridDhtPartitionsExchangeFuture curFut, GridDhtPartitionsFullMessage msg)voidGridCachePartitionExchangeManager. processFullPartitionUpdate(ClusterNode node, GridDhtPartitionsFullMessage msg)Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionsFullMessage Constructor Description CacheAffinityChangeMessage(GridDhtPartitionExchangeId exchId, GridDhtPartitionsFullMessage partsMsg, Map<Integer,Map<Integer,List<UUID>>> assignmentChange)Constructor used when message is created to finish exchange. -
Uses of GridDhtPartitionsFullMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionsFullMessage Modifier and Type Method Description GridDhtPartitionsFullMessageGridDhtPartitionsFullMessage. copy()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionsFullMessage Modifier and Type Method Description booleanGridDhtPartitionsExchangeFuture. addOrMergeDelayedFullMessage(ClusterNode node, GridDhtPartitionsFullMessage fullMsg)Add or merge updates received from coordinator while exchange in progress.voidGridDhtPartitionsFullMessage. merge(GridDhtPartitionsFullMessage other, GridDiscoveryManager discovery)Merges (replaces with newer) partitions map from givenotherfull message.voidGridDhtPartitionsExchangeFuture. onReceiveFullMessage(ClusterNode node, GridDhtPartitionsFullMessage msg)
-