Interface ClusterMetricsMessages.NodeMetricsOrBuilder

    • Method Detail

      • hasAddressIndex

        boolean hasAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        Whether the addressIndex field is set.
      • getAddressIndex

        int getAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        The addressIndex.
      • hasTimestamp

        boolean hasTimestamp()
        required int64 timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        required int64 timestamp = 2;
        Returns:
        The timestamp.
      • getMetricsCount

        int getMetricsCount()
        repeated .NodeMetrics.Metric metrics = 3;