Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionHistorySuppliersMap
-
Packages that use IgniteDhtPartitionHistorySuppliersMap 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 IgniteDhtPartitionHistorySuppliersMap in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteDhtPartitionHistorySuppliersMap 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. -
Uses of IgniteDhtPartitionHistorySuppliersMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return IgniteDhtPartitionHistorySuppliersMap Modifier and Type Method Description static IgniteDhtPartitionHistorySuppliersMapIgniteDhtPartitionHistorySuppliersMap. empty()IgniteDhtPartitionHistorySuppliersMapGridDhtPartitionsFullMessage. partitionHistorySuppliers()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteDhtPartitionHistorySuppliersMap Modifier and Type Method Description voidIgniteDhtPartitionHistorySuppliersMap. putAll(IgniteDhtPartitionHistorySuppliersMap that)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteDhtPartitionHistorySuppliersMap Constructor Description GridDhtPartitionsFullMessage(@Nullable GridDhtPartitionExchangeId id, @Nullable GridCacheVersion lastVer, @NotNull AffinityTopologyVersion topVer, @Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers, @Nullable IgniteDhtPartitionsToReloadMap partsToReload)
-