Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
-
Packages that use GridDhtPartitionDemandMessage 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 GridDhtPartitionDemandMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionDemandMessage Modifier and Type Method Description voidGridCachePreloader. handleDemandMessage(int idx, UUID id, GridDhtPartitionDemandMessage d)Handles Demand message.voidGridCachePreloaderAdapter. handleDemandMessage(int idx, UUID id, GridDhtPartitionDemandMessage d)Handles Demand message. -
Uses of GridDhtPartitionDemandMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionDemandMessage Modifier and Type Method Description GridDhtPartitionDemandMessageGridDhtPartitionDemandMessage. withNewPartitionsMap(@NotNull IgniteDhtDemandedPartitionsMap parts)Creates copy of this message with new partitions map.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionDemandMessage Modifier and Type Method Description voidGridDhtPartitionSupplier. handleDemandMessage(int topicId, UUID nodeId, GridDhtPartitionDemandMessage demandMsg)For each demand message method lookups (or creates new) supply context and starts to iterate entries across requested partitions.voidGridDhtPreloader. handleDemandMessage(int idx, UUID nodeId, GridDhtPartitionDemandMessage d)Handles Demand message.
-