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 Type
    Method
    Description
    int
    required int32 addressIndex = 1;
    required .ReachabilityStatus status = 3;
    long
    required int64 version = 4;
    boolean
    required int32 addressIndex = 1;
    boolean
    required .ReachabilityStatus status = 3;
    boolean
    required int64 version = 4;

    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

    • 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

      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.