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