Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
-
Packages that use GridDhtPartitionMap Package Description org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology -
-
Uses of GridDhtPartitionMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionMap Modifier and Type Method Description GridDhtPartitionMapGridDhtPartitionMap. emptyCopy()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridDhtPartitionMap Modifier and Type Method Description Map<Integer,GridDhtPartitionMap>GridDhtPartitionsSingleMessage. partitions()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionMap Modifier and Type Method Description voidGridDhtPartitionsSingleMessage. addLocalPartitionMap(int cacheId, GridDhtPartitionMap locMap, @Nullable Integer dupDataCache)intGridDhtPartitionMap. compareTo(GridDhtPartitionMap o)Constructor parameters in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with type arguments of type GridDhtPartitionMap Constructor Description GridDhtPartitionFullMap(UUID nodeId, long nodeOrder, long updateSeq, Map<UUID,GridDhtPartitionMap> m, boolean onlyActive) -
Uses of GridDhtPartitionMap in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridDhtPartitionMap Modifier and Type Method Description GridDhtPartitionMapGridClientPartitionTopology. localPartitionMap()GridDhtPartitionMapGridDhtPartitionTopology. localPartitionMap()GridDhtPartitionMapGridDhtPartitionTopologyImpl. localPartitionMap()@Nullable GridDhtPartitionMapGridClientPartitionTopology. partitions(UUID nodeId)@Nullable GridDhtPartitionMapGridDhtPartitionTopology. partitions(UUID nodeId)@Nullable GridDhtPartitionMapGridDhtPartitionTopologyImpl. partitions(UUID nodeId)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionMap Modifier and Type Method Description booleanGridClientPartitionTopology. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)booleanGridDhtPartitionTopology. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)booleanGridDhtPartitionTopologyImpl. update(@Nullable GridDhtPartitionExchangeId exchId, GridDhtPartitionMap parts, boolean force)
-