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