public sealed class ClusterMetrics : IMessage<ClusterMetrics>, IEquatable<ClusterMetrics>, IDeepCloneable<ClusterMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class 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.
Implements
IMessageClusterMetrics, IEquatableClusterMetrics, IDeepCloneableClusterMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterMetrics()
public ClusterMetrics()ClusterMetrics(ClusterMetrics)
public ClusterMetrics(ClusterMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterMetrics |
Properties
HdfsMetrics
public MapField<string, long> HdfsMetrics { get; }The HDFS metrics.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringlong |
|
YarnMetrics
public MapField<string, long> YarnMetrics { get; }YARN metrics.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringlong |
|