Package org.redisson.connection
Class IdleConnectionWatcher.Entry
- java.lang.Object
 - 
- org.redisson.connection.IdleConnectionWatcher.Entry
 
 
- 
- Enclosing class:
 - IdleConnectionWatcher
 
public static class IdleConnectionWatcher.Entry extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Entry(int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler) 
 - 
 
- 
- 
Constructor Detail
- 
Entry
public Entry(int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler) 
 - 
 
 -