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