Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloaderAssignments
-
Packages that use GridDhtPreloaderAssignments 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 GridDhtPreloaderAssignments in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtPreloaderAssignments Modifier and Type Method Description GridDhtPreloaderAssignmentsGridCachePreloaderAdapter. generateAssignments(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut) -
Uses of GridDhtPreloaderAssignments in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPreloaderAssignments Modifier and Type Method Description GridDhtPreloaderAssignmentsGridDhtPreloader. generateAssignments(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPreloaderAssignments Modifier and Type Method Description booleanGridDhtPartitionDemander.RebalanceFuture. compatibleWith(GridDhtPreloaderAssignments newAssignments)
-