- queryExecuteTimeLimit - 类 中的变量com.jolbox.bonecp.StatementHandle
-
Config setting converted to nanoseconds.
- queryExecuteTimeLimitInMs - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Queries taking longer than this limit to execute are logged.
- queryExecuteTimeLimitInNanoSeconds - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Store the unit translation here to avoid recalculating it in statement handles.
- queryTimerEnd(String, long) - 类 中的方法com.jolbox.bonecp.StatementHandle
-
Call the onQueryExecuteTimeLimitExceeded hook if necessary
- queryTimerStart() - 类 中的方法com.jolbox.bonecp.StatementHandle
-
Start off a timer if necessary
- queue - 类 中的变量com.jolbox.bonecp.ConnectionReleaseHelperThread
-
Queue of connections awaiting to be released back to each partition.
- queue - 类 中的变量com.jolbox.bonecp.StatementReleaseHelperThread
-
Queue of statements awaiting to be released back to each partition.