public interface MainCacheMBean
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
clears the cache and the statistics.
|
java.lang.Integer |
getCurrentCacheSize() |
java.lang.Integer |
getCurrentCacheSizeInPercent() |
java.lang.Long |
getEntitiesAddCount() |
java.lang.Long |
getEntitiesGetCount() |
java.lang.Long |
getEntitiesMissCount() |
java.lang.Long |
getEntitiesMissCountInPercent() |
java.lang.Long |
getEntitiesRemoveCount() |
java.lang.Integer |
getMaximumCacheSize() |
java.lang.Integer |
getMaxReachedCacheSize() |
java.lang.Integer |
getMaxReachedCacheSizeInPercent() |
java.util.Collection<java.lang.String> |
showCacheStatistics(int lowerBound,
int upperBound)
Returns a collection with the cache statistics.
|
java.lang.String |
startCacheStatistics()
Starts the collecting of the cache statistics.
|
java.lang.String |
stopCacheStatistics()
Stops the collection of the cache statistics.
|
java.lang.Integer getMaximumCacheSize()
java.lang.Integer getCurrentCacheSize()
java.lang.Integer getCurrentCacheSizeInPercent()
java.lang.Integer getMaxReachedCacheSize()
getCurrentCacheSize()java.lang.Integer getMaxReachedCacheSizeInPercent()
java.lang.Long getEntitiesGetCount()
java.lang.Long getEntitiesAddCount()
java.lang.Long getEntitiesRemoveCount()
java.lang.Long getEntitiesMissCount()
java.lang.Long getEntitiesMissCountInPercent()
void clearCache()
java.lang.String startCacheStatistics()
java.lang.String stopCacheStatistics()
java.util.Collection<java.lang.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 © 2018 SAP SE. All Rights Reserved.