Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleCacheStatistics
Implementation of the CacheStatistics interface intended for use by a cache
to maintain its statistics.
|
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
CachingMap.getCacheStatistics()
Obtain the CacheStatistics for this cache.
|
CacheStatistics |
OldCache.getCacheStatistics()
Deprecated.
Returns the CacheStatistics for this cache.
|
CacheStatistics |
OverflowMap.getCacheStatistics()
Returns the CacheStatistics for this cache.
|
CacheStatistics |
SimpleOverflowMap.getCacheStatistics()
Returns the CacheStatistics for this cache.
|
CacheStatistics |
SerializationMap.getCacheStatistics()
Returns the CacheStatistics for this cache.
|
CacheStatistics |
SimpleSerializationMap.getCacheStatistics()
Returns the CacheStatistics for this cache.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionSplittingBackingMap.AggregatingCacheStatistics
An implementation of the CacheStatics interface that aggregates across
the CacheStatics objects provided by each of the backing maps
corresponding to the partitions managed by this
PartitionSplittingBackingMap.
|
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
PartitionSplittingBackingMap.getCacheStatistics()
Returns the CacheStatistics for this cache.
|
CacheStatistics[] |
PartitionSplittingBackingMap.MapArray.getCacheStatistics()
Obtain an array of all of the CacheStatistics objects for the
current backing maps, one for each partition.
|
CacheStatistics |
ObservableSplittingBackingMap.getCacheStatistics()
Return the CacheStatistics for this cache.
|
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
WrapperObservableMap.getCacheStatistics()
Return the CacheStatistics for this cache.
|