Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtDemandedPartitionsMap
-
Packages that use IgniteDhtDemandedPartitionsMap 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 IgniteDhtDemandedPartitionsMap in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteDhtDemandedPartitionsMap Modifier and Type Method Description IgniteRebalanceIteratorIgniteCacheOffheapManager. rebalanceIterator(IgniteDhtDemandedPartitionsMap parts, AffinityTopologyVersion topVer)IgniteRebalanceIteratorIgniteCacheOffheapManagerImpl. rebalanceIterator(IgniteDhtDemandedPartitionsMap parts, AffinityTopologyVersion topVer) -
Uses of IgniteDhtDemandedPartitionsMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return IgniteDhtDemandedPartitionsMap Modifier and Type Method Description IgniteDhtDemandedPartitionsMapGridDhtPartitionDemandMessage. partitions()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteDhtDemandedPartitionsMap Modifier and Type Method Description GridDhtPartitionDemandMessageGridDhtPartitionDemandMessage. withNewPartitionsMap(@NotNull IgniteDhtDemandedPartitionsMap parts)Creates copy of this message with new partitions map.
-