Interface ReplicatorMessages.StatusOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ReplicatorMessages.Status, ReplicatorMessages.Status.Builder
Enclosing class:
ReplicatorMessages

public static interface ReplicatorMessages.StatusOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasChunk

      boolean hasChunk()
      required uint32 chunk = 1;
      Returns:
      Whether the chunk field is set.
    • getChunk

      int getChunk()
      required uint32 chunk = 1;
      Returns:
      The chunk.
    • hasTotChunks

      boolean hasTotChunks()
      required uint32 totChunks = 2;
      Returns:
      Whether the totChunks field is set.
    • getTotChunks

      int getTotChunks()
      required uint32 totChunks = 2;
      Returns:
      The totChunks.
    • getEntriesList

      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
    • getEntries

      ReplicatorMessages.Status.Entry getEntries(int index)
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
    • getEntriesCount

      int getEntriesCount()
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
    • getEntriesOrBuilderList

      List<? extends ReplicatorMessages.Status.EntryOrBuilder> getEntriesOrBuilderList()
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
    • getEntriesOrBuilder

      ReplicatorMessages.Status.EntryOrBuilder getEntriesOrBuilder(int index)
      repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
    • hasToSystemUid

      boolean hasToSystemUid()
      optional sfixed64 toSystemUid = 4;
      Returns:
      Whether the toSystemUid field is set.
    • getToSystemUid

      long getToSystemUid()
      optional sfixed64 toSystemUid = 4;
      Returns:
      The toSystemUid.
    • hasFromSystemUid

      boolean hasFromSystemUid()
      optional sfixed64 fromSystemUid = 5;
      Returns:
      Whether the fromSystemUid field is set.
    • getFromSystemUid

      long getFromSystemUid()
      optional sfixed64 fromSystemUid = 5;
      Returns:
      The fromSystemUid.