Uses of Interface
org.apache.ignite.internal.processors.cache.PartitionUpdateCounter
-
Packages that use PartitionUpdateCounter Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.verify -
-
Uses of PartitionUpdateCounter in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement PartitionUpdateCounter Modifier and Type Class Description classPartitionUpdateCounterDebugWrapperUpdate counter wrapper with logging capabilities.classPartitionUpdateCounterErrorWrapperUpdate counter wrapper for error logging.classPartitionUpdateCounterTrackingImplUpdate counter implementation used for cache groups in persistent mode for both tx and atomic caches.classPartitionUpdateCounterVolatileImplPartition update counter for volatile caches.Fields in org.apache.ignite.internal.processors.cache declared as PartitionUpdateCounter Modifier and Type Field Description protected PartitionUpdateCounterIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. pCntrUpdate counter.Methods in org.apache.ignite.internal.processors.cache that return PartitionUpdateCounter Modifier and Type Method Description PartitionUpdateCounterPartitionUpdateCounter. copy()PartitionUpdateCounterPartitionUpdateCounterDebugWrapper. copy()PartitionUpdateCounterPartitionUpdateCounterErrorWrapper. copy()PartitionUpdateCounterPartitionUpdateCounterTrackingImpl. copy()PartitionUpdateCounterPartitionUpdateCounterVolatileImpl. copy()@Nullable PartitionUpdateCounterIgniteCacheOffheapManager.CacheDataStore. partUpdateCounter()PartitionUpdateCounterIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. partUpdateCounter()Constructors in org.apache.ignite.internal.processors.cache with parameters of type PartitionUpdateCounter Constructor Description PartitionUpdateCounterDebugWrapper(int partId, PartitionUpdateCounter delegate)PartitionUpdateCounterErrorWrapper(int partId, PartitionUpdateCounter delegate) -
Uses of PartitionUpdateCounter in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return PartitionUpdateCounter Modifier and Type Method Description PartitionUpdateCounterGridCacheOffheapManager.GridCacheDataStore. partUpdateCounter() -
Uses of PartitionUpdateCounter in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return types with arguments of type PartitionUpdateCounter Modifier and Type Method Description static Map<Integer,Map<Integer,PartitionUpdateCounter>>IdleVerifyUtility. getUpdateCountersSnapshot(IgniteEx ign, Set<Integer> grpIds)Gather updateCounters info.Method parameters in org.apache.ignite.internal.processors.cache.verify with type arguments of type PartitionUpdateCounter Modifier and Type Method Description static List<Integer>IdleVerifyUtility. compareUpdateCounters(IgniteEx ign, Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsIn, Integer grpId)Compares two sets with partitions and upd counters per group distribution.static List<Integer>IdleVerifyUtility. compareUpdateCounters(IgniteEx ign, Map<Integer,Map<Integer,PartitionUpdateCounter>> cntrsEth, Map<Integer,Map<Integer,PartitionUpdateCounter>> curCntrs)Compares two sets with partitions and upd counters per group distribution.Constructor parameters in org.apache.ignite.internal.processors.cache.verify with type arguments of type PartitionUpdateCounter Constructor Description IdleChecker(IgniteEx ig, Map<Integer,Map<Integer,PartitionUpdateCounter>> partsWithCntrsPerGrp)
-