public interface CacheServiceMBean
int getRowCacheSavePeriodInSeconds()
void setRowCacheSavePeriodInSeconds(int rcspis)
int getKeyCacheSavePeriodInSeconds()
void setKeyCacheSavePeriodInSeconds(int kcspis)
int getCounterCacheSavePeriodInSeconds()
void setCounterCacheSavePeriodInSeconds(int ccspis)
int getRowCacheKeysToSave()
void setRowCacheKeysToSave(int rckts)
int getKeyCacheKeysToSave()
void setKeyCacheKeysToSave(int kckts)
int getCounterCacheKeysToSave()
void setCounterCacheKeysToSave(int cckts)
void invalidateKeyCache()
void invalidateRowCache()
void invalidateCounterCache()
void setRowCacheCapacityInMB(long capacity)
void setKeyCacheCapacityInMB(long capacity)
void setCounterCacheCapacityInMB(long capacity)
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 exceptionjava.lang.InterruptedException
- when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.@Deprecated long getKeyCacheHits()
CacheMetrics.hits
@Deprecated long getRowCacheHits()
CacheMetrics.hits
@Deprecated long getKeyCacheRequests()
CacheMetrics.requests
@Deprecated long getRowCacheRequests()
CacheMetrics.requests
@Deprecated double getKeyCacheRecentHitRate()
CacheMetrics.hitRate
@Deprecated double getRowCacheRecentHitRate()
CacheMetrics.hitRate
@Deprecated long getRowCacheCapacityInMB()
CacheMetrics.capacity
@Deprecated long getRowCacheCapacityInBytes()
CacheMetrics.capacity
@Deprecated long getKeyCacheCapacityInMB()
CacheMetrics.capacity
@Deprecated long getKeyCacheCapacityInBytes()
CacheMetrics.capacity
@Deprecated long getRowCacheSize()
CacheMetrics.size
@Deprecated long getRowCacheEntries()
CacheMetrics.entries
@Deprecated long getKeyCacheSize()
CacheMetrics.size
@Deprecated long getKeyCacheEntries()
CacheMetrics.entries
Copyright © 2017 The Apache Software Foundation