Uses of Interface
com.tangosol.net.cache.CacheStatistics
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of CacheStatistics in com.oracle.coherence.caffeine
Modifier and TypeMethodDescriptionCaffeineCache.getCacheStatistics()
Returns the statistics for this cache. -
Uses of CacheStatistics in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.Modifier and TypeMethodDescriptionCachingMap.getCacheStatistics()
Obtain the CacheStatistics for this cache.LocalCache.getCacheStatistics()
Returns the CacheStatistics for this cache.OverflowMap.getCacheStatistics()
Returns the CacheStatistics for this cache.SerializationMap.getCacheStatistics()
Returns the CacheStatistics for this cache.SimpleOverflowMap.getCacheStatistics()
Returns the CacheStatistics for this cache.SimpleSerializationMap.getCacheStatistics()
Returns the CacheStatistics for this cache. -
Uses of CacheStatistics in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionObservableSplittingBackingMap.getCacheStatistics()
Return the CacheStatistics for this cache.PartitionSplittingBackingMap.getCacheStatistics()
Returns the CacheStatistics for this cache.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
Modifier and TypeMethodDescriptionWrapperObservableMap.getCacheStatistics()
Return the CacheStatistics for this cache.