Uses of Interface
com.tangosol.net.cache.CacheStatistics
Packages that use 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
Methods in com.oracle.coherence.caffeine that return CacheStatisticsModifier and TypeMethodDescriptionCaffeineCache.getCacheStatistics()
Returns the statistics for this cache. -
Uses of CacheStatistics in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement CacheStatisticsModifier and TypeClassDescriptionclass
Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.Methods in com.tangosol.net.cache that return CacheStatisticsModifier 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
Classes in com.tangosol.net.partition that implement CacheStatisticsModifier 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.Methods in com.tangosol.net.partition that return CacheStatisticsModifier 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
Methods in com.tangosol.util that return CacheStatisticsModifier and TypeMethodDescriptionWrapperObservableMap.getCacheStatistics()
Return the CacheStatistics for this cache.