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