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 class
A thread-safeAbstractCache.StatsCounter
implementation for use byCache
implementors.Fields in com.google.common.cache declared as AbstractCache.StatsCounterModifier and TypeFieldDescription(package private) final AbstractCache.StatsCounter
LocalCache.globalStatsCounter
Accumulates global cache statistics.(package private) final AbstractCache.StatsCounter
LocalCache.Segment.statsCounter
Accumulates 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.statsCounterSupplier
Methods 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) void
AbstractCache.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)