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
Modifier and TypeFieldDescriptionstatic final AtomicLong
Number of timesSqlStatement.close
has been called.static final AtomicLong
Number of timesSqlStatement.execute
has completed successfully.Ids of allSqlStatement
instances that are executing. -
Constructor Summary
-
Method Summary
-
Field Details
-
SQL_STATEMENT_EXECUTE_COUNT
Number of timesSqlStatement.execute
has completed successfully. -
SQL_STATEMENT_CLOSE_COUNT
Number of timesSqlStatement.close
has been called. -
SQL_STATEMENT_EXECUTING_IDS
Ids of allSqlStatement
instances that are executing.
-
-
Constructor Details
-
Counters
public Counters()
-