Interface CubeCache
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCubeCacheType()Get cube type fromEnumDSSXMLCubeCacheTypejava.lang.StringgetCubeDefID()Returns the cube definition IDjava.util.List<java.util.Locale>getDataLocales()Returns the list of locales supported by this cubejava.lang.StringgetFileName()Returns the file nameintgetLastUpdateJob()Returns the last update job IDintgetOpenViewCount()Returns the open view countQueryStatsgetQueryStats()Returns the query statisticsjava.lang.StringgetWarehouseDBLoginID()Returns the warehouse DB login ID- 
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
- 
getCubeDefID
java.lang.String getCubeDefID()
Returns the cube definition ID- Returns:
 - the cube definition ID
 
 
- 
getLastUpdateJob
int getLastUpdateJob()
Returns the last update job ID- Returns:
 - the last update job ID
 
 
- 
getFileName
java.lang.String getFileName()
Returns the file name- Returns:
 - the file name
 
 
- 
getOpenViewCount
int getOpenViewCount()
Returns the open view count- Returns:
 - the open view count
 
 
- 
getWarehouseDBLoginID
java.lang.String getWarehouseDBLoginID()
Returns the warehouse DB login ID- Returns:
 - the warehouse DB login ID
 
 
- 
getQueryStats
QueryStats getQueryStats()
Returns the query statistics- Returns:
 - the query statistics
 
 
- 
getDataLocales
java.util.List<java.util.Locale> getDataLocales()
Returns the list of locales supported by this cube- Returns:
 - the list of locales supported by this cube
 
 
- 
getCubeCacheType
int getCubeCacheType()
Get cube type fromEnumDSSXMLCubeCacheType 
 - 
 
 -