public interface MainCacheMBean
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
clears the cache and the statistics.
|
Integer |
getCurrentCacheSize() |
Integer |
getCurrentCacheSizeInPercent() |
Long |
getEntitiesAddCount() |
Long |
getEntitiesGetCount() |
Long |
getEntitiesMissCount() |
Long |
getEntitiesMissCountInPercent() |
Long |
getEntitiesRemoveCount() |
Integer |
getMaximumCacheSize() |
Integer |
getMaxReachedCacheSize() |
Integer |
getMaxReachedCacheSizeInPercent() |
Collection<String> |
showCacheStatistics(int lowerBound,
int upperBound)
Returns a collection with the cache statistics.
|
String |
startCacheStatistics()
Starts the collecting of the cache statistics.
|
String |
stopCacheStatistics()
Stops the collection of the cache statistics.
|
Integer getMaximumCacheSize()
Integer getCurrentCacheSize()
Integer getCurrentCacheSizeInPercent()
Integer getMaxReachedCacheSize()
getCurrentCacheSize()Integer getMaxReachedCacheSizeInPercent()
Long getEntitiesGetCount()
Long getEntitiesAddCount()
Long getEntitiesRemoveCount()
Long getEntitiesMissCount()
Long getEntitiesMissCountInPercent()
void clearCache()
String startCacheStatistics()
String stopCacheStatistics()
Collection<String> showCacheStatistics(int lowerBound, int upperBound)
upperBound - the upper bound for the returned collection. Each entry factor is equal or less.lowerBound - the lower bound the the returned collection. Each entry factor is greater or equal.Copyright © 2017 SAP SE. All Rights Reserved.