public interface

RWDCache

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

Summary

Public Methods
abstract String[] getCacheIDs()
Returns the array of report cache IDs used by this document
abstract String[] getCubeIDs()
Returns the array of cube IDs used by this document
abstract Locale getDataLocale()
Returns the data locale
abstract int getExportFormat()
Returns the export format
abstract String getFileName()
Returns the RWD cache file name
abstract String getGroupBy()
Returns the current group by
abstract String getHostName()
Returns the host name of RWD cache location
abstract int getJobID()
Returns the ID of the job that executed this document
abstract Date getLastLoadTime()
Returns the RWD cache last load time
abstract String getLayoutFlags()
Returns the RWD layout flags
abstract Locale getMdLocale()
Returns the metadata locale
abstract String getSessionID()
Returns the session ID
abstract String getVersion()
Returns the version ID
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.Cache

Public Methods

public abstract String[] getCacheIDs ()

Returns the array of report cache IDs used by this document

Returns
  • the array of report cache IDs used by this document

public abstract String[] getCubeIDs ()

Returns the array of cube IDs used by this document

Returns
  • the array of cube IDs used by this document

public abstract Locale getDataLocale ()

Returns the data locale

Returns
  • the data locale

public abstract int getExportFormat ()

Returns the export format

Returns
  • the export format

public abstract String getFileName ()

Returns the RWD cache file name

Returns
  • the RWD cache file name

public abstract String getGroupBy ()

Returns the current group by

Returns
  • the current group by

public abstract String getHostName ()

Returns the host name of RWD cache location

Returns
  • the host name of RWD cache location

public abstract int getJobID ()

Returns the ID of the job that executed this document

Returns
  • the ID of the job that executed this document

public abstract Date getLastLoadTime ()

Returns the RWD cache last load time

Returns
  • the RWD cache last load time

public abstract String getLayoutFlags ()

Returns the RWD layout flags

Returns
  • the RWD layout flags

public abstract Locale getMdLocale ()

Returns the metadata locale

public abstract String getSessionID ()

Returns the session ID

Returns
  • the session ID

public abstract String getVersion ()

Returns the version ID

Returns
  • the version ID