Interface ClusterClientMessages.ContactsOrBuilder

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

public static interface ClusterClientMessages.ContactsOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getContactPoints(int index)
    repeated string contactPoints = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    repeated string contactPoints = 1;
    int
    repeated string contactPoints = 1;
    repeated string contactPoints = 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

    • getContactPointsList

      List<String> getContactPointsList()
      repeated string contactPoints = 1;
      Returns:
      A list containing the contactPoints.
    • getContactPointsCount

      int getContactPointsCount()
      repeated string contactPoints = 1;
      Returns:
      The count of contactPoints.
    • getContactPoints

      String getContactPoints(int index)
      repeated string contactPoints = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The contactPoints at the given index.
    • getContactPointsBytes

      org.apache.pekko.protobufv3.internal.ByteString getContactPointsBytes(int index)
      repeated string contactPoints = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the contactPoints at the given index.