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.EntrygetEntries(int index)repeated .akka.cluster.ddata.Gossip.Entry entries = 2;intgetEntriesCount()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.EntryOrBuildergetEntriesOrBuilder(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;longgetFromSystemUid()optional sfixed64 fromSystemUid = 4;booleangetSendBack()required bool sendBack = 1;longgetToSystemUid()optional sfixed64 toSystemUid = 3;booleanhasFromSystemUid()optional sfixed64 fromSystemUid = 4;booleanhasSendBack()required bool sendBack = 1;booleanhasToSystemUid()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.
 
 
 - 
 
 -