public sealed class ClusterMetrics : IMessage<ClusterMetrics>, IEquatable<ClusterMetrics>, IDeepCloneable<ClusterMetrics>, IBufferMessage, IMessage
Reference 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
GoogleCloudGoogle.Cloud.DataprocV1Assembly
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 |