| Modifier and Type | Method and Description |
|---|---|
BufferEvent |
IBuffer.receive(BufferEvent.EventSource source)
Receives a
BufferEvent emitted by the other end of the IBuffer usage. |
BufferEvent |
QueueBuffer.receive(BufferEvent.EventSource source)
Receives a
BufferEvent emitted by the other end of the IBuffer usage. |
| Modifier and Type | Method and Description |
|---|---|
void |
IBuffer.emit(BufferEvent event)
Emits a
BufferEvent targeted to the other end of the IBuffer usage. |
void |
QueueBuffer.emit(BufferEvent event)
Emits a
BufferEvent targeted to the other end of the IBuffer usage. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueEvent
BufferEvent extender that propagates a simple string based key value pair as the event payload |
class |
ObjectEvent
BufferEvent extender that propagates an object that implements IPumpable |
| Modifier and Type | Method and Description |
|---|---|
BufferEvent |
ForwardReader.receive()
Receives a previously emitted event from a writer.
|
BufferEvent |
RandomReader.receive()
Receives a previously emitted event from a writer.
|
BufferEvent |
IRecordReader.receive()
Receives a previously emitted event from a writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardReader.emit(BufferEvent event)
Emits the provided event to the writer.
|
void |
RandomReader.emit(BufferEvent event)
Emits the provided event to the writer.
|
void |
IRecordReader.emit(BufferEvent event)
Emits the provided event to the writer.
|
| Modifier and Type | Method and Description |
|---|---|
BufferEvent |
RecordReaderDelegate.receive()
Receives a previously emitted event from a writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordReaderDelegate.emit(BufferEvent event)
Emits the provided event to the writer.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
BufferEvent |
RecordWriter.receive()
Receives a previously emitted event from a reader
|
BufferEvent |
IRecordWriter.receive()
Receives a previously emitted event from a reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordWriter.emit(BufferEvent event)
Emits the provided event to the reader.
|
void |
IRecordWriter.emit(BufferEvent event)
Emits the provided event to the reader.
|
Copyright © 2014. All Rights Reserved.