com.microstrategy.web.objects.admin.monitors.QueryStats |
This interface represents cube query statistics
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
|
Returns the Analytical Engine durations
This method is deprecated.
Not used anymore. Use #getAccessedTable() to get the accessed table instead.
Returns the accessed table
i | index |
---|
Returns the accessed table
i | index |
---|
Returns the accessed tables count
Returns the data source type
Returns the error message
Returns the finish time
Returns the number of analytical engine passes
Returns the number of columns
Returns the number of rows
Returns the number of SQL passes
Returns the number of temporary tables
Returns the other actions durations
Returns the query pass
i | index |
---|
Returns the SQL duration
Returns the start time
Returns the total number of passes