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 Summary
Modifier and TypeMethodDescriptionintgetChunk()required uint32 chunk = 1;getEntries(int index) repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;intrepeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;getEntriesOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;List<? extends ReplicatorMessages.Status.EntryOrBuilder>repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;longoptional sfixed64 fromSystemUid = 5;longoptional sfixed64 toSystemUid = 4;intrequired uint32 totChunks = 2;booleanhasChunk()required uint32 chunk = 1;booleanoptional sfixed64 fromSystemUid = 5;booleanoptional sfixed64 toSystemUid = 4;booleanrequired uint32 totChunks = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<ReplicatorMessages.Status.Entry> getEntriesList()repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; -
getEntries
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
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.
-