Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Method and Description |
---|---|
Set<DefaultPooledObjectInfo> |
GenericObjectPoolMXBean.listAllObjects()
|
Set<DefaultPooledObjectInfo> |
GenericObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting
to be borrowed) and active (currently borrowed).
|
Map<String,List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPoolMXBean.listAllObjects()
|
Map<String,List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting
to be borrowed) and active (currently borrowed).
|
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.