Package akka.cluster.ddata.protobuf.msg
Interface ReplicatorMessages.StatusOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Status
,ReplicatorMessages.Status.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.StatusOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getChunk()
required uint32 chunk = 1;
ReplicatorMessages.Status.Entry
getEntries(int index)
repeated .akka.cluster.ddata.Status.Entry entries = 3;
int
getEntriesCount()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
java.util.List<ReplicatorMessages.Status.Entry>
getEntriesList()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
ReplicatorMessages.Status.EntryOrBuilder
getEntriesOrBuilder(int index)
repeated .akka.cluster.ddata.Status.Entry entries = 3;
java.util.List<? extends ReplicatorMessages.Status.EntryOrBuilder>
getEntriesOrBuilderList()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
long
getFromSystemUid()
optional sfixed64 fromSystemUid = 5;
long
getToSystemUid()
optional sfixed64 toSystemUid = 4;
int
getTotChunks()
required uint32 totChunks = 2;
boolean
hasChunk()
required uint32 chunk = 1;
boolean
hasFromSystemUid()
optional sfixed64 fromSystemUid = 5;
boolean
hasToSystemUid()
optional sfixed64 toSystemUid = 4;
boolean
hasTotChunks()
required uint32 totChunks = 2;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.util.List<ReplicatorMessages.Status.Entry> getEntriesList()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
-
getEntries
ReplicatorMessages.Status.Entry getEntries(int index)
repeated .akka.cluster.ddata.Status.Entry entries = 3;
-
getEntriesCount
int getEntriesCount()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
-
getEntriesOrBuilderList
java.util.List<? extends ReplicatorMessages.Status.EntryOrBuilder> getEntriesOrBuilderList()
repeated .akka.cluster.ddata.Status.Entry entries = 3;
-
getEntriesOrBuilder
ReplicatorMessages.Status.EntryOrBuilder getEntriesOrBuilder(int index)
repeated .akka.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.
-
-