A B C D E F G H I J K L M N O P Q R S T U V W X 

I

idleConnectionTestPeriodInMs - 类 中的变量com.jolbox.bonecp.ConnectionTesterThread
Connections used less than this time ago are not keep-alive tested.
idleConnectionTestPeriodInSeconds - 类 中的变量com.jolbox.bonecp.BoneCPConfig
Connections older than this are sent a keep-alive statement.
idleMaxAgeInMs - 类 中的变量com.jolbox.bonecp.ConnectionTesterThread
Max no of ms to wait before a connection that isn't used is killed off.
idleMaxAgeInSeconds - 类 中的变量com.jolbox.bonecp.BoneCPConfig
Maximum age of an unused connection before it is closed off.
inCache - 类 中的变量com.jolbox.bonecp.StatementHandle
If true, this statement is in the cache.
incrementCacheHits() - 类 中的方法com.jolbox.bonecp.Statistics
Accessor method.
incrementCacheMiss() - 类 中的方法com.jolbox.bonecp.Statistics
Accessor method.
incrementConnectionsRequested() - 类 中的方法com.jolbox.bonecp.Statistics
Accessor method.
incrementStatementsCached() - 类 中的方法com.jolbox.bonecp.Statistics
Accessor method.
incrementStatementsExecuted() - 类 中的方法com.jolbox.bonecp.Statistics
Adds statements executed.
incrementStatementsPrepared() - 类 中的方法com.jolbox.bonecp.Statistics
Adds statements executed.
initialized - 类 中的变量jsr166y.ThreadLocalRandom
Initialization flag to permit the first and only allowed call to setSeed (inside Random constructor) to succeed.
initJMX() - 类 中的方法com.jolbox.bonecp.BoneCP
Initialises JMX stuff.
initSQL - 类 中的变量com.jolbox.bonecp.BoneCPConfig
Query to send once per connection to the database.
initStmtReleaseHelper(String) - 类 中的方法com.jolbox.bonecp.BoneCP
Starts off threads released to statement release helpers.
inReplayMode - 类 中的变量com.jolbox.bonecp.ConnectionHandle
If true, connection is currently playing back a saved transaction.
internalCallableStatement - 类 中的变量com.jolbox.bonecp.CallableStatementHandle
Handle to statement.
internalClose() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Close off the connection.
internalPreparedStatement - 类 中的变量com.jolbox.bonecp.PreparedStatementHandle
Handle to the real prepared statement.
internalReleaseConnection(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.BoneCP
Release a connection by placing the connection back in the pool.
internalStatement - 类 中的变量com.jolbox.bonecp.StatementHandle
A handle to the actual statement.
invoke(Object, Method, Object[]) - 类 中的方法com.jolbox.bonecp.MemorizeTransactionProxy
 
isCloseConnectionWatch() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns if BoneCP is configured to create a helper thread to watch over connection acquires that are never released (or released twice).
isClosed() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns true if this connection has been (logically) closed.
isClosed() - 类 中的方法com.jolbox.bonecp.StatementHandle
Returns true if statement is logically closed
isClosedOrEnqueuedForClosure() - 类 中的方法com.jolbox.bonecp.StatementHandle
Return true if statement is closed or is enqueued for closure.
isConnectionAlive() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Sends a test query to the underlying connection and return true if connection is alive.
isConnectionHandleAlive(ConnectionHandle) - 类 中的方法com.jolbox.bonecp.BoneCP
Sends a dummy statement to the server to keep the connection alive
isData - 类 中的变量jsr166y.LinkedTransferQueue.Node
 
isDisableConnectionTracking() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns true if connection tracking has been disabled.
isDisableConnectionTracking() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns true if connection tracking has been disabled.
isDisableJMX() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Return true if JMX is disabled.
isDisableJMX() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Return true if JMX is disabled.
isEmpty() - 类 中的方法jsr166y.LinkedTransferQueue
Returns true if this queue contains no elements.
isEnqueuedForClosure() - 类 中的方法com.jolbox.bonecp.StatementHandle
Returns the enqueuedForClosure field.
isExpired() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns true if the given connection has exceeded the maxConnectionAge.
isExpired(long) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns true if the given connection has exceeded the maxConnectionAge.
isExternalAuth() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the current externalAuth setting.
isInReplayMode() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
isLazyInit() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns true if connection pool is to be initialized lazily.
isLazyInit() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns true if connection pool is to be initialized lazily.
isLogStatementsEnabled() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns true if SQL logging is currently enabled, false otherwise.
isLogStatementsEnabled() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns true if SQL logging is currently enabled, false otherwise.
isLogStatementsEnabled() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns true if logging of statements is enabled
isMatched() - 类 中的方法jsr166y.LinkedTransferQueue.Node
Returns true if this node has been matched, including the case of artificial matches due to cancellation.
isPoolable() - 类 中的方法com.jolbox.bonecp.StatementHandle
 
isPossiblyBroken() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Gets true if connection has triggered an exception at some point.
isReadOnly() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
isReleaseHelperThreadsConfigured() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns the releaseHelperThreadsConfigured field.
isStatementReleaseHelperThreadsConfigured() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns the statementReleaseHelperThreadsConfigured field.
isStatisticsEnabled() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the statisticsEnabled field.
isStatisticsEnabled() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the statisticsEnabled field.
IStatementCache - com.jolbox.bonecp中的接口
Interface to the JDBC statement cache.
isTransactionRecoveryEnabled() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns true if the pool is configured to record all transaction activity and replay the transaction automatically in case of connection failures.
isTransactionRecoveryEnabled() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns true if the pool is configured to record all transaction activity and replay the transaction automatically in case of connection failures.
isUnableToCreateMoreTransactions() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Returns true if we have created all the connections we can
isUnmatchedRequest() - 类 中的方法jsr166y.LinkedTransferQueue.Node
Returns true if this is an unmatched request node.
isValid(int) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
isWrapperFor(Class<?>) - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
isWrapperFor(Class<?>) - 类 中的方法com.jolbox.bonecp.StatementHandle
 
item - 类 中的变量jsr166y.LinkedTransferQueue.Node
 
itemOffset - 类 中的静态变量jsr166y.LinkedTransferQueue.Node
 
iterator() - 类 中的方法jsr166y.LinkedTransferQueue
Returns an iterator over the elements in this queue in proper sequence, from head to tail.
A B C D E F G H I J K L M N O P Q R S T U V W X