Package org.redisson.eviction
Class ScoredSetEvictionTask
- java.lang.Object
-
- org.redisson.eviction.ScoredSetEvictionTask
-
-
Constructor Summary
Constructors Constructor Description ScoredSetEvictionTask(String name, CommandAsyncExecutor executor, long shiftInMilliseconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.util.concurrent.ScheduledFuture<?>
getScheduledFuture()
void
run()
void
schedule()
-
-
-
Constructor Detail
-
ScoredSetEvictionTask
public ScoredSetEvictionTask(String name, CommandAsyncExecutor executor, long shiftInMilliseconds)
-
-