public interface RegionCacheMBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCacheFillRatio()
The cache fill ratio of cache max size to current cache size.
|
java.lang.Long |
getCurrentCacheSize()
The current size of the cache.
|
java.lang.Long |
getEvictionCount()
The number of evicted items from the cache.
|
java.lang.Long |
getFetchCount()
The number of read operations to the cache.
|
java.lang.Long |
getHitCount()
The number of requests where the cache had data.
|
java.lang.Integer |
getHitRatio()
The ratio of hits on the cache of total request count to cache hits.
|
java.lang.Long |
getInvalidationCount()
The number of invalidations to the cache (typically editing of items).
|
java.lang.Long |
getMaximumCacheSize()
The maximum size of the cache.
|
java.lang.Long |
getMissCount()
The number of requests to the cache with no data found.
|
java.lang.Long getMaximumCacheSize()
java.lang.Long getCurrentCacheSize()
java.lang.Integer getCacheFillRatio()
java.lang.Long getMissCount()
java.lang.Long getHitCount()
java.lang.Long getFetchCount()
java.lang.Long getInvalidationCount()
java.lang.Long getEvictionCount()
java.lang.Integer getHitRatio()
Copyright © 2018 SAP SE. All Rights Reserved.