Interface ClusterClientMessages.ContactsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContactPoints​(int index)
      repeated string contactPoints = 1;
      akka.protobufv3.internal.ByteString getContactPointsBytes​(int index)
      repeated string contactPoints = 1;
      int getContactPointsCount()
      repeated string contactPoints = 1;
      java.util.List<java.lang.String> getContactPointsList()
      repeated string contactPoints = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContactPointsList

        java.util.List<java.lang.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

        java.lang.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

        akka.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.