public interface MetricValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue()
optional double doubleValue = 1; |
MetricType |
getMetricType()
optional .alluxio.grpc.MetricType metricType = 6; |
String |
getStringValue()
optional string stringValue = 2; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string stringValue = 2; |
boolean |
hasDoubleValue()
optional double doubleValue = 1; |
boolean |
hasMetricType()
optional .alluxio.grpc.MetricType metricType = 6; |
boolean |
hasStringValue()
optional string stringValue = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDoubleValue()
optional double doubleValue = 1;
double getDoubleValue()
optional double doubleValue = 1;
boolean hasStringValue()
optional string stringValue = 2;
String getStringValue()
optional string stringValue = 2;
com.google.protobuf.ByteString getStringValueBytes()
optional string stringValue = 2;
boolean hasMetricType()
optional .alluxio.grpc.MetricType metricType = 6;
MetricType getMetricType()
optional .alluxio.grpc.MetricType metricType = 6;
Copyright © 2023. All Rights Reserved.