|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheServiceMBean
Method Detail |
---|
long getKeyCacheHits()
long getRowCacheHits()
long getKeyCacheRequests()
long getRowCacheRequests()
double getKeyCacheRecentHitRate()
double getRowCacheRecentHitRate()
int getRowCacheSavePeriodInSeconds()
void setRowCacheSavePeriodInSeconds(int rcspis)
int getKeyCacheSavePeriodInSeconds()
void setKeyCacheSavePeriodInSeconds(int kcspis)
void invalidateKeyCache()
void invalidateRowCache()
long getRowCacheCapacityInMB()
long getRowCacheCapacityInBytes()
void setRowCacheCapacityInMB(long capacity)
long getKeyCacheCapacityInMB()
long getKeyCacheCapacityInBytes()
void setKeyCacheCapacityInMB(long capacity)
long getRowCacheSize()
long getRowCacheEntries()
long getKeyCacheSize()
long getKeyCacheEntries()
void reduceCacheSizes()
void saveCaches() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
- when attempting to retrieve the result of a task that aborted by throwing an exception
java.lang.InterruptedException
- when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |