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 Summary
Modifier and TypeMethodDescriptiongetAllHashes
(int index) repeated string allHashes = 2;
org.apache.pekko.protobufv3.internal.ByteString
getAllHashesBytes
(int index) repeated string allHashes = 2;
int
repeated string allHashes = 2;
repeated string allHashes = 2;
getFrom()
required .UniqueAddress from = 1;
required .UniqueAddress from = 1;
org.apache.pekko.protobufv3.internal.ByteString
optional bytes seenDigest = 4;
required .VectorClock version = 3;
required .VectorClock version = 3;
boolean
hasFrom()
required .UniqueAddress from = 1;
boolean
optional bytes seenDigest = 4;
boolean
required .VectorClock version = 3;
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFrom
boolean hasFrom()required .UniqueAddress from = 1;
- Returns:
- Whether the from field is set.
-
getFrom
ClusterMessages.UniqueAddress getFrom()required .UniqueAddress from = 1;
- Returns:
- The from.
-
getFromOrBuilder
ClusterMessages.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1;
-
getAllHashesList
repeated string allHashes = 2;
- Returns:
- A list containing the allHashes.
-
getAllHashesCount
int getAllHashesCount()repeated string allHashes = 2;
- Returns:
- The count of allHashes.
-
getAllHashes
repeated string allHashes = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The allHashes at the given index.
-
getAllHashesBytes
org.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.
-
hasVersion
boolean hasVersion()required .VectorClock version = 3;
- Returns:
- Whether the version field is set.
-
getVersion
ClusterMessages.VectorClock getVersion()required .VectorClock version = 3;
- Returns:
- The version.
-
getVersionOrBuilder
ClusterMessages.VectorClockOrBuilder getVersionOrBuilder()required .VectorClock version = 3;
-
hasSeenDigest
boolean hasSeenDigest()optional bytes seenDigest = 4;
- Returns:
- Whether the seenDigest field is set.
-
getSeenDigest
org.apache.pekko.protobufv3.internal.ByteString getSeenDigest()optional bytes seenDigest = 4;
- Returns:
- The seenDigest.
-