Uses of Interface
com.google.common.cache.LongAddable
-
Packages that use LongAddable Package Description com.google.common.cache This package contains caching utilities. -
-
Uses of LongAddable in com.google.common.cache
Classes in com.google.common.cache that implement LongAddable Modifier and Type Class Description private static class
LongAddables.PureJavaLongAddable
(package private) class
LongAdder
One or more variables that together maintain an initially zerolong
sum.Fields in com.google.common.cache declared as LongAddable Modifier and Type Field Description private LongAddable
AbstractCache.SimpleStatsCounter. evictionCount
private LongAddable
AbstractCache.SimpleStatsCounter. hitCount
private LongAddable
AbstractCache.SimpleStatsCounter. loadExceptionCount
private LongAddable
AbstractCache.SimpleStatsCounter. loadSuccessCount
private LongAddable
AbstractCache.SimpleStatsCounter. missCount
private LongAddable
AbstractCache.SimpleStatsCounter. totalLoadTime
Fields in com.google.common.cache with type parameters of type LongAddable Modifier and Type Field Description private static Supplier<LongAddable>
LongAddables. SUPPLIER
Methods in com.google.common.cache that return LongAddable Modifier and Type Method Description static LongAddable
LongAddables. create()
-