public abstract class Action<K,V,W> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
notifyListeners(ActionRunner<K,V> actionRunner,
Object arg) |
void |
setEventType(javax.cache.event.EventType eventType) |
void |
statistics(ActionRunner<K,V> actionRunner,
Object arg) |
boolean |
successful() |
void |
writeThrough(ActionRunner<K,V> actionRunner,
Object arg) |
public void writeThrough(ActionRunner<K,V> actionRunner, Object arg)
public void notifyListeners(ActionRunner<K,V> actionRunner, Object arg)
public void statistics(ActionRunner<K,V> actionRunner, Object arg)
public void close()
throws javax.cache.integration.CacheWriterException
javax.cache.integration.CacheWriterExceptionpublic void setEventType(javax.cache.event.EventType eventType)
public boolean successful()
Copyright © 2018 trivago. All rights reserved.