- fillConnections(int) - 类 中的方法com.jolbox.bonecp.PoolWatchThread
-
Adds new connections to the partition.
- fillLogParams(String, Map<Object, Object>) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Returns sql statement used in this prepared statement together with the parameters.
- finalizableRefQueue - 类 中的变量com.jolbox.bonecp.BoneCP
-
Watch for connections that should have been safely closed but the application forgot.
- finalizableRefs - 类 中的变量com.jolbox.bonecp.BoneCP
-
Reference of objects that are to be watched.
- finalizableRefs - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Handle to pool.finalizationRefs.
- findAndRemove(Object) - 类 中的方法jsr166y.LinkedTransferQueue
-
Main implementation of remove(Object)
- firstDataItem() - 类 中的方法jsr166y.LinkedTransferQueue
-
Returns the item in the first unmatched node with isData; or
null if none.
- firstOfMode(boolean) - 类 中的方法jsr166y.LinkedTransferQueue
-
Returns the first unmatched node of the given mode, or null if
none.
- forgetContents() - 类 中的方法jsr166y.LinkedTransferQueue.Node
-
Sets item to self and waiter to null, to avoid garbage
retention after matching or cancelling.
- forgetNext() - 类 中的方法jsr166y.LinkedTransferQueue.Node
-
Links node to itself to avoid garbage retention.
- formatLogParam(Blob) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Formatter for debugging purposes only.
- formatLogParam(Clob) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Formatter for debugging purposes only.
- formatLogParam(Array) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Formatter for debugging purposes only.
- formatLogParam(Ref) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Formatter for debugging purposes only.
- freeConnections - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Connections available to be taken
- FRONT_SPINS - 类 中的静态变量jsr166y.LinkedTransferQueue
-
The number of times to spin (with randomly interspersed calls
to Thread.yield) on multiprocessor before blocking when a node
is apparently the first waiter in the queue.