Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
-
-
Uses of GridDhtPartitionFullMap in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtPartitionFullMap Modifier and Type Method Description @Nullable GridDhtPartitionFullMapGridDhtAffinityAssignmentResponse. partitionMap()Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridDhtPartitionFullMap Modifier and Type Method Description voidGridDhtAffinityAssignmentResponse. partitionMap(GridDhtPartitionFullMap partMap) -
Uses of GridDhtPartitionFullMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridDhtPartitionFullMap Modifier and Type Method Description Map<Integer,GridDhtPartitionFullMap>GridDhtPartitionsFullMessage. partitions()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionFullMap Modifier and Type Method Description voidGridDhtPartitionsFullMessage. addFullPartitionsMap(int grpId, GridDhtPartitionFullMap fullMap, @Nullable Integer dupDataCache)intGridDhtPartitionFullMap. compareTo(@NotNull GridDhtPartitionFullMap o)booleanGridDhtPartitionFullMap. partitionStateEquals(GridDhtPartitionFullMap fullMap)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionFullMap Constructor Description GridDhtPartitionFullMap(GridDhtPartitionFullMap m, long updateSeq) -
Uses of GridDhtPartitionFullMap in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridDhtPartitionFullMap Modifier and Type Method Description GridDhtPartitionFullMapGridClientPartitionTopology. partitionMap(boolean onlyActive)GridDhtPartitionFullMapGridDhtPartitionTopology. partitionMap(boolean onlyActive)GridDhtPartitionFullMapGridDhtPartitionTopologyImpl. partitionMap(boolean onlyActive)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionFullMap Modifier and Type Method Description booleanGridClientPartitionTopology. update(@Nullable AffinityTopologyVersion exchangeVer, GridDhtPartitionFullMap partMap, @Nullable CachePartitionFullCountersMap cntrMap, Set<Integer> partsToReload, @Nullable Map<Integer,Long> partSizes, @Nullable AffinityTopologyVersion msgTopVer, @Nullable GridDhtPartitionsExchangeFuture exchFut, @Nullable Set<Integer> lostParts)booleanGridDhtPartitionTopology. update(@Nullable AffinityTopologyVersion exchangeResVer, GridDhtPartitionFullMap partMap, @Nullable CachePartitionFullCountersMap cntrMap, Set<Integer> partsToReload, @Nullable Map<Integer,Long> partSizes, @Nullable AffinityTopologyVersion msgTopVer, @Nullable GridDhtPartitionsExchangeFuture exchFut, @Nullable Set<Integer> lostParts)booleanGridDhtPartitionTopologyImpl. update(@Nullable AffinityTopologyVersion exchangeVer, GridDhtPartitionFullMap partMap, @Nullable CachePartitionFullCountersMap incomeCntrMap, Set<Integer> partsToReload, @Nullable Map<Integer,Long> partSizes, @Nullable AffinityTopologyVersion msgTopVer, @Nullable GridDhtPartitionsExchangeFuture exchFut, @Nullable Set<Integer> lostParts)
-