public class EventCache
extends java.lang.Object
| Constructor and Description |
|---|
EventCache(EventDiskCache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Event event) |
void |
clear() |
void |
drainTo(java.util.List<Event> drainedEvents) |
boolean |
isEmpty() |
void |
requeue(java.util.List<Event> events) |
boolean |
updateState(boolean online) |
public EventCache(EventDiskCache cache)