Uses of Class
org.redisson.eviction.EvictionScheduler
-
Packages that use EvictionScheduler Package Description org.redisson org.redisson.reactive org.redisson.rx -
-
Uses of EvictionScheduler in org.redisson
Fields in org.redisson declared as EvictionScheduler Modifier and Type Field Description protected EvictionScheduler
Redisson. evictionScheduler
protected EvictionScheduler
RedissonReactive. evictionScheduler
protected EvictionScheduler
RedissonRx. evictionScheduler
Methods in org.redisson that return EvictionScheduler Modifier and Type Method Description EvictionScheduler
Redisson. getEvictionScheduler()
EvictionScheduler
RedissonReactive. getEvictionScheduler()
-
Uses of EvictionScheduler in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type EvictionScheduler Constructor Description RedissonBatchReactive(EvictionScheduler evictionScheduler, ConnectionManager connectionManager, CommandReactiveExecutor commandExecutor, BatchOptions options)
-
Uses of EvictionScheduler in org.redisson.rx
Constructors in org.redisson.rx with parameters of type EvictionScheduler Constructor Description RedissonBatchRx(EvictionScheduler evictionScheduler, ConnectionManager connectionManager, CommandRxExecutor commandExecutor, BatchOptions options)
-