public interface ClusterMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHdfsMetrics(String key)
The HDFS metrics.
|
boolean |
containsYarnMetrics(String key)
The YARN metrics.
|
Map<String,Long> |
getHdfsMetrics()
Deprecated.
|
int |
getHdfsMetricsCount()
The HDFS metrics.
|
Map<String,Long> |
getHdfsMetricsMap()
The HDFS metrics.
|
long |
getHdfsMetricsOrDefault(String key,
long defaultValue)
The HDFS metrics.
|
long |
getHdfsMetricsOrThrow(String key)
The HDFS metrics.
|
Map<String,Long> |
getYarnMetrics()
Deprecated.
|
int |
getYarnMetricsCount()
The YARN metrics.
|
Map<String,Long> |
getYarnMetricsMap()
The YARN metrics.
|
long |
getYarnMetricsOrDefault(String key,
long defaultValue)
The YARN metrics.
|
long |
getYarnMetricsOrThrow(String key)
The YARN metrics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getHdfsMetricsCount()
The HDFS metrics.
map<string, int64> hdfs_metrics = 1;boolean containsHdfsMetrics(String key)
The HDFS metrics.
map<string, int64> hdfs_metrics = 1;@Deprecated Map<String,Long> getHdfsMetrics()
getHdfsMetricsMap() instead.Map<String,Long> getHdfsMetricsMap()
The HDFS metrics.
map<string, int64> hdfs_metrics = 1;long getHdfsMetricsOrDefault(String key, long defaultValue)
The HDFS metrics.
map<string, int64> hdfs_metrics = 1;long getHdfsMetricsOrThrow(String key)
The HDFS metrics.
map<string, int64> hdfs_metrics = 1;int getYarnMetricsCount()
The YARN metrics.
map<string, int64> yarn_metrics = 2;boolean containsYarnMetrics(String key)
The YARN metrics.
map<string, int64> yarn_metrics = 2;@Deprecated Map<String,Long> getYarnMetrics()
getYarnMetricsMap() instead.Map<String,Long> getYarnMetricsMap()
The YARN metrics.
map<string, int64> yarn_metrics = 2;long getYarnMetricsOrDefault(String key, long defaultValue)
The YARN metrics.
map<string, int64> yarn_metrics = 2;long getYarnMetricsOrThrow(String key)
The YARN metrics.
map<string, int64> yarn_metrics = 2;Copyright © 2019 Google LLC. All rights reserved.