public abstract class Counters extends Object
| Modifier and Type | Field and Description |
|---|---|
static AtomicLong |
SQL_STATEMENT_CLOSE_COUNT
Number of times
SqlStatement.close has been called. |
static AtomicLong |
SQL_STATEMENT_EXECUTE_COUNT
Number of times
SqlStatement.execute has completed
successfully. |
static Set<Long> |
SQL_STATEMENT_EXECUTING_IDS
Ids of all
SqlStatement instances that are executing. |
| Constructor and Description |
|---|
Counters() |
public static final AtomicLong SQL_STATEMENT_EXECUTE_COUNT
SqlStatement.execute has completed
successfully.public static final AtomicLong SQL_STATEMENT_CLOSE_COUNT
SqlStatement.close has been called.Copyright © 2021 Hitachi Vantara. All rights reserved.