public interface GetMetricsPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetrics(String key)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1; |
Map<String,MetricValue> |
getMetrics()
Deprecated.
|
int |
getMetricsCount()
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1; |
Map<String,MetricValue> |
getMetricsMap()
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1; |
MetricValue |
getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1; |
MetricValue |
getMetricsOrThrow(String key)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getMetricsCount()
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1;
boolean containsMetrics(String key)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1;
@Deprecated Map<String,MetricValue> getMetrics()
getMetricsMap()
instead.Map<String,MetricValue> getMetricsMap()
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1;
MetricValue getMetricsOrDefault(String key, MetricValue defaultValue)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1;
MetricValue getMetricsOrThrow(String key)
map<string, .alluxio.grpc.metric.MetricValue> metrics = 1;
Copyright © 2023. All Rights Reserved.