Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::ClusterMetrics (v1.4.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ClusterMetrics.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#hdfs_metrics

defhdfs_metrics()->::Google::Protobuf::Map{::String=>::Integer}
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — The HDFS metrics.

#hdfs_metrics=

defhdfs_metrics=(value)->::Google::Protobuf::Map{::String=>::Integer}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Integer}) — The HDFS metrics.
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — The HDFS metrics.

#yarn_metrics

defyarn_metrics()->::Google::Protobuf::Map{::String=>::Integer}
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — YARN metrics.

#yarn_metrics=

defyarn_metrics=(value)->::Google::Protobuf::Map{::String=>::Integer}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Integer}) — YARN metrics.
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — YARN metrics.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.