Interface ClusterMetricsMessages.MetricsGossipOrBuilder

    • Method Detail

      • getAllAddressesCount

        int getAllAddressesCount()
        repeated .Address allAddresses = 1;
      • getAllMetricNamesList

        java.util.List<java.lang.String> getAllMetricNamesList()
        repeated string allMetricNames = 2;
        Returns:
        A list containing the allMetricNames.
      • getAllMetricNamesCount

        int getAllMetricNamesCount()
        repeated string allMetricNames = 2;
        Returns:
        The count of allMetricNames.
      • getAllMetricNames

        java.lang.String getAllMetricNames​(int index)
        repeated string allMetricNames = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The allMetricNames at the given index.
      • getAllMetricNamesBytes

        akka.protobufv3.internal.ByteString getAllMetricNamesBytes​(int index)
        repeated string allMetricNames = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allMetricNames at the given index.
      • getNodeMetricsCount

        int getNodeMetricsCount()
        repeated .NodeMetrics nodeMetrics = 3;