public class EvictionScheduler extends Object
Constructor and Description |
---|
EvictionScheduler(CommandAsyncExecutor executor) |
Modifier and Type | Method and Description |
---|---|
void |
schedule(String name,
long shiftInMilliseconds) |
void |
schedule(String name,
String timeoutSetName,
String maxIdleSetName,
String expiredChannelName,
String lastAccessTimeSetName) |
void |
scheduleCleanMultimap(String name,
String timeoutSetName) |
void |
scheduleJCache(String name,
String timeoutSetName,
String expiredChannelName) |
public EvictionScheduler(CommandAsyncExecutor executor)
Copyright © 2014–2018 The Redisson Project. All rights reserved.