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.
|
Modifier and Type | Method and Description |
---|---|
abstract JCacheStatistics |
AbstractCoherenceBasedCache.getStatistics()
Get JCache Statistics associated with Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJCacheStatistics
Shared implementation between implementations of JCacheStatistics.
|
class |
ContextJCacheStatistics
JCache Statistics implementation.
|
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
JCacheStatistics.add(JCacheStatistics stats)
add
JCacheStatistics stats to this instance. |
JCacheStatistics |
ContextJCacheStatistics.add(JCacheStatistics stats) |
JCacheStatistics |
JCacheContext.getStatistics()
Return the statistics for this storage node.
|
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
JCacheStatistics.add(JCacheStatistics stats)
add
JCacheStatistics stats to this instance. |
JCacheStatistics |
ContextJCacheStatistics.add(JCacheStatistics stats) |
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
LocalCache.getStatistics()
Get JCache statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionedJCacheStatistics
compute cache statistics across all storage-enabled data members.
|
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
PartitionedJCacheStatistics.add(JCacheStatistics stats) |
JCacheStatistics |
PartitionedCache.getStatistics()
Get JCache statistics
|
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
PartitionedJCacheStatistics.add(JCacheStatistics stats) |
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
PassThroughCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
JCacheStatistics |
RemoteCache.getStatistics() |