Class IdleConnectionWatcher.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int minimumAmount, int maximumAmount, <? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, <> deleteHandler)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • Entry

        public Entry​(int minimumAmount,
                     int maximumAmount,
                     <? extends RedisConnection> connections,
                     AsyncSemaphore freeConnectionsCounter,
                     <> deleteHandler)