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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
schedule
(String name, String timeoutSetName, String maxIdleSetName, String expiredChannelName, String lastAccessTimeSetName, MapCacheOptions<?, ?> options, String publishCommand) void
scheduleCleanMultimap
(String name, String timeoutSetName) void
scheduleJCache
(String name, String timeoutSetName, String expiredChannelName) void
scheduleTimeSeries
(String name, String timeoutSetName)
-
Constructor Details
-
EvictionScheduler
-
-
Method Details
-
scheduleCleanMultimap
-
scheduleJCache
-
scheduleTimeSeries
-
schedule
-
schedule
-
remove
-