public interface

QueryStats

com.microstrategy.web.objects.admin.monitors.QueryStats

Class Overview

This interface represents cube query statistics

Summary

Public Methods
abstract int getAEDuration()
Returns the Analytical Engine durations
abstract AccessedTable getAccesseTable(int i)
This method is deprecated. Not used anymore. Use #getAccessedTable() to get the accessed table instead.
abstract AccessedTable getAccessedTable(int i)
Returns the accessed table
abstract int getAccessedTablesCount()
Returns the accessed tables count
abstract int getDataSourceType()
Returns the data source type
abstract String getErrorMessage()
Returns the error message
abstract Date getFinishTime()
Returns the finish time
abstract int getNumAEPasses()
Returns the number of analytical engine passes
abstract int getNumCols()
Returns the number of columns
abstract int getNumRows()
Returns the number of rows
abstract int getNumSQLPasses()
Returns the number of SQL passes
abstract int getNumTempTables()
Returns the number of temporary tables
abstract int getOtherDuration()
Returns the other actions durations
abstract QueryPass getQueryPass(int i)
Returns the query pass
abstract int getSqlDuration()
Returns the SQL duration
abstract Date getStartTime()
Returns the start time
abstract int getTotalNumPasses()
Returns the total number of passes

Public Methods

public abstract int getAEDuration ()

Returns the Analytical Engine durations

Returns
  • the Analytical Engine durations

public abstract AccessedTable getAccesseTable (int i)

This method is deprecated.
Not used anymore. Use #getAccessedTable() to get the accessed table instead.

Returns the accessed table

Parameters
i index
Returns
  • the accessed table

public abstract AccessedTable getAccessedTable (int i)

Returns the accessed table

Parameters
i index
Returns
  • the accessed table

public abstract int getAccessedTablesCount ()

Returns the accessed tables count

Returns
  • the accessed tables count

public abstract int getDataSourceType ()

Returns the data source type

Returns
  • the data source type

public abstract String getErrorMessage ()

Returns the error message

Returns
  • the error message

public abstract Date getFinishTime ()

Returns the finish time

Returns
  • the finish time

public abstract int getNumAEPasses ()

Returns the number of analytical engine passes

Returns
  • the number of analytical engine passes

public abstract int getNumCols ()

Returns the number of columns

Returns
  • the number of columns

public abstract int getNumRows ()

Returns the number of rows

Returns
  • the number of rows

public abstract int getNumSQLPasses ()

Returns the number of SQL passes

Returns
  • the number of SQL passes

public abstract int getNumTempTables ()

Returns the number of temporary tables

Returns
  • the number of temporary tables

public abstract int getOtherDuration ()

Returns the other actions durations

Returns
  • the other actions durations

public abstract QueryPass getQueryPass (int i)

Returns the query pass

Parameters
i index
Returns
  • the query pass

public abstract int getSqlDuration ()

Returns the SQL duration

Returns
  • the SQL duration

public abstract Date getStartTime ()

Returns the start time

Returns
  • the start time

public abstract int getTotalNumPasses ()

Returns the total number of passes

Returns
  • the total number of passes