public class FileEventStore extends java.lang.Object implements EventStore
EventStore.EventIterator| Constructor and Description |
|---|
FileEventStore(AnalyticsContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventStore.EventIterator |
iterator() |
static FileEventStore |
newInstance(AnalyticsContext context) |
boolean |
put(java.lang.String event) |
public FileEventStore(AnalyticsContext context)
public static FileEventStore newInstance(AnalyticsContext context)
public boolean put(java.lang.String event)
throws EventStoreException
put in interface EventStoreEventStoreExceptionpublic EventStore.EventIterator iterator()
iterator in interface EventStore