|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.cache.CacheInspector
Field Summary | |
static boolean |
TRACK_CACHE
Flag to indicate if cache tracking should be done. |
static boolean |
WRITE_CACHE_TRACK_TO_FILE
Flag to indicate if cache tracking should be written to a file. |
Constructor Summary | |
CacheInspector()
|
Method Summary | |
static void |
addSystemCacheDetailsRow(RowCollection detailsRC,
RowCollection cacheSource)
Creates new cache detail rows for the given dataengine cache. |
static void |
addSystemCacheSummaryRow(RowCollection rc,
DataEngineCache deCache)
Creates new cache detail rows for the given dataengine cache. |
static RowCollection |
getAllCacheDetailSummary()
Creates and returns a derived RowCollection containing information about the current cache for all systems. |
static RowCollection |
getCacheDetail(String alias)
Creates and returns a derived RowCollection containing information about the current cache. |
static void |
resetAllCache()
Resets all cache. |
static void |
resetCache(String alias)
Resets cache for the given alias. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean TRACK_CACHE
public static boolean WRITE_CACHE_TRACK_TO_FILE
Constructor Detail |
public CacheInspector()
Method Detail |
public static void addSystemCacheDetailsRow(RowCollection detailsRC, RowCollection cacheSource)
public static void addSystemCacheSummaryRow(RowCollection rc, DataEngineCache deCache)
public static RowCollection getCacheDetail(String alias)
public static RowCollection getAllCacheDetailSummary()
public static void resetAllCache()
public static void resetCache(String alias)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |