Interface CacheDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
getDataLocale()
Returns the data localejava.lang.String
getFileName()
Returns the persisted cache file namejava.util.Date
getLastLoadTime()
Returns the last load time for the cachejava.lang.String
getWaitingList()
Returns the list of jobs waiting on this cache-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.Cache
getCacheSourceID, getCacheSourceName, getConnectionCouples, getCreationTime, getCreator, getDBConnections, getDBLogins, getDBRoles, getExpirationTime, getHistoricHitCount, getHitCount, getID, getLastHitTime, getLastUpdateTime, getLocale, getLoginCouples, getProjectDSSID, getProjectName, getPromptAnswers, getSecurityFilters, getStatus, getType, getUser, hasDetails, size
-
-
-
-
Method Detail
-
getDataLocale
java.util.Locale getDataLocale()
Returns the data locale- Returns:
- the data locale
-
getFileName
java.lang.String getFileName()
Returns the persisted cache file name- Returns:
- the persisted cache file name
-
getWaitingList
java.lang.String getWaitingList()
Returns the list of jobs waiting on this cache- Returns:
- the list of jobs waiting on this cache
-
getLastLoadTime
java.util.Date getLastLoadTime()
Returns the last load time for the cache- Returns:
- the last load time for the cache
-
-