Uses of Interface
com.tangosol.coherence.jcache.common.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
Modifier and TypeMethodDescriptionabstract JCacheStatistics
AbstractCoherenceBasedCache.getStatistics()
Get JCache Statistics associated with Cache. -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.common
Modifier and TypeClassDescriptionclass
Shared implementation between implementations of JCacheStatistics.class
JCache Statistics implementation.Modifier and TypeMethodDescriptionContextJCacheStatistics.add
(JCacheStatistics stats) JCacheStatistics.add
(JCacheStatistics stats) addJCacheStatistics
stats to this instance.JCacheContext.getStatistics()
Return the statistics for this storage node.Modifier and TypeMethodDescriptionContextJCacheStatistics.add
(JCacheStatistics stats) JCacheStatistics.add
(JCacheStatistics stats) addJCacheStatistics
stats to this instance. -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.localcache
-
Uses of JCacheStatistics in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclass
compute cache statistics across all storage-enabled data members.Modifier and TypeMethodDescriptionPartitionedJCacheStatistics.add
(JCacheStatistics stats) PartitionedCache.getStatistics()
Get JCache statistics -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.passthroughcache
-
Uses of JCacheStatistics in com.tangosol.coherence.jcache.remotecache