public interface MetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTags(String key)
map<string, string> tags = 6; |
String |
getInstance()
optional string instance = 1; |
com.google.protobuf.ByteString |
getInstanceBytes()
optional string instance = 1; |
MetricType |
getMetricType()
required .alluxio.grpc.MetricType metricType = 5; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getSource()
optional string source = 2; |
com.google.protobuf.ByteString |
getSourceBytes()
optional string source = 2; |
Map<String,String> |
getTags()
Deprecated.
|
int |
getTagsCount()
map<string, string> tags = 6; |
Map<String,String> |
getTagsMap()
map<string, string> tags = 6; |
String |
getTagsOrDefault(String key,
String defaultValue)
map<string, string> tags = 6; |
String |
getTagsOrThrow(String key)
map<string, string> tags = 6; |
double |
getValue()
optional double value = 4; |
boolean |
hasInstance()
optional string instance = 1; |
boolean |
hasMetricType()
required .alluxio.grpc.MetricType metricType = 5; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasSource()
optional string source = 2; |
boolean |
hasValue()
optional double value = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasInstance()
optional string instance = 1;
String getInstance()
optional string instance = 1;
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
boolean hasSource()
optional string source = 2;
String getSource()
optional string source = 2;
com.google.protobuf.ByteString getSourceBytes()
optional string source = 2;
boolean hasName()
optional string name = 3;
String getName()
optional string name = 3;
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
boolean hasValue()
optional double value = 4;
double getValue()
optional double value = 4;
boolean hasMetricType()
required .alluxio.grpc.MetricType metricType = 5;
MetricType getMetricType()
required .alluxio.grpc.MetricType metricType = 5;
int getTagsCount()
map<string, string> tags = 6;
boolean containsTags(String key)
map<string, string> tags = 6;
@Deprecated Map<String,String> getTags()
getTagsMap()
instead.String getTagsOrDefault(String key, String defaultValue)
map<string, string> tags = 6;
Copyright © 2023. All Rights Reserved.