public class RegionCacheMBeanImpl extends AbstractJMXMBean implements RegionCacheMBean
AbstractJMXMBean.TenantAwareExecutor<T>| Constructor and Description |
|---|
RegionCacheMBeanImpl() |
| 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.
|
void |
setCacheRegion(CacheRegion cacheRegion) |
activateTenant, afterPropertiesSet, deactivateTenant, getBeanInterface, getObjectName, isJNDIContextAware, setBeanInterface, setJmxPathgetJmxDomain, getJmxPath, getObjectNameString, getTenantId, setTenantpublic java.lang.Long getMaximumCacheSize()
RegionCacheMBeangetMaximumCacheSize in interface RegionCacheMBeanpublic java.lang.Long getCurrentCacheSize()
RegionCacheMBeangetCurrentCacheSize in interface RegionCacheMBeanpublic java.lang.Integer getCacheFillRatio()
RegionCacheMBeangetCacheFillRatio in interface RegionCacheMBeanpublic java.lang.Long getMissCount()
RegionCacheMBeangetMissCount in interface RegionCacheMBeanpublic java.lang.Long getHitCount()
RegionCacheMBeangetHitCount in interface RegionCacheMBeanpublic java.lang.Integer getHitRatio()
RegionCacheMBeangetHitRatio in interface RegionCacheMBeanpublic java.lang.Long getFetchCount()
RegionCacheMBeangetFetchCount in interface RegionCacheMBeanpublic java.lang.Long getInvalidationCount()
RegionCacheMBeangetInvalidationCount in interface RegionCacheMBeanpublic java.lang.Long getEvictionCount()
RegionCacheMBeangetEvictionCount in interface RegionCacheMBeanpublic void setCacheRegion(CacheRegion cacheRegion)
cacheRegion - the cacheRegion to setCopyright © 2018 SAP SE. All Rights Reserved.