Interface ClusterMessages.JoinOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterMessages.Join, ClusterMessages.Join.Builder
Enclosing class:
ClusterMessages

public static interface ClusterMessages.JoinOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string appVersion = 3;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string appVersion = 3;
    required .UniqueAddress node = 1;
    required .UniqueAddress node = 1;
    getRoles(int index)
    repeated string roles = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    getRolesBytes(int index)
    repeated string roles = 2;
    int
    repeated string roles = 2;
    repeated string roles = 2;
    boolean
    optional string appVersion = 3;
    boolean
    required .UniqueAddress node = 1;

    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

    • hasNode

      boolean hasNode()
      required .UniqueAddress node = 1;
      Returns:
      Whether the node field is set.
    • getNode

      required .UniqueAddress node = 1;
      Returns:
      The node.
    • getNodeOrBuilder

      required .UniqueAddress node = 1;
    • getRolesList

      List<String> getRolesList()
      repeated string roles = 2;
      Returns:
      A list containing the roles.
    • getRolesCount

      int getRolesCount()
      repeated string roles = 2;
      Returns:
      The count of roles.
    • getRoles

      String getRoles(int index)
      repeated string roles = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The roles at the given index.
    • getRolesBytes

      org.apache.pekko.protobufv3.internal.ByteString getRolesBytes(int index)
      repeated string roles = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the roles at the given index.
    • hasAppVersion

      boolean hasAppVersion()
      optional string appVersion = 3;
      Returns:
      Whether the appVersion field is set.
    • getAppVersion

      String getAppVersion()
      optional string appVersion = 3;
      Returns:
      The appVersion.
    • getAppVersionBytes

      org.apache.pekko.protobufv3.internal.ByteString getAppVersionBytes()
      optional string appVersion = 3;
      Returns:
      The bytes for appVersion.