GenericKeyedObjectPool.clear

Clears the specified sub-pool, removing all pooled instances corresponding to the given <code>key</code>. Exceptions encountered destroying idle instances are swallowed but notified via a {@link SwallowedExceptionListener}.

@param key the key to clear

  1. void clear()
  2. void clear(K key)
    class GenericKeyedObjectPool(K, T)
    override
    void
    clear
    (
    K key
    )

Meta