public interface Journal
| Modifier and Type | Interface and Description |
|---|---|
static class |
Journal.Entry |
static class |
Journal.JournalReadEntry |
| Modifier and Type | Method and Description |
|---|---|
Journal.Entry |
createEntry(byte[] idBytes,
byte[] messageBytes) |
void |
markJournalOffsetCommitted(long offset) |
List<Journal.JournalReadEntry> |
read(long maximumCount) |
long |
write(byte[] idBytes,
byte[] messageBytes) |
long |
write(List<Journal.Entry> entries) |
Journal.Entry createEntry(byte[] idBytes, byte[] messageBytes)
long write(List<Journal.Entry> entries)
long write(byte[] idBytes,
byte[] messageBytes)
List<Journal.JournalReadEntry> read(long maximumCount)
void markJournalOffsetCommitted(long offset)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.