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 CacheStatisticsCaffeineCache. 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 classSimpleCacheStatisticsImplementation 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 CacheStatisticsCachingMap. getCacheStatistics()Obtain the CacheStatistics for this cache.CacheStatisticsOldCache. getCacheStatistics()Deprecated.Returns the CacheStatistics for this cache.CacheStatisticsOverflowMap. getCacheStatistics()Returns the CacheStatistics for this cache.CacheStatisticsSerializationMap. getCacheStatistics()Returns the CacheStatistics for this cache.CacheStatisticsSimpleOverflowMap. getCacheStatistics()Returns the CacheStatistics for this cache.CacheStatisticsSimpleSerializationMap. 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 classPartitionSplittingBackingMap.AggregatingCacheStatisticsAn 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 CacheStatisticsObservableSplittingBackingMap. getCacheStatistics()Return the CacheStatistics for this cache.CacheStatisticsPartitionSplittingBackingMap. 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 CacheStatisticsWrapperObservableMap. getCacheStatistics()Return the CacheStatistics for this cache.
-