Uses of Interface
com.google.common.cache.AbstractCache.StatsCounter
Packages that use AbstractCache.StatsCounter
-
Uses of AbstractCache.StatsCounter in com.google.common.cache
Classes in com.google.common.cache that implement AbstractCache.StatsCounterModifier and TypeClassDescriptionstatic final classA thread-safeAbstractCache.StatsCounterimplementation for use byCacheimplementors.Fields in com.google.common.cache declared as AbstractCache.StatsCounterModifier and TypeFieldDescription(package private) final AbstractCache.StatsCounterLocalCache.globalStatsCounterAccumulates global cache statistics.(package private) final AbstractCache.StatsCounterLocalCache.Segment.statsCounterAccumulates cache statistics.Fields in com.google.common.cache with type parameters of type AbstractCache.StatsCounterModifier and TypeFieldDescription(package private) static final Supplier<AbstractCache.StatsCounter>CacheBuilder.CACHE_STATS_COUNTER(package private) static final Supplier<? extends AbstractCache.StatsCounter>CacheBuilder.NULL_STATS_COUNTER(package private) Supplier<? extends AbstractCache.StatsCounter>CacheBuilder.statsCounterSupplierMethods in com.google.common.cache that return types with arguments of type AbstractCache.StatsCounterModifier and TypeMethodDescription(package private) Supplier<? extends AbstractCache.StatsCounter>CacheBuilder.getStatsCounterSupplier()Methods in com.google.common.cache with parameters of type AbstractCache.StatsCounterModifier and TypeMethodDescription(package private) LocalCache.Segment<K,V> LocalCache.createSegment(int initialCapacity, long maxSegmentWeight, AbstractCache.StatsCounter statsCounter) voidAbstractCache.SimpleStatsCounter.incrementBy(AbstractCache.StatsCounter other) Increments all counters by the values inother.Constructors in com.google.common.cache with parameters of type AbstractCache.StatsCounterModifierConstructorDescription(package private)Segment(LocalCache<K, V> map, int initialCapacity, long maxSegmentWeight, AbstractCache.StatsCounter statsCounter)