Package | Description |
---|---|
com.google.api.services.dataproc.model |
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
ClusterMetrics.clone() |
ClusterMetrics |
Cluster.getMetrics()
Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is
available for testing purposes only.
|
ClusterMetrics |
ClusterMetrics.set(String fieldName,
Object value) |
ClusterMetrics |
ClusterMetrics.setHdfsMetrics(Map<String,Long> hdfsMetrics)
The HDFS metrics.
|
ClusterMetrics |
ClusterMetrics.setYarnMetrics(Map<String,Long> yarnMetrics)
The YARN metrics.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.setMetrics(ClusterMetrics metrics)
Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is
available for testing purposes only.
|
Copyright © 2011–2020 Google. All rights reserved.