Interface ReplicatorMessages.GossipOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Gossip,ReplicatorMessages.Gossip.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.GossipOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;intrepeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;getEntriesOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;List<? extends ReplicatorMessages.Gossip.EntryOrBuilder>repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2;longoptional sfixed64 fromSystemUid = 4;booleanrequired bool sendBack = 1;longoptional sfixed64 toSystemUid = 3;booleanoptional sfixed64 fromSystemUid = 4;booleanrequired bool sendBack = 1;booleanoptional sfixed64 toSystemUid = 3;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
-
hasSendBack
boolean hasSendBack()required bool sendBack = 1;- Returns:
- Whether the sendBack field is set.
-
getSendBack
boolean getSendBack()required bool sendBack = 1;- Returns:
- The sendBack.
-
getEntriesList
List<ReplicatorMessages.Gossip.Entry> getEntriesList()repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; -
getEntries
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; -
getEntriesCount
int getEntriesCount()repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; -
getEntriesOrBuilderList
List<? extends ReplicatorMessages.Gossip.EntryOrBuilder> getEntriesOrBuilderList()repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; -
getEntriesOrBuilder
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; -
hasToSystemUid
boolean hasToSystemUid()optional sfixed64 toSystemUid = 3;- Returns:
- Whether the toSystemUid field is set.
-
getToSystemUid
long getToSystemUid()optional sfixed64 toSystemUid = 3;- Returns:
- The toSystemUid.
-
hasFromSystemUid
boolean hasFromSystemUid()optional sfixed64 fromSystemUid = 4;- Returns:
- Whether the fromSystemUid field is set.
-
getFromSystemUid
long getFromSystemUid()optional sfixed64 fromSystemUid = 4;- Returns:
- The fromSystemUid.
-