Interface CubeCache
- 
- 
Method SummaryAll 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.CachegetCacheSourceID, 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- 
getCubeDefIDjava.lang.String getCubeDefID() Returns the cube definition ID- Returns:
- the cube definition ID
 
 - 
getLastUpdateJobint getLastUpdateJob() Returns the last update job ID- Returns:
- the last update job ID
 
 - 
getFileNamejava.lang.String getFileName() Returns the file name- Returns:
- the file name
 
 - 
getOpenViewCountint getOpenViewCount() Returns the open view count- Returns:
- the open view count
 
 - 
getWarehouseDBLoginIDjava.lang.String getWarehouseDBLoginID() Returns the warehouse DB login ID- Returns:
- the warehouse DB login ID
 
 - 
getQueryStatsQueryStats getQueryStats() Returns the query statistics- Returns:
- the query statistics
 
 - 
getDataLocalesjava.util.List<java.util.Locale> getDataLocales() Returns the list of locales supported by this cube- Returns:
- the list of locales supported by this cube
 
 - 
getCubeCacheTypeint getCubeCacheType() Get cube type fromEnumDSSXMLCubeCacheType
 
- 
 
-