public interface

CubeCache

implements Cache
com.microstrategy.web.objects.admin.monitors.CubeCache

Class Overview

The interface CubeCache represents cube-specific cache properties.

Summary

Public Methods
abstract String getCubeDefID()
Returns the cube definition ID
abstract List<Locale> getDataLocales()
Returns the list of locales supported by this cube
abstract String getFileName()
Returns the file name
abstract int getLastUpdateJob()
Returns the last update job ID
abstract int getOpenViewCount()
Returns the open view count
abstract QueryStats getQueryStats()
Returns the query statistics
abstract String getWarehouseDBLoginID()
Returns the warehouse DB login ID
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.Cache

Public Methods

public abstract String getCubeDefID ()

Returns the cube definition ID

Returns
  • the cube definition ID

public abstract List<Locale> getDataLocales ()

Returns the list of locales supported by this cube

Returns
  • the list of locales supported by this cube

public abstract String getFileName ()

Returns the file name

Returns
  • the file name

public abstract int getLastUpdateJob ()

Returns the last update job ID

Returns
  • the last update job ID

public abstract int getOpenViewCount ()

Returns the open view count

Returns
  • the open view count

public abstract QueryStats getQueryStats ()

Returns the query statistics

Returns
  • the query statistics

public abstract String getWarehouseDBLoginID ()

Returns the warehouse DB login ID

Returns
  • the warehouse DB login ID