public interface ClientMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Metric |
getMetrics(int index)
repeated .alluxio.grpc.Metric metrics = 2; |
int |
getMetricsCount()
repeated .alluxio.grpc.Metric metrics = 2; |
List<Metric> |
getMetricsList()
repeated .alluxio.grpc.Metric metrics = 2; |
MetricOrBuilder |
getMetricsOrBuilder(int index)
repeated .alluxio.grpc.Metric metrics = 2; |
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
repeated .alluxio.grpc.Metric metrics = 2; |
String |
getSource()
optional string source = 1; |
com.google.protobuf.ByteString |
getSourceBytes()
optional string source = 1; |
boolean |
hasSource()
optional string source = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSource()
optional string source = 1;
String getSource()
optional string source = 1;
com.google.protobuf.ByteString getSourceBytes()
optional string source = 1;
Metric getMetrics(int index)
repeated .alluxio.grpc.Metric metrics = 2;
int getMetricsCount()
repeated .alluxio.grpc.Metric metrics = 2;
List<? extends MetricOrBuilder> getMetricsOrBuilderList()
repeated .alluxio.grpc.Metric metrics = 2;
MetricOrBuilder getMetricsOrBuilder(int index)
repeated .alluxio.grpc.Metric metrics = 2;
Copyright © 2023. All Rights Reserved.