Interface ClusterMessages.GossipStatusOrBuilder
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
- ClusterMessages.GossipStatus,- ClusterMessages.GossipStatus.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.GossipStatusOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetAllHashes(int index) repeated string allHashes = 2;org.apache.pekko.protobufv3.internal.ByteStringgetAllHashesBytes(int index) repeated string allHashes = 2;intrepeated string allHashes = 2;repeated string allHashes = 2;getFrom()required .UniqueAddress from = 1;required .UniqueAddress from = 1;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes seenDigest = 4;required .VectorClock version = 3;required .VectorClock version = 3;booleanhasFrom()required .UniqueAddress from = 1;booleanoptional bytes seenDigest = 4;booleanrequired .VectorClock version = 3;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasFromboolean hasFrom()required .UniqueAddress from = 1;- Returns:
- Whether the from field is set.
 
- 
getFromClusterMessages.UniqueAddress getFrom()required .UniqueAddress from = 1;- Returns:
- The from.
 
- 
getFromOrBuilderClusterMessages.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1;
- 
getAllHashesListrepeated string allHashes = 2;- Returns:
- A list containing the allHashes.
 
- 
getAllHashesCountint getAllHashesCount()repeated string allHashes = 2;- Returns:
- The count of allHashes.
 
- 
getAllHashesrepeated string allHashes = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The allHashes at the given index.
 
- 
getAllHashesBytesorg.apache.pekko.protobufv3.internal.ByteString getAllHashesBytes(int index) repeated string allHashes = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the allHashes at the given index.
 
- 
hasVersionboolean hasVersion()required .VectorClock version = 3;- Returns:
- Whether the version field is set.
 
- 
getVersionClusterMessages.VectorClock getVersion()required .VectorClock version = 3;- Returns:
- The version.
 
- 
getVersionOrBuilderClusterMessages.VectorClockOrBuilder getVersionOrBuilder()required .VectorClock version = 3;
- 
hasSeenDigestboolean hasSeenDigest()optional bytes seenDigest = 4;- Returns:
- Whether the seenDigest field is set.
 
- 
getSeenDigestorg.apache.pekko.protobufv3.internal.ByteString getSeenDigest()optional bytes seenDigest = 4;- Returns:
- The seenDigest.
 
 
-