Uses of Class
org.apache.ignite.internal.util.GridPartitionStateMap
-
Packages that use GridPartitionStateMap Package Description org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of GridPartitionStateMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.preloader declared as GridPartitionStateMap Modifier and Type Field Description protected GridPartitionStateMapGridDhtPartitionMap. mapMethods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridPartitionStateMap Modifier and Type Method Description GridPartitionStateMapGridDhtPartitionMap. map()Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridPartitionStateMap Constructor Description GridDhtPartitionMap(UUID nodeId, long updateSeq, AffinityTopologyVersion top, GridPartitionStateMap m, boolean onlyActive) -
Uses of GridPartitionStateMap in org.apache.ignite.internal.util
Fields in org.apache.ignite.internal.util declared as GridPartitionStateMap Modifier and Type Field Description static GridPartitionStateMapGridPartitionStateMap. EMPTYEmpty map.Constructors in org.apache.ignite.internal.util with parameters of type GridPartitionStateMap Constructor Description GridPartitionStateMap(GridPartitionStateMap from, boolean onlyActive)Creates map copy.
-