Interface JournalMessages.JournalMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JournalMessages.JournalMessage, JournalMessages.JournalMessage.Builder
Enclosing class:
JournalMessages

public static interface JournalMessages.JournalMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasVersion

      boolean hasVersion()
      optional uint32 version = 1;
       the version of the message format (used for simplifying code when deserializing messages)
       
    • getVersion

      int getVersion()
      optional uint32 version = 1;
       the version of the message format (used for simplifying code when deserializing messages)
       
    • hasUuidTime

      boolean hasUuidTime()
      optional fixed64 uuid_time = 2;
       uuid, time is upper 64 bits, clockseq is lower 64 bits of the 128 bit uuid value
       
    • getUuidTime

      long getUuidTime()
      optional fixed64 uuid_time = 2;
       uuid, time is upper 64 bits, clockseq is lower 64 bits of the 128 bit uuid value
       
    • hasUuidClockseq

      boolean hasUuidClockseq()
      optional fixed64 uuid_clockseq = 3;
    • getUuidClockseq

      long getUuidClockseq()
      optional fixed64 uuid_clockseq = 3;
    • hasTimestamp

      boolean hasTimestamp()
      optional fixed64 timestamp = 4;
       milliseconds since Java epoch (1970/01/01 00:00:00.000)
       
    • getTimestamp

      long getTimestamp()
      optional fixed64 timestamp = 4;
       milliseconds since Java epoch (1970/01/01 00:00:00.000)
       
    • hasCodec

      boolean hasCodec()
      optional .org.graylog2.plugin.journal.CodecInfo codec = 5;
       which format the payload is supposed to have
       
    • getCodec

      optional .org.graylog2.plugin.journal.CodecInfo codec = 5;
       which format the payload is supposed to have
       
    • getCodecOrBuilder

      optional .org.graylog2.plugin.journal.CodecInfo codec = 5;
       which format the payload is supposed to have
       
    • getSourceNodesList

      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
       
    • getSourceNodes

      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
       
    • getSourceNodesCount

      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
       
    • getSourceNodesOrBuilderList

      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
       
    • getSourceNodesOrBuilder

      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
       
    • hasRemote

      boolean hasRemote()
      optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;
    • getRemote

      optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;
    • getRemoteOrBuilder

      optional .org.graylog2.plugin.journal.RemoteAddress remote = 7;
    • hasPayload

      boolean hasPayload()
      optional bytes payload = 8;
    • getPayload

      com.google.protobuf.ByteString getPayload()
      optional bytes payload = 8;
    • hasSequenceNr

      boolean hasSequenceNr()
      optional uint32 sequence_nr = 9;
    • getSequenceNr

      int getSequenceNr()
      optional uint32 sequence_nr = 9;