- maintainStats - 类 中的变量com.jolbox.bonecp.StatementCache
-
If true, keep statistics.
- markPossiblyBroken(SQLException) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
Given an exception, flag the connection (or database) as being potentially broken.
- mask - 类 中的静态变量jsr166y.ThreadLocalRandom
-
- maxAgeInMs - 类 中的变量com.jolbox.bonecp.ConnectionMaxAgeThread
-
Max no of ms to wait before a connection that isn't used is killed off.
- maxAliveScheduler - 类 中的变量com.jolbox.bonecp.BoneCP
-
Handle to factory that creates 1 thread per partition that periodically wakes up and performs some
activity on the connection.
- maxConnectionAgeInMs - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Configured max connection age.
- maxConnectionAgeInSeconds - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
A connection older than maxConnectionAge will be destroyed and purged from the pool.
- maxConnections - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Maximum number of connections that will ever be created.
- maxConnectionsPerPartition - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Max number of connections per partition.
- maxQueueSize - 类 中的变量com.jolbox.bonecp.BoundedLinkedTransferQueue
-
bound of queue.
- maybeInit() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
-
- maybeSignalForMoreConnections(ConnectionPartition) - 类 中的方法com.jolbox.bonecp.BoneCP
-
Tests if this partition has hit a threshold and signal to the pool watch thread to create new connections
- MBEAN_BONECP - 类 中的静态变量com.jolbox.bonecp.BoneCP
-
JMX constant.
- MBEAN_CONFIG - 类 中的静态变量com.jolbox.bonecp.BoneCP
-
JMX constant.
- mbs - 类 中的变量com.jolbox.bonecp.BoneCP
-
JMX support.
- memorize(Connection, ConnectionHandle) - 类 中的静态方法com.jolbox.bonecp.MemorizeTransactionProxy
-
Wrap connection with a proxy.
- memorize(Statement, ConnectionHandle) - 类 中的静态方法com.jolbox.bonecp.MemorizeTransactionProxy
-
Wrap Statement with a proxy.
- memorize(PreparedStatement, ConnectionHandle) - 类 中的静态方法com.jolbox.bonecp.MemorizeTransactionProxy
-
Wrap PreparedStatement with a proxy.
- memorize(CallableStatement, ConnectionHandle) - 类 中的静态方法com.jolbox.bonecp.MemorizeTransactionProxy
-
Wrap CallableStatement with a proxy.
- MemorizeTransactionProxy - com.jolbox.bonecp中的类
-
This code takes care of recording and playing back of transactions (when a failure occurs).
- MemorizeTransactionProxy() - 类 的构造器com.jolbox.bonecp.MemorizeTransactionProxy
-
Default constructor.
- MemorizeTransactionProxy(Object, ConnectionHandle) - 类 的构造器com.jolbox.bonecp.MemorizeTransactionProxy
-
Main constructor
- METADATATABLE - 类 中的静态变量com.jolbox.bonecp.BoneCP
-
Constant for keep-alive test
- method - 类 中的变量com.jolbox.bonecp.ReplayLog
-
Method recorded.
- minConnections - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
Minimum number of connections to start off with.
- minConnectionsPerPartition - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
Min number of connections per partition.
- MP - 类 中的静态变量jsr166y.LinkedTransferQueue
-
True if on multiprocessor
- multiDataSource - 类 中的变量com.jolbox.bonecp.BoneCPDataSource
-
Constructs (and caches) a datasource on the fly based on the given username/password.
- multiplier - 类 中的静态变量jsr166y.ThreadLocalRandom
-