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 Summary
All 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
-
getName
String getName()
- See Also:
CacheInfo.getName()
-
getManagerName
String getManagerName()
- See Also:
CacheInfo.getManagerName()
-
getKeyType
String getKeyType()
- See Also:
CacheInfo.getKeyType()
-
getValueType
String getValueType()
- See Also:
CacheInfo.getValueType()
-
getSize
long getSize()
- See Also:
CacheInfo.getSize()
-
getEntryCapacity
long getEntryCapacity()
- See Also:
CacheInfo.getEntryCapacity()
-
getMaximumWeight
long getMaximumWeight()
- See Also:
CacheInfo.getMaximumWeight()
-
getTotalWeight
long getTotalWeight()
- See Also:
CacheInfo.getTotalWeight()
-
getCapacityLimit
long getCapacityLimit()
- See Also:
CacheInfo.getCapacityLimit()
-
getImplementation
String getImplementation()
- See Also:
CacheInfo.getImplementation()
-
isLoaderPresent
boolean isLoaderPresent()
- See Also:
CacheInfo.isLoaderPresent()
-
isWeigherPresent
boolean isWeigherPresent()
- See Also:
CacheInfo.isWeigherPresent()
-
isStatisticsEnabled
boolean isStatisticsEnabled()
- See Also:
CacheInfo.isStatisticsEnabled()
-
getCreatedTime
Date getCreatedTime()
- See Also:
CacheInfo.getCreatedTime()
-
getClearedTime
Date getClearedTime()
- See Also:
CacheInfo.getClearedTime()
-
clear
void clear()
- See Also:
CacheOperation.clear()
-
changeCapacity
void changeCapacity(long entryCountOrWeight)
-
-