K - The type of keys maintained by the pool.public interface GenericKeyedObjectPoolMXBean<K>
This interface exists only to define those attributes and methods that will be made available via JMX. It must not be implemented by clients as it is subject to change between major, minor and patch version releases of commons pool. Clients that implement this interface may not, therefore, be able to upgrade to a new minor or patch release without requiring code changes.
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()
BaseGenericObjectPool.getDurationBetweenEvictionRuns().default boolean isAbandonedConfig()
BaseGenericObjectPool.isAbandonedConfig().boolean isClosed()
BaseGenericObjectPool.isClosed().Map<String,List<DefaultPooledObjectInfo>> listAllObjects()
GenericKeyedObjectPool.listAllObjects().Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.