|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResultSetStatisticsFactory provides a wrapper around all of the result sets statistics objects needed in building the run time statistics.
Field Summary | |
static java.lang.String |
MODULE
Module name for the monitor's module locating system. |
Method Summary | |
ResultSetStatistics |
getNoRowsResultSetStatistics(ResultSet rs)
|
ResultSetStatistics |
getResultSetStatistics(NoPutResultSet rs)
|
ResultSetStatistics |
getResultSetStatistics(ResultSet rs)
Get the matching ResultSetStatistics for the specified ResultSet. |
RunTimeStatistics |
getRunTimeStatistics(Activation activation,
ResultSet rs,
NoPutResultSet[] subqueryTrackingArray)
RunTimeStatistics creation. |
Field Detail |
public static final java.lang.String MODULE
Method Detail |
public RunTimeStatistics getRunTimeStatistics(Activation activation, ResultSet rs, NoPutResultSet[] subqueryTrackingArray) throws StandardException
activation
- The Activation we are generating the statistics forrs
- The top ResultSet for the ResultSet treesubqueryTrackingArray
- Array of subqueries, used for finding
materialized subqueries.
StandardException
- on errorpublic ResultSetStatistics getResultSetStatistics(ResultSet rs)
public ResultSetStatistics getResultSetStatistics(NoPutResultSet rs)
public ResultSetStatistics getNoRowsResultSetStatistics(ResultSet rs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |