public interface CacheControllerMBean
Modifier and Type | Method and Description |
---|---|
boolean |
changeCacheManagerDurationMins(int duration)
Changes cacheManager task scheduled period.
|
int |
getCacheManagerDurationMins() |
int |
getCacheSize() |
boolean |
isCacheManagerRunning() |
boolean |
stopCacheManager()
Gracefully stops a cacheManager scheduled thread.
|
boolean |
wakeUpCacheManager()
Wakes up a stopped cacheManager thread.
|
boolean stopCacheManager()
boolean wakeUpCacheManager()
boolean changeCacheManagerDurationMins(int duration)
duration
- Duration which cacheManager thread waits to start its task again.boolean isCacheManagerRunning()
int getCacheSize()
int getCacheManagerDurationMins()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.