public static class IdleConnectionWatcher.Entry extends Object
| Constructor and Description |
|---|
Entry(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter,
Function<RedisConnection,Boolean> deleteHandler) |
public Entry(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter,
Function<RedisConnection,Boolean> deleteHandler)
Copyright © 2014–2021 Redisson. All rights reserved.