Uses of Interface
com.tangosol.net.cache.CacheStatistics
-
Packages that use CacheStatistics Package Description com.oracle.coherence.caffeine Contains interfaces and classes related to the Caffeine backing map implementation.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of CacheStatistics in com.oracle.coherence.caffeine
Methods in com.oracle.coherence.caffeine that return CacheStatistics Modifier and Type Method Description CacheStatistics
CaffeineCache. getCacheStatistics()
Returns the statistics for this cache. -
Uses of CacheStatistics in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement CacheStatistics Modifier and Type Class Description class
SimpleCacheStatistics
Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.Methods in com.tangosol.net.cache that return CacheStatistics Modifier and Type Method Description CacheStatistics
CachingMap. getCacheStatistics()
Obtain the CacheStatistics for this cache.CacheStatistics
OldCache. getCacheStatistics()
Deprecated.Returns the CacheStatistics for this cache.CacheStatistics
OverflowMap. getCacheStatistics()
Returns the CacheStatistics for this cache.CacheStatistics
SerializationMap. getCacheStatistics()
Returns the CacheStatistics for this cache.CacheStatistics
SimpleOverflowMap. getCacheStatistics()
Returns the CacheStatistics for this cache.CacheStatistics
SimpleSerializationMap. getCacheStatistics()
Returns the CacheStatistics for this cache. -
Uses of CacheStatistics in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement CacheStatistics Modifier and Type Class Description class
PartitionSplittingBackingMap.AggregatingCacheStatistics
An implementation of the CacheStatics interface that aggregates across the CacheStatics objects provided by each of the backing maps corresponding to the partitions managed by this PartitionSplittingBackingMap.Methods in com.tangosol.net.partition that return CacheStatistics Modifier and Type Method Description CacheStatistics
ObservableSplittingBackingMap. getCacheStatistics()
Return the CacheStatistics for this cache.CacheStatistics
PartitionSplittingBackingMap. getCacheStatistics()
Returns the CacheStatistics for this cache.CacheStatistics[]
PartitionSplittingBackingMap.MapArray. getCacheStatistics()
Obtain an array of all of the CacheStatistics objects for the current backing maps, one for each partition. -
Uses of CacheStatistics in com.tangosol.util
Methods in com.tangosol.util that return CacheStatistics Modifier and Type Method Description CacheStatistics
WrapperObservableMap. getCacheStatistics()
Return the CacheStatistics for this cache.
-