Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.CachePartitionFullCountersMap
-
-
Uses of CachePartitionFullCountersMap in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return CachePartitionFullCountersMap Modifier and Type Method Description CachePartitionFullCountersMapIgniteDhtPartitionCountersMap2. get(int cacheId)CachePartitionFullCountersMapGridDhtPartitionsFullMessage. partitionUpdateCounters(int grpId, int partsCnt)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type CachePartitionFullCountersMap Modifier and Type Method Description voidGridDhtPartitionsFullMessage. addPartitionUpdateCounters(int grpId, CachePartitionFullCountersMap cntrMap)voidIgniteDhtPartitionCountersMap2. putIfAbsent(int cacheId, CachePartitionFullCountersMap cntrMap)static Map<Integer,T2<Long,Long>>CachePartitionFullCountersMap. toCountersMap(CachePartitionFullCountersMap map)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type CachePartitionFullCountersMap Constructor Description CachePartitionFullCountersMap(CachePartitionFullCountersMap other) -
Uses of CachePartitionFullCountersMap in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return CachePartitionFullCountersMap Modifier and Type Method Description CachePartitionFullCountersMapGridClientPartitionTopology. fullUpdateCounters()CachePartitionFullCountersMapGridDhtPartitionTopology. fullUpdateCounters()CachePartitionFullCountersMapGridDhtPartitionTopologyImpl. fullUpdateCounters()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type CachePartitionFullCountersMap 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)
-