public static interface JournalMessages.JournalMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JournalMessages.CodecInfo |
getCodec()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5; |
JournalMessages.CodecInfoOrBuilder |
getCodecOrBuilder()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5; |
com.google.protobuf.ByteString |
getPayload()
optional bytes payload = 8; |
JournalMessages.RemoteAddress |
getRemote()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7; |
JournalMessages.RemoteAddressOrBuilder |
getRemoteOrBuilder()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7; |
JournalMessages.SourceNode |
getSourceNodes(int index)
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6; |
int |
getSourceNodesCount()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6; |
List<JournalMessages.SourceNode> |
getSourceNodesList()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6; |
JournalMessages.SourceNodeOrBuilder |
getSourceNodesOrBuilder(int index)
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6; |
List<? extends JournalMessages.SourceNodeOrBuilder> |
getSourceNodesOrBuilderList()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6; |
long |
getTimestamp()
optional fixed64 timestamp = 4; |
long |
getUuidClockseq()
optional fixed64 uuid_clockseq = 3; |
long |
getUuidTime()
optional fixed64 uuid_time = 2; |
int |
getVersion()
optional uint32 version = 1; |
boolean |
hasCodec()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5; |
boolean |
hasPayload()
optional bytes payload = 8; |
boolean |
hasRemote()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7; |
boolean |
hasTimestamp()
optional fixed64 timestamp = 4; |
boolean |
hasUuidClockseq()
optional fixed64 uuid_clockseq = 3; |
boolean |
hasUuidTime()
optional fixed64 uuid_time = 2; |
boolean |
hasVersion()
optional uint32 version = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
optional uint32 version = 1;int getVersion()
optional uint32 version = 1;boolean hasUuidTime()
optional fixed64 uuid_time = 2;
uuid, time is upper 64 bits, clockseq is lower 64 bits of the 128 bit uuid value
long getUuidTime()
optional fixed64 uuid_time = 2;
uuid, time is upper 64 bits, clockseq is lower 64 bits of the 128 bit uuid value
boolean hasUuidClockseq()
optional fixed64 uuid_clockseq = 3;long getUuidClockseq()
optional fixed64 uuid_clockseq = 3;boolean hasTimestamp()
optional fixed64 timestamp = 4;
milliseconds since Java epoch (1970/01/01 00:00:00.000)
long getTimestamp()
optional fixed64 timestamp = 4;
milliseconds since Java epoch (1970/01/01 00:00:00.000)
boolean hasCodec()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5;JournalMessages.CodecInfo getCodec()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5;JournalMessages.CodecInfoOrBuilder getCodecOrBuilder()
optional .org.graylog2.plugin.journal.CodecInfo codec = 5;List<JournalMessages.SourceNode> getSourceNodesList()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6;
the list of graylog2 nodes which have handled the message (radios, servers) in receive order
JournalMessages.SourceNode getSourceNodes(int index)
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6;
the list of graylog2 nodes which have handled the message (radios, servers) in receive order
int getSourceNodesCount()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6;
the list of graylog2 nodes which have handled the message (radios, servers) in receive order
List<? extends JournalMessages.SourceNodeOrBuilder> getSourceNodesOrBuilderList()
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6;
the list of graylog2 nodes which have handled the message (radios, servers) in receive order
JournalMessages.SourceNodeOrBuilder getSourceNodesOrBuilder(int index)
repeated .org.graylog2.plugin.journal.SourceNode source_nodes = 6;
the list of graylog2 nodes which have handled the message (radios, servers) in receive order
boolean hasRemote()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;JournalMessages.RemoteAddress getRemote()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;JournalMessages.RemoteAddressOrBuilder getRemoteOrBuilder()
optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;boolean hasPayload()
optional bytes payload = 8;com.google.protobuf.ByteString getPayload()
optional bytes payload = 8;Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.