K
- The type of keys maintained by the pool.public interface GenericKeyedObjectPoolMXBean<K>
boolean getBlockWhenExhausted()
long getBorrowedCount()
long getCreatedCount()
java.lang.String getCreationStackTrace()
long getDestroyedByBorrowValidationCount()
long getDestroyedByEvictorCount()
long getDestroyedCount()
boolean getFairness()
boolean getLifo()
BaseGenericObjectPool.getLifo()
default boolean getLogAbandoned()
GenericKeyedObjectPool.getLogAbandoned()
long getMaxBorrowWaitTimeMillis()
int getMaxIdlePerKey()
int getMaxTotal()
int getMaxTotalPerKey()
long getMaxWaitMillis()
long getMeanActiveTimeMillis()
long getMeanBorrowWaitTimeMillis()
long getMeanIdleTimeMillis()
long getMinEvictableIdleTimeMillis()
int getMinIdlePerKey()
int getNumActive()
java.util.Map<java.lang.String,java.lang.Integer> getNumActivePerKey()
int getNumIdle()
int getNumTestsPerEvictionRun()
int getNumWaiters()
java.util.Map<java.lang.String,java.lang.Integer> getNumWaitersByKey()
default boolean getRemoveAbandonedOnBorrow()
GenericKeyedObjectPool.getRemoveAbandonedOnBorrow()
default boolean getRemoveAbandonedOnMaintenance()
GenericKeyedObjectPool.getRemoveAbandonedOnMaintenance()
default int getRemoveAbandonedTimeout()
GenericKeyedObjectPool.getRemoveAbandonedTimeout()
long getReturnedCount()
boolean getTestOnBorrow()
boolean getTestOnCreate()
BaseGenericObjectPool.getTestOnCreate()
boolean getTestOnReturn()
boolean getTestWhileIdle()
long getTimeBetweenEvictionRunsMillis()
default boolean isAbandonedConfig()
GenericKeyedObjectPool.isAbandonedConfig()
boolean isClosed()
BaseGenericObjectPool.isClosed()
java.util.Map<java.lang.String,java.util.List<DefaultPooledObjectInfo>> listAllObjects()