ClusterMetricsResponse

data class ClusterMetricsResponse(val hdfsMetrics: Map<String, String>, val yarnMetrics: Map<String, String>)

Contains cluster daemon metrics, such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Constructors

Link copied to clipboard
fun ClusterMetricsResponse(hdfsMetrics: Map<String, String>, yarnMetrics: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HDFS metrics.

Link copied to clipboard

The YARN metrics.