Uses of Interface
com.tangosol.coherence.jcache.common.JCacheStatistics
-
Packages that use JCacheStatistics Package Description com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache 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 JCacheStatistics Modifier and Type Method Description abstract 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 JCacheStatistics Modifier and Type Class Description class
AbstractJCacheStatistics
Shared implementation between implementations of JCacheStatistics.class
ContextJCacheStatistics
JCache Statistics implementation.Methods in com.tangosol.coherence.jcache.common that return JCacheStatistics Modifier and Type Method Description JCacheStatistics
ContextJCacheStatistics. add(JCacheStatistics stats)
JCacheStatistics
JCacheStatistics. add(JCacheStatistics stats)
addJCacheStatistics
stats to this instance.JCacheStatistics
JCacheContext. getStatistics()
Return the statistics for this storage node.Methods in com.tangosol.coherence.jcache.common with parameters of type JCacheStatistics Modifier and Type Method Description JCacheStatistics
ContextJCacheStatistics. add(JCacheStatistics stats)
JCacheStatistics
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 Modifier and Type Method Description JCacheStatistics
LocalCache. getStatistics()
Get JCache statistics. -
Uses of JCacheStatistics in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement JCacheStatistics Modifier and Type Class Description class
PartitionedJCacheStatistics
compute cache statistics across all storage-enabled data members.Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheStatistics Modifier and Type Method Description JCacheStatistics
PartitionedJCacheStatistics. add(JCacheStatistics stats)
JCacheStatistics
PartitionedCache. getStatistics()
Get JCache statisticsMethods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheStatistics Modifier and Type Method Description JCacheStatistics
PartitionedJCacheStatistics. add(JCacheStatistics stats)
-
Uses of JCacheStatistics in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache that return JCacheStatistics Modifier and Type Method Description JCacheStatistics
PassThroughCache. getStatistics()
-
Uses of JCacheStatistics in com.tangosol.coherence.jcache.remotecache
Methods in com.tangosol.coherence.jcache.remotecache that return JCacheStatistics Modifier and Type Method Description JCacheStatistics
RemoteCache. getStatistics()
-