public sealed class ClusterMetrics : IMessage<ClusterMetrics>, IEquatable<ClusterMetrics>, IDeepCloneable<ClusterMetrics>, IBufferMessage, IMessage
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
IMessage<ClusterMetrics>, IEquatable<ClusterMetrics>, IDeepCloneable<ClusterMetrics>, 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 |
MapField<String, Int64> |
YarnMetrics
public MapField<string, long> YarnMetrics { get; }
The YARN metrics.
Property Value | |
---|---|
Type | Description |
MapField<String, Int64> |