Package org.redisson.eviction
Class EvictionScheduler
java.lang.Object
org.redisson.eviction.EvictionScheduler
Eviction scheduler.
Deletes expired entries in time interval between 5 seconds to 2 hours.
It analyzes deleted amount of expired keys
and 'tune' next execution delay depending on it.
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidschedule(String name, String timeoutSetName, String maxIdleSetName, String expiredChannelName, String lastAccessTimeSetName, MapCacheOptions<?, ?> options) voidscheduleCleanMultimap(String name, String timeoutSetName) voidscheduleJCache(String name, String timeoutSetName, String expiredChannelName) voidscheduleTimeSeries(String name, String timeoutSetName)
-
Constructor Details
-
EvictionScheduler
-
-
Method Details
-
scheduleCleanMultimap
-
scheduleJCache
-
scheduleTimeSeries
-
schedule
-
schedule
-
remove
-