Uses of Interface
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopology
-
Packages that use GridDhtPartitionTopology Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology -
-
Uses of GridDhtPartitionTopology in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtPartitionTopology Modifier and Type Method Description GridDhtPartitionTopologyGridCachePartitionExchangeManager. clientTopology(int grpId, DiscoCache discoCache)@Nullable GridDhtPartitionTopologyGridCachePartitionExchangeManager. clientTopologyIfExists(int grpId)GridDhtPartitionTopologyCacheGroupContext. topology()GridDhtPartitionTopologyGridCacheContext. topology() -
Uses of GridDhtPartitionTopology in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtPartitionTopology Modifier and Type Method Description GridDhtPartitionTopologyGridDhtCacheAdapter. topology() -
Uses of GridDhtPartitionTopology in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionTopology Modifier and Type Method Description voidGridDhtPreloaderAssignments. retainMoving(GridDhtPartitionTopology top)Retains only moving partitions for the current topology. -
Uses of GridDhtPartitionTopology in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.topology that implement GridDhtPartitionTopology Modifier and Type Class Description classGridClientPartitionTopologyPartition topology for node which does not have any local partitions.classGridDhtPartitionTopologyImplPartition topology.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionTopology Modifier and Type Method Description voidGridDhtPartitionsStateValidator. validatePartitionCountersAndSizes(GridDhtPartitionsExchangeFuture fut, GridDhtPartitionTopology top, Map<UUID,GridDhtPartitionsSingleMessage> messages)Validates partition states - update counters and cache sizes for all nodes.Map<Integer,Map<UUID,Long>>GridDhtPartitionsStateValidator. validatePartitionsSizes(GridDhtPartitionTopology top, Map<UUID,GridDhtPartitionsSingleMessage> messages, Set<UUID> ignoringNodes)Validate partitions cache sizes for giventop.Map<Integer,Map<UUID,Long>>GridDhtPartitionsStateValidator. validatePartitionsUpdateCounters(GridDhtPartitionTopology top, Map<UUID,GridDhtPartitionsSingleMessage> messages, Set<UUID> ignoringNodes)Validate partitions update counters for giventop.
-