| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.store.buffer | |
| gr.uoa.di.madgik.grs.store.event |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferStoreEntry.initialize()
After all configuration values have been set, this method initializes the
IRecordStore, the ForwardReader,
and persists the reader available RecordDefinitions |
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2EventStoreAccessException
Error while accessing needed persisted information in the context of the on going event store sub component
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEventStore.dispose()
Disposes the
IEventStore instance as well as any permanent storage resources occupied |
void |
FileEventStore.dispose()
Disposes the
IEventStore instance as well as any permanent storage resources occupied |
void |
IEventStore.dispose()
Disposes the
IEventStore instance as well as any permanent storage resources occupied |
static IEventStore |
EventStoreFactory.getManager()
Instantiates the appropriate
IEventStore implementation. |
void |
CacheEventStore.persist(BufferEvent event)
Persists the provided
BufferEvent |
void |
FileEventStore.persist(BufferEvent event)
Persists the provided
BufferEvent |
void |
IEventStore.persist(BufferEvent event)
Persists the provided
BufferEvent |
BufferEvent |
CacheEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored
BufferEvent based on the index by which it was stored |
BufferEvent |
FileEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored
BufferEvent based on the index by which it was stored |
BufferEvent |
IEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored
BufferEvent based on the index by which it was stored |
Copyright © 2014. All Rights Reserved.