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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetChunk()required uint32 chunk = 1;ReplicatorMessages.Status.EntrygetEntries(int index)repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;intgetEntriesCount()repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;java.util.List<ReplicatorMessages.Status.Entry>getEntriesList()repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;ReplicatorMessages.Status.EntryOrBuildergetEntriesOrBuilder(int index)repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;java.util.List<? extends ReplicatorMessages.Status.EntryOrBuilder>getEntriesOrBuilderList()repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;longgetFromSystemUid()optional sfixed64 fromSystemUid = 5;longgetToSystemUid()optional sfixed64 toSystemUid = 4;intgetTotChunks()required uint32 totChunks = 2;booleanhasChunk()required uint32 chunk = 1;booleanhasFromSystemUid()optional sfixed64 fromSystemUid = 5;booleanhasToSystemUid()optional sfixed64 toSystemUid = 4;booleanhasTotChunks()required uint32 totChunks = 2;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasChunkboolean hasChunk() required uint32 chunk = 1;- Returns:
- Whether the chunk field is set.
 
 - 
getChunkint getChunk() required uint32 chunk = 1;- Returns:
- The chunk.
 
 - 
hasTotChunksboolean hasTotChunks() required uint32 totChunks = 2;- Returns:
- Whether the totChunks field is set.
 
 - 
getTotChunksint getTotChunks() required uint32 totChunks = 2;- Returns:
- The totChunks.
 
 - 
getEntriesListjava.util.List<ReplicatorMessages.Status.Entry> getEntriesList() repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
 - 
getEntriesReplicatorMessages.Status.Entry getEntries(int index) repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
 - 
getEntriesCountint getEntriesCount() repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
 - 
getEntriesOrBuilderListjava.util.List<? extends ReplicatorMessages.Status.EntryOrBuilder> getEntriesOrBuilderList() repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
 - 
getEntriesOrBuilderReplicatorMessages.Status.EntryOrBuilder getEntriesOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3;
 - 
hasToSystemUidboolean hasToSystemUid() optional sfixed64 toSystemUid = 4;- Returns:
- Whether the toSystemUid field is set.
 
 - 
getToSystemUidlong getToSystemUid() optional sfixed64 toSystemUid = 4;- Returns:
- The toSystemUid.
 
 - 
hasFromSystemUidboolean hasFromSystemUid() optional sfixed64 fromSystemUid = 5;- Returns:
- Whether the fromSystemUid field is set.
 
 - 
getFromSystemUidlong getFromSystemUid() optional sfixed64 fromSystemUid = 5;- Returns:
- The fromSystemUid.
 
 
- 
 
-