public interface Scheduler extends Scheduler
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(Locality locality)
Cancels any previous scheduled tasks for session which are no longer local to the current node
|
void |
schedule(String sessionId)
Schedules the session with the specified identifier.
|
void schedule(String sessionId)
sessionId - a session identifiervoid cancel(Locality locality)
location - the cache localityCopyright © 2019 JBoss by Red Hat. All rights reserved.