- objectFieldOffset(Unsafe, String, Class<?>) - 类 中的静态方法jsr166y.LinkedTransferQueue
-
- obtainInternalConnection() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
Obtains a database connection, retrying if necessary.
- obtainRawInternalConnection() - 类 中的方法com.jolbox.bonecp.BoneCP
-
Returns a database connection by using Driver.getConnection() or DataSource.getConnection()
- offer(E) - 类 中的方法com.jolbox.bonecp.BoundedLinkedTransferQueue
-
- offer(E) - 类 中的方法com.jolbox.bonecp.LIFOQueue
-
- offer(E, long, TimeUnit) - 类 中的方法jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - 类 中的方法jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- onAcquire(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onAcquire(ConnectionHandle) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called upon getting a new connection from the JDBC driver (and prior to
inserting into the pool).
- onAcquireFail(Throwable, AcquireFailConfig) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onAcquireFail(Throwable, AcquireFailConfig) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called on attempting (and failing) to acquire a connection.
- onAfterStatementExecute(ConnectionHandle, StatementHandle, String, Map<Object, Object>) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onAfterStatementExecute(ConnectionHandle, StatementHandle, String, Map<Object, Object>) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called right after a statement has executed.
- onBeforeStatementExecute(ConnectionHandle, StatementHandle, String, Map<Object, Object>) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onBeforeStatementExecute(ConnectionHandle, StatementHandle, String, Map<Object, Object>) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called before a statement is about to execute.
- onCheckIn(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onCheckIn(ConnectionHandle) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called when the connection is about to be returned to the pool.
- onCheckOut(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onCheckOut(ConnectionHandle) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called when the connection is extracted from the pool and about to be
given to the application.
- onConnectionException(ConnectionHandle, String, Throwable) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onConnectionException(ConnectionHandle, String, Throwable) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called whenever an exception on a connection occurs.
- onDestroy(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onDestroy(ConnectionHandle) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called when the connection is about to be completely removed from the
pool.
- onMarkPossiblyBroken(ConnectionHandle, String, SQLException) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onMarkPossiblyBroken(ConnectionHandle, String, SQLException) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called to give you a chance to override the logic on whether a connection can be considered
broken or not.
- onQueryExecuteTimeLimitExceeded(ConnectionHandle, Statement, String, Map<Object, Object>, long) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
- onQueryExecuteTimeLimitExceeded(ConnectionHandle, Statement, String, Map<Object, Object>) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
已过时。
- onQueryExecuteTimeLimitExceeded(String, Map<Object, Object>) - 类 中的方法com.jolbox.bonecp.hooks.AbstractConnectionHook
-
已过时。
- onQueryExecuteTimeLimitExceeded(ConnectionHandle, Statement, String, Map<Object, Object>, long) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
Called when a query execute time limit has been set and an executing query took longer
to than the limit to return control to the application.
- onQueryExecuteTimeLimitExceeded(ConnectionHandle, Statement, String, Map<Object, Object>) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
已过时。
- onQueryExecuteTimeLimitExceeded(String, Map<Object, Object>) - 接口 中的方法com.jolbox.bonecp.hooks.ConnectionHook
-
已过时。
- openStackTrace - 类 中的变量com.jolbox.bonecp.StatementHandle
-
Stack trace capture of where this statement was opened.
- originatingPartition - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Original partition.