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