public class JmxBoundedMultiLruCache extends JmxMultiLruCache implements JmxBoundedMultiLruCacheMBean
Constructor and Description |
---|
JmxBoundedMultiLruCache(BoundedMultiLruCache boundedMultiLruCache,
String name) |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentSize()
Returns the current size of the cache in bytes
|
Long |
getMaxSize()
Returns the upper bound on the cache size
|
getSegmentListLength, getSegmentSize, getTrimCount
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSegmentListLength, getSegmentSize, getTrimCount
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
public JmxBoundedMultiLruCache(BoundedMultiLruCache boundedMultiLruCache, String name)
public Long getCurrentSize()
getCurrentSize
in interface JmxBoundedMultiLruCacheMBean
public Long getMaxSize()
getMaxSize
in interface JmxBoundedMultiLruCacheMBean
Copyright © 2006–2018 TinyGroup. All rights reserved.