Interface ClusterMetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ClusterMetrics, ClusterMetrics.Builder

    public interface ClusterMetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getHdfsMetricsCount

        int getHdfsMetricsCount()
         The HDFS metrics.
         
        map<string, int64> hdfs_metrics = 1;
      • containsHdfsMetrics

        boolean containsHdfsMetrics​(String key)
         The HDFS metrics.
         
        map<string, int64> hdfs_metrics = 1;
      • getHdfsMetricsMap

        Map<String,​Long> getHdfsMetricsMap()
         The HDFS metrics.
         
        map<string, int64> hdfs_metrics = 1;
      • getHdfsMetricsOrDefault

        long getHdfsMetricsOrDefault​(String key,
                                     long defaultValue)
         The HDFS metrics.
         
        map<string, int64> hdfs_metrics = 1;
      • getHdfsMetricsOrThrow

        long getHdfsMetricsOrThrow​(String key)
         The HDFS metrics.
         
        map<string, int64> hdfs_metrics = 1;
      • getYarnMetricsCount

        int getYarnMetricsCount()
         YARN metrics.
         
        map<string, int64> yarn_metrics = 2;
      • containsYarnMetrics

        boolean containsYarnMetrics​(String key)
         YARN metrics.
         
        map<string, int64> yarn_metrics = 2;
      • getYarnMetricsMap

        Map<String,​Long> getYarnMetricsMap()
         YARN metrics.
         
        map<string, int64> yarn_metrics = 2;
      • getYarnMetricsOrDefault

        long getYarnMetricsOrDefault​(String key,
                                     long defaultValue)
         YARN metrics.
         
        map<string, int64> yarn_metrics = 2;
      • getYarnMetricsOrThrow

        long getYarnMetricsOrThrow​(String key)
         YARN metrics.
         
        map<string, int64> yarn_metrics = 2;