Class ReliableDelivery.State

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
All Implemented Interfaces:
Serializable, ReliableDelivery.StateOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
ReliableDelivery

public static final class ReliableDelivery.State extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ReliableDelivery.StateOrBuilder
 DurableProducerQueue
 
Protobuf type org.apache.pekko.cluster.typed.delivery.State
See Also:
  • Field Details

    • CURRENTSEQNR_FIELD_NUMBER

      public static final int CURRENTSEQNR_FIELD_NUMBER
      See Also:
    • HIGHESTCONFIRMEDSEQNR_FIELD_NUMBER

      public static final int HIGHESTCONFIRMEDSEQNR_FIELD_NUMBER
      See Also:
    • CONFIRMED_FIELD_NUMBER

      public static final int CONFIRMED_FIELD_NUMBER
      See Also:
    • UNCONFIRMED_FIELD_NUMBER

      public static final int UNCONFIRMED_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasCurrentSeqNr

      public boolean hasCurrentSeqNr()
      required int64 currentSeqNr = 1;
      Specified by:
      hasCurrentSeqNr in interface ReliableDelivery.StateOrBuilder
      Returns:
      Whether the currentSeqNr field is set.
    • getCurrentSeqNr

      public long getCurrentSeqNr()
      required int64 currentSeqNr = 1;
      Specified by:
      getCurrentSeqNr in interface ReliableDelivery.StateOrBuilder
      Returns:
      The currentSeqNr.
    • hasHighestConfirmedSeqNr

      public boolean hasHighestConfirmedSeqNr()
      required int64 highestConfirmedSeqNr = 2;
      Specified by:
      hasHighestConfirmedSeqNr in interface ReliableDelivery.StateOrBuilder
      Returns:
      Whether the highestConfirmedSeqNr field is set.
    • getHighestConfirmedSeqNr

      public long getHighestConfirmedSeqNr()
      required int64 highestConfirmedSeqNr = 2;
      Specified by:
      getHighestConfirmedSeqNr in interface ReliableDelivery.StateOrBuilder
      Returns:
      The highestConfirmedSeqNr.
    • getConfirmedList

      public List<ReliableDelivery.Confirmed> getConfirmedList()
      repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
      Specified by:
      getConfirmedList in interface ReliableDelivery.StateOrBuilder
    • getConfirmedOrBuilderList

      public List<? extends ReliableDelivery.ConfirmedOrBuilder> getConfirmedOrBuilderList()
      repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
      Specified by:
      getConfirmedOrBuilderList in interface ReliableDelivery.StateOrBuilder
    • getConfirmedCount

      public int getConfirmedCount()
      repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
      Specified by:
      getConfirmedCount in interface ReliableDelivery.StateOrBuilder
    • getConfirmed

      public ReliableDelivery.Confirmed getConfirmed(int index)
      repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
      Specified by:
      getConfirmed in interface ReliableDelivery.StateOrBuilder
    • getConfirmedOrBuilder

      public ReliableDelivery.ConfirmedOrBuilder getConfirmedOrBuilder(int index)
      repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3;
      Specified by:
      getConfirmedOrBuilder in interface ReliableDelivery.StateOrBuilder
    • getUnconfirmedList

      public List<ReliableDelivery.MessageSent> getUnconfirmedList()
      repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
      Specified by:
      getUnconfirmedList in interface ReliableDelivery.StateOrBuilder
    • getUnconfirmedOrBuilderList

      public List<? extends ReliableDelivery.MessageSentOrBuilder> getUnconfirmedOrBuilderList()
      repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
      Specified by:
      getUnconfirmedOrBuilderList in interface ReliableDelivery.StateOrBuilder
    • getUnconfirmedCount

      public int getUnconfirmedCount()
      repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
      Specified by:
      getUnconfirmedCount in interface ReliableDelivery.StateOrBuilder
    • getUnconfirmed

      public ReliableDelivery.MessageSent getUnconfirmed(int index)
      repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
      Specified by:
      getUnconfirmed in interface ReliableDelivery.StateOrBuilder
    • getUnconfirmedOrBuilder

      public ReliableDelivery.MessageSentOrBuilder getUnconfirmedOrBuilder(int index)
      repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4;
      Specified by:
      getUnconfirmedOrBuilder in interface ReliableDelivery.StateOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ReliableDelivery.State parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReliableDelivery.State parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReliableDelivery.State parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReliableDelivery.State parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReliableDelivery.State parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReliableDelivery.State parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReliableDelivery.State parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ReliableDelivery.State.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ReliableDelivery.State.Builder newBuilder()
    • newBuilder

      public static ReliableDelivery.State.Builder newBuilder(ReliableDelivery.State prototype)
    • toBuilder

      public ReliableDelivery.State.Builder toBuilder()
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ReliableDelivery.State.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ReliableDelivery.State getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ReliableDelivery.State> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ReliableDelivery.State> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ReliableDelivery.State getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder