Class ReplicatorMessages.Status

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.ddata.protobuf.msg.ReplicatorMessages.Status
All Implemented Interfaces:
Serializable, ReplicatorMessages.StatusOrBuilder, 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:
ReplicatorMessages

public static final class ReplicatorMessages.Status extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ReplicatorMessages.StatusOrBuilder
Protobuf type org.apache.pekko.cluster.ddata.Status
See Also:
  • Field Details

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

      public boolean hasChunk()
      required uint32 chunk = 1;
      Specified by:
      hasChunk in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      Whether the chunk field is set.
    • getChunk

      public int getChunk()
      required uint32 chunk = 1;
      Specified by:
      getChunk in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      The chunk.
    • hasTotChunks

      public boolean hasTotChunks()
      required uint32 totChunks = 2;
      Specified by:
      hasTotChunks in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      Whether the totChunks field is set.
    • getTotChunks

      public int getTotChunks()
      required uint32 totChunks = 2;
      Specified by:
      getTotChunks in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      The totChunks.
    • getEntriesList

      public List<ReplicatorMessages.Status.Entry> getEntriesList()
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
      Specified by:
      getEntriesList in interface ReplicatorMessages.StatusOrBuilder
    • getEntriesOrBuilderList

      public List<? extends ReplicatorMessages.Status.EntryOrBuilder> getEntriesOrBuilderList()
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
      Specified by:
      getEntriesOrBuilderList in interface ReplicatorMessages.StatusOrBuilder
    • getEntriesCount

      public int getEntriesCount()
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
      Specified by:
      getEntriesCount in interface ReplicatorMessages.StatusOrBuilder
    • getEntries

      public ReplicatorMessages.Status.Entry getEntries(int index)
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
      Specified by:
      getEntries in interface ReplicatorMessages.StatusOrBuilder
    • getEntriesOrBuilder

      public ReplicatorMessages.Status.EntryOrBuilder getEntriesOrBuilder(int index)
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
      Specified by:
      getEntriesOrBuilder in interface ReplicatorMessages.StatusOrBuilder
    • hasToSystemUid

      public boolean hasToSystemUid()
      optional sfixed64 toSystemUid = 4;
      Specified by:
      hasToSystemUid in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      Whether the toSystemUid field is set.
    • getToSystemUid

      public long getToSystemUid()
      optional sfixed64 toSystemUid = 4;
      Specified by:
      getToSystemUid in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      The toSystemUid.
    • hasFromSystemUid

      public boolean hasFromSystemUid()
      optional sfixed64 fromSystemUid = 5;
      Specified by:
      hasFromSystemUid in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      Whether the fromSystemUid field is set.
    • getFromSystemUid

      public long getFromSystemUid()
      optional sfixed64 fromSystemUid = 5;
      Specified by:
      getFromSystemUid in interface ReplicatorMessages.StatusOrBuilder
      Returns:
      The fromSystemUid.
    • 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 ReplicatorMessages.Status parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatorMessages.Status 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 ReplicatorMessages.Status 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 ReplicatorMessages.Status 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 ReplicatorMessages.Status parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatorMessages.Status 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 ReplicatorMessages.Status parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ReplicatorMessages.Status parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

      public ReplicatorMessages.Status.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 ReplicatorMessages.Status.Builder newBuilder()
    • newBuilder

      public static ReplicatorMessages.Status.Builder newBuilder(ReplicatorMessages.Status prototype)
    • 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 ReplicatorMessages.Status.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ReplicatorMessages.Status getDefaultInstance()
    • parser

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

      public org.apache.pekko.protobufv3.internal.Parser<ReplicatorMessages.Status> 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 ReplicatorMessages.Status getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder