Uses of Interface
com.tangosol.coherence.jcache.common.JCacheStatistics
Packages that use JCacheStatistics
Package
Description
Contains classes related to Coherence JCache.
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes related to remote cache implementation of Coherence JCache.
-
Uses of JCacheStatistics in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache that return JCacheStatisticsModifier and TypeMethodDescriptionabstract JCacheStatistics
AbstractCoherenceBasedCache.getStatistics()
Get JCache Statistics associated with Cache. -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.common
Classes in com.tangosol.coherence.jcache.common that implement JCacheStatisticsModifier and TypeClassDescriptionclass
Shared implementation between implementations of JCacheStatistics.class
JCache Statistics implementation.Methods in com.tangosol.coherence.jcache.common that return JCacheStatisticsModifier and TypeMethodDescriptionContextJCacheStatistics.add
(JCacheStatistics stats) JCacheStatistics.add
(JCacheStatistics stats) addJCacheStatistics
stats to this instance.JCacheContext.getStatistics()
Return the statistics for this storage node.Methods in com.tangosol.coherence.jcache.common with parameters of type JCacheStatisticsModifier and TypeMethodDescriptionContextJCacheStatistics.add
(JCacheStatistics stats) JCacheStatistics.add
(JCacheStatistics stats) addJCacheStatistics
stats to this instance. -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return JCacheStatistics -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement JCacheStatisticsModifier and TypeClassDescriptionclass
compute cache statistics across all storage-enabled data members.Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheStatisticsModifier and TypeMethodDescriptionPartitionedJCacheStatistics.add
(JCacheStatistics stats) PartitionedCache.getStatistics()
Get JCache statisticsMethods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheStatistics -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache that return JCacheStatistics -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.remotecache
Methods in com.tangosol.coherence.jcache.remotecache that return JCacheStatistics