Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
-
Packages that use GridDhtPartitionSupplyMessage 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 GridDhtPartitionSupplyMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDhtPartitionSupplyMessage Modifier and Type Method Description voidGridCachePreloader. handleSupplyMessage(UUID id, GridDhtPartitionSupplyMessage s)Handles Supply message.voidGridCachePreloaderAdapter. handleSupplyMessage(UUID id, GridDhtPartitionSupplyMessage s)Handles Supply message. -
Uses of GridDhtPartitionSupplyMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Subclasses of GridDhtPartitionSupplyMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader Modifier and Type Class Description classGridDhtPartitionSupplyMessageV2Supply message with supplier error transfer support.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionSupplyMessage Modifier and Type Method Description voidGridDhtPartitionDemander. handleSupplyMessage(UUID nodeId, GridDhtPartitionSupplyMessage supplyMsg)Handles supply message fromnodeIdwith specifiedtopicId.voidGridDhtPreloader. handleSupplyMessage(UUID nodeId, GridDhtPartitionSupplyMessage s)Handles Supply message.protected voidGridDhtPartitionDemander. ownPartition(GridDhtPartitionDemander.RebalanceFuture fut, int p, UUID nodeId, GridDhtPartitionSupplyMessage supplyMsg)Owns the partition recursively.voidGridDhtPartitionDemander. registerSupplyMessage(UUID nodeId, GridDhtPartitionSupplyMessage supplyMsg, Runnable r)Enqueues supply message.
-