- pad0 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad1 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad2 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad3 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad4 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad5 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad6 - 类 中的变量jsr166y.ThreadLocalRandom
-
- pad7 - 类 中的变量jsr166y.ThreadLocalRandom
-
- parseXML(Document, String) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
-
Parses the given XML doc to extract the properties and return them into a java.util.Properties.
- partition - 类 中的变量com.jolbox.bonecp.ConnectionMaxAgeThread
-
Partition being handled.
- partition - 类 中的变量com.jolbox.bonecp.ConnectionTesterThread
-
Partition being handled.
- partition - 类 中的变量com.jolbox.bonecp.PoolWatchThread
-
Partition being monitored.
- partitionCount - 类 中的变量com.jolbox.bonecp.BoneCP
-
Number of partitions passed in constructor.
- partitionCount - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Number of partitions.
- partitions - 类 中的变量com.jolbox.bonecp.BoneCP
-
Partitions handle.
- PASSWORD - 类 中的静态变量com.jolbox.bonecp.BoneCPConfig
-
Constant.
- password - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Password to use.
- password - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
DB details.
- password - 类 中的变量com.jolbox.bonecp.UsernamePassword
-
Handle to store a password.
- peek() - 类 中的方法jsr166y.LinkedTransferQueue
-
- poll() - 类 中的方法com.jolbox.bonecp.BoundedLinkedTransferQueue
-
- poll(long, TimeUnit) - 类 中的方法com.jolbox.bonecp.BoundedLinkedTransferQueue
-
- poll(long, TimeUnit) - 类 中的方法jsr166y.LinkedTransferQueue
-
- poll() - 类 中的方法jsr166y.LinkedTransferQueue
-
- pool - 类 中的变量com.jolbox.bonecp.BoneCPDataSource
-
Pool handle.
- pool - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Pool handle.
- pool - 类 中的变量com.jolbox.bonecp.ConnectionMaxAgeThread
-
Handle to connection pool.
- pool - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Handle to the pool.
- pool - 类 中的变量com.jolbox.bonecp.ConnectionReleaseHelperThread
-
Handle to the connection pool.
- pool - 类 中的变量com.jolbox.bonecp.ConnectionTesterThread
-
Handle to connection pool.
- pool - 类 中的变量com.jolbox.bonecp.PoolWatchThread
-
Pool handle.
- pool - 类 中的变量com.jolbox.bonecp.StatementReleaseHelperThread
-
Handle to the connection pool.
- pool - 类 中的变量com.jolbox.bonecp.Statistics
-
Pool handle.
- poolAvailabilityThreshold - 类 中的变量com.jolbox.bonecp.BoneCP
-
Create more connections when we hit x% of our possible number of connections.
- poolAvailabilityThreshold - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Create more connections when we hit x% of our possible number of connections.
- poolAvailabilityThreshold - 类 中的变量com.jolbox.bonecp.PoolWatchThread
-
Occupancy% threshold.
- poolName - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Name of the pool for JMX and thread names.
- poolName - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Cached copy of the config-specified pool name.
- poolShuttingDown - 类 中的变量com.jolbox.bonecp.BoneCP
-
set to true if the connection pool has been flagged as shutting down.
- PoolUtil - com.jolbox.bonecp中的类
-
A bunch of generic routines used internally by the pool.
- PoolUtil() - 类 的构造器com.jolbox.bonecp.PoolUtil
-
- PoolWatchThread - com.jolbox.bonecp中的类
-
Watches a partition to create new connections when required.
- PoolWatchThread(ConnectionPartition, BoneCP) - 类 的构造器com.jolbox.bonecp.PoolWatchThread
-
Thread constructor
- poolWatchThreadSignalQueue - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Signal trigger to pool watch thread.
- possiblyBroken - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
If true, this connection might have failed communicating with the
database.
- postDestroyConnection(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.BoneCP
-
Update counters and call hooks.
- prepareCall(String) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareCall(String, int, int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareCall(String, int, int, int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- preparedStatementCache - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Prepared Statement Cache.
- PreparedStatementHandle - com.jolbox.bonecp中的类
-
Wrapper around JDBC PreparedStatement.
- PreparedStatementHandle(PreparedStatement, String, ConnectionHandle, String, IStatementCache) - 类 的构造器com.jolbox.bonecp.PreparedStatementHandle
-
PreparedStatement Wrapper constructor.
- PreparedStatementProxy - com.jolbox.bonecp.proxy中的接口
-
Just a way to get our proxy to work with driver-specific types.
- prepareStatement(String) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareStatement(String, int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareStatement(String, int[]) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareStatement(String, String[]) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareStatement(String, int, int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prepareStatement(String, int, int, int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- prettyPrint(Object) - 类 中的静态方法com.jolbox.bonecp.PoolUtil
-
Helper method
- put(E) - 类 中的方法com.jolbox.bonecp.BoundedLinkedTransferQueue
-
- put(E) - 类 中的方法jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- putConnectionBackInPartition(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.BoneCP
-
Places a connection back in the originating partition.
- putIfAbsent(String, StatementHandle) - 接口 中的方法com.jolbox.bonecp.IStatementCache
-
Wrapper for map putIfAbsent.
- putIfAbsent(String, StatementHandle) - 类 中的方法com.jolbox.bonecp.StatementCache
-