Class StrictConnPool.PerRoutePool<T,​C extends ModalCloseable>

    • Method Detail

      • getRoute

        public final T getRoute()
      • getLeasedCount

        public int getLeasedCount()
      • getAvailableCount

        public int getAvailableCount()
      • getAllocatedCount

        public int getAllocatedCount()
      • getFree

        public PoolEntry<T,​C> getFree​(java.lang.Object state)
      • remove

        public boolean remove​(PoolEntry<T,​C> entry)
      • free

        public void free​(PoolEntry<T,​C> entry,
                         boolean reusable)
      • shutdown

        public void shutdown​(CloseMode closeMode)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object