Package org.redisson.connection
Class IdleConnectionWatcher.Entry
java.lang.Object
org.redisson.connection.IdleConnectionWatcher.Entry
- Enclosing class:
IdleConnectionWatcher
-
Constructor Summary
ConstructorDescriptionEntry
(int minimumAmount, int maximumAmount, ConnectionsHolder<? extends RedisConnection> holder) -
Method Summary
-
Constructor Details
-
Entry
public Entry(int minimumAmount, int maximumAmount, ConnectionsHolder<? extends RedisConnection> holder)
-