跳过导航链接
A B C D E G I L M O P Q R S T U V 

A

acceptableExecutionTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
acceptableExecutionTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
autoCommit - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 

B

borrowObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
borrowObject(long, TimeUnit) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
borrowObject(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
borrowObject() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Borrow it until it's available.
borrowObject(long) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Borrow it if you can in some time.
borrowObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
borrowObject(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
busyQueue - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
busyQueue - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 

C

cache - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
 
checkIdleSizeInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
checkIdleSizeInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
CheckIdleSizeTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.GenericObjectPool.CheckIdleSizeTask
 
CheckIdleSizeTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.SimpleObjectPool.CheckIdleSizeTask
 
checkObjectExpired - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
checkObjectExpired - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
checkObjectExpiredInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
checkObjectExpiredInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
CheckObjectExpiredTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.GenericObjectPool.CheckObjectExpiredTask
 
CheckObjectExpiredTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.SimpleObjectPool.CheckObjectExpiredTask
 
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
Close the objectPool
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
CLOSE - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
CLOSE - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
close() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Close it
close() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
com.github.paganini2008.devtools.objectpool - 程序包 com.github.paganini2008.devtools.objectpool
 
com.github.paganini2008.devtools.objectpool.dbpool - 程序包 com.github.paganini2008.devtools.objectpool.dbpool
 
com.github.paganini2008.devtools.objectpool.examples - 程序包 com.github.paganini2008.devtools.objectpool.examples
 
compareTo(QueryTrace) - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTrace
 
condition - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
configureConnection(Connection) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
ConnectionFactory - com.github.paganini2008.devtools.objectpool.dbpool中的类
Build a java.sql.Connection object factory.
ConnectionFactory(ConnectionPool) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
connectionFactory - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
connectionPool - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
ConnectionPool - com.github.paganini2008.devtools.objectpool.dbpool中的类
ConnectionPool contains the objectPool as a connection provider.
ConnectionPool() - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
connectionPool - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
connectionPool - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
created - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
created - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
createObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
createObject(String, Connection, Method, Object[]) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
Create a PooledPreparedStatement object
createObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.ResourceFactory
 
createObject() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectFactory
Create object if unavaliable

D

DailyQueryStatistics - com.github.paganini2008.devtools.objectpool.dbpool中的类
Query statistics within recent seven-day
DailyQueryStatistics() - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
dailyStatistics - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
defaultTransactionIsolationLevel - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
destroy() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
Destroy the cache
destroyObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
destroyObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.ResourceFactory
 
destroyObject(Object) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectFactory
Close/Release a object and remove it from the pool.
discardObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
discardObject(Object) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Do it when the pooled object was invalid or expired
discardObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
driverClassName - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 

E

endTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
ExceptionUtils - com.github.paganini2008.devtools.objectpool.dbpool中的类
ExceptionUtils
ExceptionUtils() - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.ExceptionUtils
 
executed(String, Object[], long, long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
executionMaxTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
executionMinTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
executionTotalCount - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
executionTotalTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 

G

GenericDataSource - com.github.paganini2008.devtools.objectpool.dbpool中的类
GenericDataSource
GenericDataSource(String, String, String, String) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
GenericDataSource() - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
GenericObjectPool - com.github.paganini2008.devtools.objectpool中的类
GenericObjectPool
GenericObjectPool(ObjectFactory) - 类 的构造器com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
GenericObjectPool.CheckIdleSizeTask - com.github.paganini2008.devtools.objectpool中的类
 
GenericObjectPool.CheckObjectExpiredTask - com.github.paganini2008.devtools.objectpool中的类
 
GenericObjectPool.PooledObject - com.github.paganini2008.devtools.objectpool中的类
PooledObject
GenericObjectPool.TestWhileIdleTask - com.github.paganini2008.devtools.objectpool中的类
 
getAutoCommit() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getBusySize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getBusySize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getCheckIdleSizeInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getCheckIdleSizeInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getCheckObjectExpiredInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getCheckObjectExpiredInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getConnection() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
getCreated() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getCreated() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getCreated() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
getDefaultTransactionIsolationLevel() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getDetail(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getDetail(Object) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Get object's detail
getDetail(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getDriverClassName() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getEndTime() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTrace
 
getEndTime() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
getExecutionAvgTime() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Get avg elapsed time.
getExecutionAvgTime() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
getExecutionCount() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Get executed total.
getExecutionCount() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
getExecutionMaxTime() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Get max elapsed time.
getExecutionMaxTime() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
getExecutionMinTime() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Get min elapsed time.
getExecutionMinTime() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
getIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getLastBorrowed() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getLastBorrowed() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getLastBorrowed() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
getLastReturned() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getLastReturned() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getLastReturned() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
getLastTested() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getLastTested() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getLastTested() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
getLoginTimeout() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
getLogWriter() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
getMaxIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMaxIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getMaxPoolSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMaxPoolSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getMaxTestTimes() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMaxTestTimes() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getMaxUses() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMaxUses() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getMaxWaitTimeForExpiration() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMaxWaitTimeForExpiration() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getMinIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getMinIdleSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getObject() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getObject() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
getParameters() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTrace
 
getParameters() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
getPassword() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getPoolSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getPoolSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getProxyConnection() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
getProxyStatement() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
getQueryStatistics() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
getQueryTraces() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Get slow queries
getQueryTraces() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
getRealConnection() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
getRealStatement() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
getSql() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTrace
 
getSql() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
getStartTime() - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTrace
 
getStartTime() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
getStatementCacheSize() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getStatisticsResult(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
getStatisticsResult(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
getStatisticsResult(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
getTestSql() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getTestWhileIdleInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
getTestWhileIdleInterval() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
getUrl() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getUser() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
getUses() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
getUses() - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectDetail
 
getUses() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
giveback(PooledConnection) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
Giveback connection after returning
giveback(String, PooledPreparedStatement) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
 
givebackObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
givebackObject(Object) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectPool
Please give back the pooled object on each calling.
givebackObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 

I

id - 类 中的变量com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.Resource
 
idleQueue - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
idleQueue - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
idleQueueSorter - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
IFACES - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
IFACES - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
invoke(Object, Method, Object[]) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
invoke(Object, Method, Object[]) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
isCheckObjectExpired() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
isCheckObjectExpired() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
isOpened() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
isOpened() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
isRunning() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
isRunning() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
isTestWhileIdle() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
isTestWhileIdle() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
isValid() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
isWrapperFor(Class<?>) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 

L

lastBorrowed - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
lastBorrowed - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
lastReturned - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
lastReturned - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
lastTested - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
lastTested - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
lock - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
lock - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
log - 类 中的静态变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
log - 类 中的静态变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
logger - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
logger - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
logger - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 

M

main(String[]) - 类 中的静态方法com.github.paganini2008.devtools.objectpool.examples.TestDbPool
 
main(String[]) - 类 中的静态方法com.github.paganini2008.devtools.objectpool.examples.TestObjectPool
 
maxIdleSize - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
maxIdleSize - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
maxPoolSize - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
maxPoolSize - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
maxTestTimes - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
maxTestTimes - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
maxUses - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
maxUses - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
maxWaitTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
maxWaitTimeForExpiration - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
maxWaitTimeForExpiration - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
minIdleSize - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
minIdleSize - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 

O

object - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
object - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
ObjectDetail - com.github.paganini2008.devtools.objectpool中的接口
ObjectDetail
objectFactory - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
ObjectFactory - com.github.paganini2008.devtools.objectpool中的接口
Implement this interface to build your object factory.
objectFactory - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
objectPool - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
ObjectPool - com.github.paganini2008.devtools.objectpool中的接口
A container of some object.
of(Object) - 类 中的静态方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
of(Object) - 类 中的静态方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 

P

parameters - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
password - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
PooledConnection - com.github.paganini2008.devtools.objectpool.dbpool中的类
A proxy object of java.sql.Connection with ConnectionPool
PooledConnection(Connection, int, ConnectionPool) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
PooledObject(Object) - 类 的构造器com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
PooledObject(Object) - 类 的构造器com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
pooledObjects - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
pooledObjects - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
PooledPreparedStatement - com.github.paganini2008.devtools.objectpool.dbpool中的类
Pooled PreparedStatement object
PooledPreparedStatement(String, PreparedStatementCache, PreparedStatement) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
poolSize - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
poolSize - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
PreparedStatementCache - com.github.paganini2008.devtools.objectpool.dbpool中的类
Build a PreparedStatementCache for each connection.
PreparedStatementCache(int, DailyQueryStatistics) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
To create a PreparedStatementCache with a LruMap
proxyConnection - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
proxyStatement - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 

Q

QuerySpan - com.github.paganini2008.devtools.objectpool.dbpool中的接口
QuerySpan
QuerySpanImpl - com.github.paganini2008.devtools.objectpool.dbpool中的类
QuerySpanImpl
QuerySpanImpl(int, long) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
queryStatistics - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
queryStatistics - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
queryStatistics - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
 
QueryTrace - com.github.paganini2008.devtools.objectpool.dbpool中的接口
Record each query info(Sql,SqlParameters,StartTime and EndTime)
QueryTraceImpl - com.github.paganini2008.devtools.objectpool.dbpool中的类
QueryTraceImpl
QueryTraceImpl(String, Object[], long, long) - 类 的构造器com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 

R

realConnection - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
realStatement - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
record(QueryTrace) - 接口 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpan
Record every execution
record(QueryTrace) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
Resource(int) - 类 的构造器com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.Resource
 
ResourceFactory() - 类 的构造器com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.ResourceFactory
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.CheckIdleSizeTask
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.CheckObjectExpiredTask
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.TestWhileIdleTask
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.CheckIdleSizeTask
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.CheckObjectExpiredTask
 
run() - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.TestWhileIdleTask
 
running - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
running - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 

S

say(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.Resource
 
seq - 类 中的静态变量com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.ResourceFactory
 
serialVersionUID - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
serialVersionUID - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
setAcceptableExecutionTime(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
setAcceptableExecutionTime(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setAutoCommit(Boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set Connection object's attribute 'autoCommit'
setAutoCommit(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setAutoCommit(Boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setCheckIdleSizeInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setCheckIdleSizeInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setCheckObjectExpired(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setCheckObjectExpired(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setCheckObjectExpired(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setCheckObjectExpired(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setCheckObjectExpiredInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setCheckObjectExpiredInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setCheckObjectExpiredInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setCheckObjectExpiredInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setDefaultTransactionIsolationLevel(Integer) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set Connection object's default transaction level.
setDefaultTransactionIsolationLevel(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setDefaultTransactionIsolationLevel(Integer) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setDriverClassName(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set the DriverClassName if its class existed.
setDriverClassName(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setDriverClassName(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setLastBorrowed(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
setLastBorrowed(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
setLastReturned(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
setLastReturned(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
setLastTested(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
setLastTested(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
setLoginTimeout(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setLogWriter(PrintWriter) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setMaxIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setMaxIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setMaxIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMaxIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setMaxPoolSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMaxPoolSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setMaxSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setMaxSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setMaxTestTimes(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMaxTestTimes(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setMaxUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setMaxUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setMaxUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMaxUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setMaxWaitTime(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setMaxWaitTimeForExpiration(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setMaxWaitTimeForExpiration(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setMaxWaitTimeForExpiration(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMaxWaitTimeForExpiration(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setMinIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setMinIdleSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setPassword(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set schema password
setPassword(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setPassword(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setQueryStatistics(DailyQueryStatistics) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
setStatementCacheSize(Integer) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set the pooled java.sql.PreparedStatement object cache's size.
setStatementCacheSize(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setStatisticalSqlSampleCount(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
setStatisticalSqlSampleCount(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setTestSql(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set a test sql like 'SELECT 1 FROM DUAL' when the borrowed object make sure its effectiveness.
setTestSql(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setTestSql(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setTestWhileIdle(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setTestWhileIdle(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setTestWhileIdle(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setTestWhileIdle(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setTestWhileIdleInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setTestWhileIdleInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setTestWhileIdleInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
setTestWhileIdleInterval(long) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
setUrl(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set jdbc url
setUrl(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setUrl(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setUser(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Set schema username
setUser(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
 
setUser(String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
setUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
setUses(int) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 
setValid(boolean) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
SimpleObjectPool - com.github.paganini2008.devtools.objectpool中的类
SimpleObjectPool
SimpleObjectPool(ObjectFactory) - 类 的构造器com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
SimpleObjectPool.CheckIdleSizeTask - com.github.paganini2008.devtools.objectpool中的类
 
SimpleObjectPool.CheckObjectExpiredTask - com.github.paganini2008.devtools.objectpool中的类
 
SimpleObjectPool.PooledObject - com.github.paganini2008.devtools.objectpool中的类
PooledObject
SimpleObjectPool.TestWhileIdleTask - com.github.paganini2008.devtools.objectpool中的类
 
size() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
 
slowQueries - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
sql - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
sql - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
startTime - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
statementCache - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
statementCache - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledPreparedStatement
 
statementCacheSize - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
statisticalSqlSampleCount - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 

T

take() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionPool
Take a Connection
take(String, Connection, Method, Object[]) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.PreparedStatementCache
 
TestDbPool - com.github.paganini2008.devtools.objectpool.examples中的类
 
TestDbPool() - 类 的构造器com.github.paganini2008.devtools.objectpool.examples.TestDbPool
 
testObject(Object) - 接口 中的方法com.github.paganini2008.devtools.objectpool.ObjectFactory
Validate/Test a object if valid/actived/opened or not.
TestObjectPool - com.github.paganini2008.devtools.objectpool.examples中的类
 
TestObjectPool() - 类 的构造器com.github.paganini2008.devtools.objectpool.examples.TestObjectPool
 
TestObjectPool.Resource - com.github.paganini2008.devtools.objectpool.examples中的类
 
TestObjectPool.ResourceFactory - com.github.paganini2008.devtools.objectpool.examples中的类
 
testSql - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
testSql(Connection, String) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
Execute test sql
testWhileBorrow(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
testWhileBorrow(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
testWhileIdle - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
testWhileIdle(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
testWhileIdle - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
testWhileIdle(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
testWhileIdleInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
testWhileIdleInterval - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
TestWhileIdleTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.GenericObjectPool.TestWhileIdleTask
 
TestWhileIdleTask() - 类 的构造器com.github.paganini2008.devtools.objectpool.SimpleObjectPool.TestWhileIdleTask
 
timeFormat - 类 中的静态变量com.github.paganini2008.devtools.objectpool.dbpool.DailyQueryStatistics
 
timer - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool
 
timer - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool
 
toString() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QuerySpanImpl
 
toString() - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.QueryTraceImpl
 
toString() - 类 中的方法com.github.paganini2008.devtools.objectpool.examples.TestObjectPool.Resource
 
toString() - 类 中的方法com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 

U

unwrap(Class<T>) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.GenericDataSource
 
unwrapThrowable(Throwable) - 类 中的静态方法com.github.paganini2008.devtools.objectpool.dbpool.ExceptionUtils
 
url - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
username - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
uses - 类 中的变量com.github.paganini2008.devtools.objectpool.GenericObjectPool.PooledObject
 
uses - 类 中的变量com.github.paganini2008.devtools.objectpool.SimpleObjectPool.PooledObject
 

V

valid - 类 中的变量com.github.paganini2008.devtools.objectpool.dbpool.PooledConnection
 
validateObject(Object) - 类 中的方法com.github.paganini2008.devtools.objectpool.dbpool.ConnectionFactory
 
A B C D E G I L M O P Q R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.