Interface ClusterMessages.ObserverReachabilityOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.ObserverReachability,ClusterMessages.ObserverReachability.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.ObserverReachabilityOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintrequired int32 addressIndex = 1;getSubjectReachability(int index) repeated .SubjectReachability subjectReachability = 2;intrepeated .SubjectReachability subjectReachability = 2;repeated .SubjectReachability subjectReachability = 2;getSubjectReachabilityOrBuilder(int index) repeated .SubjectReachability subjectReachability = 2;List<? extends ClusterMessages.SubjectReachabilityOrBuilder>repeated .SubjectReachability subjectReachability = 2;longrequired int64 version = 4;booleanrequired int32 addressIndex = 1;booleanrequired int64 version = 4;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
-
hasAddressIndex
boolean hasAddressIndex()required int32 addressIndex = 1;- Returns:
- Whether the addressIndex field is set.
-
getAddressIndex
int getAddressIndex()required int32 addressIndex = 1;- Returns:
- The addressIndex.
-
hasVersion
boolean hasVersion()required int64 version = 4;- Returns:
- Whether the version field is set.
-
getVersion
long getVersion()required int64 version = 4;- Returns:
- The version.
-
getSubjectReachabilityList
List<ClusterMessages.SubjectReachability> getSubjectReachabilityList()repeated .SubjectReachability subjectReachability = 2; -
getSubjectReachability
repeated .SubjectReachability subjectReachability = 2; -
getSubjectReachabilityCount
int getSubjectReachabilityCount()repeated .SubjectReachability subjectReachability = 2; -
getSubjectReachabilityOrBuilderList
List<? extends ClusterMessages.SubjectReachabilityOrBuilder> getSubjectReachabilityOrBuilderList()repeated .SubjectReachability subjectReachability = 2; -
getSubjectReachabilityOrBuilder
repeated .SubjectReachability subjectReachability = 2;
-