GenericKeyedObjectPool.listAllObjects

Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed). <p> Note: This is named listAllObjects so it is presented as an operation via JMX. That means it won't be invoked unless the explicitly requested whereas all attributes will be automatically requested when viewing the attributes for an object in a tool like JConsole.

@return Information grouped by key on all the objects in the pool

class GenericKeyedObjectPool(K, T)
override
Map!(string, List!(DefaultPooledObjectInfo))
listAllObjects
()

Meta