Package mondrian.util
Class Counters
java.lang.Object
mondrian.util.Counters
A collection of counters. Used internally for logging and
consistency-checking purposes. Should not be relied upon by applications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AtomicLongNumber of timesSqlStatement.closehas been called.static final AtomicLongNumber of timesSqlStatement.executehas completed successfully.Ids of allSqlStatementinstances that are executing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SQL_STATEMENT_EXECUTE_COUNT
Number of timesSqlStatement.executehas completed successfully. -
SQL_STATEMENT_CLOSE_COUNT
Number of timesSqlStatement.closehas been called. -
SQL_STATEMENT_EXECUTING_IDS
Ids of allSqlStatementinstances that are executing.
-
-
Constructor Details
-
Counters
public Counters()
-