Interface CubeCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCubeCacheType()
Get cube type fromEnumDSSXMLCubeCacheType
java.lang.String
getCubeDefID()
Returns the cube definition IDjava.util.List<java.util.Locale>
getDataLocales()
Returns the list of locales supported by this cubejava.lang.String
getFileName()
Returns the file nameint
getLastUpdateJob()
Returns the last update job IDint
getOpenViewCount()
Returns the open view countQueryStats
getQueryStats()
Returns the query statisticsjava.lang.String
getWarehouseDBLoginID()
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
-
-