Interface ClusterMessages.SubjectReachabilityOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.SubjectReachability,ClusterMessages.SubjectReachability.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.SubjectReachabilityOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintrequired int32 addressIndex = 1;required .ReachabilityStatus status = 3;longrequired int64 version = 4;booleanrequired int32 addressIndex = 1;booleanrequired .ReachabilityStatus status = 3;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.
-
hasStatus
boolean hasStatus()required .ReachabilityStatus status = 3;- Returns:
- Whether the status field is set.
-
getStatus
ClusterMessages.ReachabilityStatus getStatus()required .ReachabilityStatus status = 3;- Returns:
- The status.
-
hasVersion
boolean hasVersion()required int64 version = 4;- Returns:
- Whether the version field is set.
-
getVersion
long getVersion()required int64 version = 4;- Returns:
- The version.
-