public interface CubeClassLoaderCacheMBean
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Map<String,String> |
getCacheContents() |
int |
getCacheKeys() |
int |
getCacheMisses() |
int |
getCacheRequests() |
int |
getDefinedClassesCount() |
int |
getDefinedClassesCountMaxPerKey() |
int |
getTargetCacheKeys() |
void |
setTargetCacheKeys(int targetCacheKeys) |
void clear()
int getTargetCacheKeys()
void setTargetCacheKeys(int targetCacheKeys)
int getDefinedClassesCount()
int getDefinedClassesCountMaxPerKey()
int getCacheKeys()
int getCacheRequests()
int getCacheMisses()
Copyright © 2019. All rights reserved.