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