|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSetStatisticsFactory
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 |
---|
static final java.lang.String MODULE
Method Detail |
---|
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 errorResultSetStatistics getResultSetStatistics(ResultSet rs)
ResultSetStatistics getResultSetStatistics(NoPutResultSet rs)
ResultSetStatistics getNoRowsResultSetStatistics(ResultSet rs)
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |