| Modifier and Type | Method and Description |
|---|---|
Future<Message> |
Log.add(StaticBuffer content)
Attempts to add the given content to the log and returns a
Future for this action. |
Future<Message> |
Log.add(StaticBuffer content,
StaticBuffer key)
Attempts to add the given content to the log and returns a
Future for this action. |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageReader.read(Message message)
Processes the given message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KCVSMessage
Implementation of
AbstractMessage for KCVSLog. |
| Modifier and Type | Method and Description |
|---|---|
Future<Message> |
KCVSLog.add(StaticBuffer content)
###################################
Message Sending
###################################
|
Future<Message> |
KCVSLog.add(StaticBuffer content,
StaticBuffer key) |
Future<Message> |
KCVSLog.add(StaticBuffer content,
StaticBuffer key,
ExternalPersistor persistor) |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureMessage<M extends Message>
Implementation of a
Future for Messages that
are being added to the Log via Log.add(com.thinkaurelius.titan.diskstorage.StaticBuffer). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage
Abstract implementation of
Message which exposes the timestamp, sender, and payload
of a message. |
| Constructor and Description |
|---|
ProcessMessageJob(Message message,
MessageReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementLogger.read(Message message) |
Copyright © 2012–2015. All rights reserved.