Interface PoolingContainer<T>

    • Method Detail

      • runWithPooledResource

        <V> V runWithPooledResource​(com.google.common.base.Function<T,​V> f)
      • shutdownPooling

        void shutdownPooling()
        This method will discard pooled objects and cleanup any resources they are taking up. Further calls to runWithPooledResource(FunctionCheckedException) after shutdown are undefined unless the implementor says otherwise.