public class RegionCacheMBeanImpl extends AbstractJMXMBean implements RegionCacheMBean
AbstractJMXMBean.TenantAwareExecutor<T>| Constructor and Description |
|---|
RegionCacheMBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCacheFillRatio()
The cache fill ratio of cache max size to current cache size.
|
Long |
getCurrentCacheSize()
The current size of the cache.
|
Long |
getEvictionCount()
The number of evicted items from the cache.
|
Long |
getFetchCount()
The number of read operations to the cache.
|
Long |
getHitCount()
The number of requests where the cache had data.
|
Integer |
getHitRatio()
The ratio of hits on the cache of total request count to cache hits.
|
Long |
getInvalidationCount()
The number of invalidations to the cache (typically editing of items).
|
Long |
getMaximumCacheSize()
The maximum size of the cache.
|
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 Long getMaximumCacheSize()
RegionCacheMBeangetMaximumCacheSize in interface RegionCacheMBeanpublic Long getCurrentCacheSize()
RegionCacheMBeangetCurrentCacheSize in interface RegionCacheMBeanpublic Integer getCacheFillRatio()
RegionCacheMBeangetCacheFillRatio in interface RegionCacheMBeanpublic Long getMissCount()
RegionCacheMBeangetMissCount in interface RegionCacheMBeanpublic Long getHitCount()
RegionCacheMBeangetHitCount in interface RegionCacheMBeanpublic Integer getHitRatio()
RegionCacheMBeangetHitRatio in interface RegionCacheMBeanpublic Long getFetchCount()
RegionCacheMBeangetFetchCount in interface RegionCacheMBeanpublic Long getInvalidationCount()
RegionCacheMBeangetInvalidationCount in interface RegionCacheMBeanpublic Long getEvictionCount()
RegionCacheMBeangetEvictionCount in interface RegionCacheMBeanpublic void setCacheRegion(CacheRegion cacheRegion)
cacheRegion - the cacheRegion to setCopyright © 2017 SAP SE. All Rights Reserved.