| Package | Description |
|---|---|
| org.graylog2.shared.journal |
| Modifier and Type | Method and Description |
|---|---|
Journal.Entry |
Journal.createEntry(byte[] idBytes,
byte[] messageBytes) |
Journal.Entry |
KafkaJournal.createEntry(byte[] idBytes,
byte[] messageBytes)
Creates an opaque object which can be passed to
KafkaJournal.write(java.util.List) for a bulk journal write. |
Journal.Entry |
NoopJournal.createEntry(byte[] idBytes,
byte[] messageBytes) |
| Modifier and Type | Method and Description |
|---|---|
long |
Journal.write(List<Journal.Entry> entries) |
long |
KafkaJournal.write(List<Journal.Entry> entries)
Writes the list of entries to the journal.
|
long |
NoopJournal.write(List<Journal.Entry> entries) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.