Package org.cache2k.extra.jmx
Interface CacheControlMXBean
- 
 public interface CacheControlMXBeanCombined interface of basic cache information and cache control. Mirrors the functions ofCacheControl- Author:
- Jens Wilke
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeCapacity(long entryCountOrWeight)voidclear()longgetCapacityLimit()DategetClearedTime()DategetCreatedTime()longgetEntryCapacity()StringgetImplementation()StringgetKeyType()StringgetManagerName()longgetMaximumWeight()StringgetName()longgetSize()longgetTotalWeight()StringgetValueType()booleanisLoaderPresent()booleanisStatisticsEnabled()booleanisWeigherPresent()
 
- 
- 
- 
Method Detail- 
getNameString getName() - See Also:
- CacheInfo.getName()
 
 - 
getManagerNameString getManagerName() - See Also:
- CacheInfo.getManagerName()
 
 - 
getKeyTypeString getKeyType() - See Also:
- CacheInfo.getKeyType()
 
 - 
getValueTypeString getValueType() - See Also:
- CacheInfo.getValueType()
 
 - 
getSizelong getSize() - See Also:
- CacheInfo.getSize()
 
 - 
getEntryCapacitylong getEntryCapacity() - See Also:
- CacheInfo.getEntryCapacity()
 
 - 
getMaximumWeightlong getMaximumWeight() - See Also:
- CacheInfo.getMaximumWeight()
 
 - 
getTotalWeightlong getTotalWeight() - See Also:
- CacheInfo.getTotalWeight()
 
 - 
getCapacityLimitlong getCapacityLimit() - See Also:
- CacheInfo.getCapacityLimit()
 
 - 
getImplementationString getImplementation() - See Also:
- CacheInfo.getImplementation()
 
 - 
isLoaderPresentboolean isLoaderPresent() - See Also:
- CacheInfo.isLoaderPresent()
 
 - 
isWeigherPresentboolean isWeigherPresent() - See Also:
- CacheInfo.isWeigherPresent()
 
 - 
isStatisticsEnabledboolean isStatisticsEnabled() - See Also:
- CacheInfo.isStatisticsEnabled()
 
 - 
getCreatedTimeDate getCreatedTime() - See Also:
- CacheInfo.getCreatedTime()
 
 - 
getClearedTimeDate getClearedTime() - See Also:
- CacheInfo.getClearedTime()
 
 - 
clearvoid clear() - See Also:
- CacheOperation.clear()
 
 - 
changeCapacityvoid changeCapacity(long entryCountOrWeight) 
 
- 
 
-