| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.store.buffer | |
| gr.uoa.di.madgik.grs.store.event |
| Modifier and Type | Method and Description |
|---|---|
IEventStore |
BufferStoreEntry.getEventManager()
Retrieves the
IEventStore manager that is used to persist incoming BufferEvents |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheEventStore
Implementation of the
IEventStore using an in-memory disk overflowable Cache as the persistency medium |
class |
FileEventStore
Implementation of the
IEventStore using a RandomAccessFile over a local file as the persistency medium |
| Modifier and Type | Method and Description |
|---|---|
static IEventStore |
EventStoreFactory.getManager()
Instantiates the appropriate
IEventStore implementation. |
Copyright © 2014. All Rights Reserved.