Package mondrian.util

Class Counters


  • public abstract class Counters
    extends Object
    A collection of counters. Used internally for logging and consistency-checking purposes. Should not be relied upon by applications.
    • Field Detail

      • SQL_STATEMENT_EXECUTE_COUNT

        public static final AtomicLong SQL_STATEMENT_EXECUTE_COUNT
        Number of times SqlStatement.execute has completed successfully.
      • SQL_STATEMENT_CLOSE_COUNT

        public static final AtomicLong SQL_STATEMENT_CLOSE_COUNT
        Number of times SqlStatement.close has been called.
      • SQL_STATEMENT_EXECUTING_IDS

        public static final Set<Long> SQL_STATEMENT_EXECUTING_IDS
        Ids of all SqlStatement instances that are executing.
    • Constructor Detail

      • Counters

        public Counters()