Uses of Interface
com.github.benmanes.caffeine.cache.stats.StatsCounter
Packages that use StatsCounter
Package
Description
This package contains caching utilities.
This package contains caching statistic utilities.
-
Uses of StatsCounter in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as StatsCounterModifier and TypeFieldDescription(package private) final StatsCounterSILS.statsCounter(package private) final StatsCounterSIS.statsCounter(package private) final StatsCounterSSLS.statsCounter(package private) final StatsCounterSSS.statsCounter(package private) final StatsCounterUnboundedLocalCache.statsCounter(package private) final StatsCounterWILS.statsCounter(package private) final StatsCounterWIS.statsCounter(package private) final StatsCounterWSLS.statsCounter(package private) final StatsCounterWSS.statsCounterFields in com.github.benmanes.caffeine.cache with type parameters of type StatsCounterModifier and TypeFieldDescription(package private) static final Supplier<StatsCounter> Caffeine.ENABLED_STATS_COUNTER_SUPPLIER(package private) @Nullable Supplier<StatsCounter> Caffeine.statsCounterSupplierMethods in com.github.benmanes.caffeine.cache that return StatsCounterModifier and TypeMethodDescriptionBoundedLocalCache.statsCounter()@NonNull StatsCounterLocalCache.statsCounter()Returns theStatsCounterused by this cache.final StatsCounterSILS.statsCounter()final StatsCounterSIS.statsCounter()final StatsCounterSSLS.statsCounter()final StatsCounterSSS.statsCounter()UnboundedLocalCache.statsCounter()final StatsCounterWILS.statsCounter()final StatsCounterWIS.statsCounter()final StatsCounterWSLS.statsCounter()final StatsCounterWSS.statsCounter()Methods in com.github.benmanes.caffeine.cache that return types with arguments of type StatsCounterModifier and TypeMethodDescription(package private) @NonNull Supplier<StatsCounter> Caffeine.getStatsCounterSupplier()Method parameters in com.github.benmanes.caffeine.cache with type arguments of type StatsCounterModifier and TypeMethodDescriptionCaffeine.recordStats(@NonNull Supplier<? extends StatsCounter> statsCounterSupplier) Enables the accumulation ofCacheStatsduring the operation of the cache. -
Uses of StatsCounter in com.github.benmanes.caffeine.cache.stats
Classes in com.github.benmanes.caffeine.cache.stats that implement StatsCounterModifier and TypeClassDescriptionfinal classA thread-safeStatsCounterimplementation for use byCacheimplementors.(package private) enumAStatsCounterimplementation that does not record any cache events.(package private) final classAStatsCounterimplementation that suppresses and logs any exception thrown by the delegate statsCounter.Fields in com.github.benmanes.caffeine.cache.stats declared as StatsCounterModifier and TypeFieldDescription(package private) final StatsCounterGuardedStatsCounter.delegateMethods in com.github.benmanes.caffeine.cache.stats that return StatsCounterModifier and TypeMethodDescriptionstatic @NonNull StatsCounterStatsCounter.disabledStatsCounter()Returns an accumulator that does not record any cache events.static @NonNull StatsCounterStatsCounter.guardedStatsCounter(@NonNull StatsCounter statsCounter) Returns an accumulator that suppresses and logs any exception thrown by the delegatestatsCounter.Methods in com.github.benmanes.caffeine.cache.stats with parameters of type StatsCounterModifier and TypeMethodDescriptionstatic @NonNull StatsCounterStatsCounter.guardedStatsCounter(@NonNull StatsCounter statsCounter) Returns an accumulator that suppresses and logs any exception thrown by the delegatestatsCounter.voidConcurrentStatsCounter.incrementBy(@NonNull StatsCounter other) Increments all counters by the values inother.Constructors in com.github.benmanes.caffeine.cache.stats with parameters of type StatsCounter