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 JCacheStatisticsAbstractCoherenceBasedCache. 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 classAbstractJCacheStatisticsShared implementation between implementations of JCacheStatistics.classContextJCacheStatisticsJCache Statistics implementation.Methods in com.tangosol.coherence.jcache.common that return JCacheStatistics Modifier and Type Method Description JCacheStatisticsContextJCacheStatistics. add(JCacheStatistics stats)JCacheStatisticsJCacheStatistics. add(JCacheStatistics stats)addJCacheStatisticsstats to this instance.JCacheStatisticsJCacheContext. 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 JCacheStatisticsContextJCacheStatistics. add(JCacheStatistics stats)JCacheStatisticsJCacheStatistics. add(JCacheStatistics stats)addJCacheStatisticsstats 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 JCacheStatisticsLocalCache. 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 classPartitionedJCacheStatisticscompute cache statistics across all storage-enabled data members.Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheStatistics Modifier and Type Method Description JCacheStatisticsPartitionedJCacheStatistics. add(JCacheStatistics stats)JCacheStatisticsPartitionedCache. getStatistics()Get JCache statisticsMethods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheStatistics Modifier and Type Method Description JCacheStatisticsPartitionedJCacheStatistics. 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 JCacheStatisticsPassThroughCache. 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 JCacheStatisticsRemoteCache. getStatistics()
-