程序包 | 说明 |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Set<DefaultPooledObjectInfo> |
GenericObjectPoolMXBean.listAllObjects()
|
java.util.Set<DefaultPooledObjectInfo> |
GenericObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting
to be borrowed) and active (currently borrowed).
|
java.util.Map<java.lang.String,java.util.List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPoolMXBean.listAllObjects()
|
java.util.Map<java.lang.String,java.util.List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting
to be borrowed) and active (currently borrowed).
|