public static interface TopologyMaster.MetricResponse.TaskMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstanceId()
required string instance_id = 1; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
required string instance_id = 1; |
TopologyMaster.MetricResponse.IndividualMetric |
getMetric(int index)
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2; |
int |
getMetricCount()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2; |
java.util.List<TopologyMaster.MetricResponse.IndividualMetric> |
getMetricList()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2; |
TopologyMaster.MetricResponse.IndividualMetricOrBuilder |
getMetricOrBuilder(int index)
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2; |
java.util.List<? extends TopologyMaster.MetricResponse.IndividualMetricOrBuilder> |
getMetricOrBuilderList()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2; |
boolean |
hasInstanceId()
required string instance_id = 1; |
boolean hasInstanceId()
required string instance_id = 1;
java.lang.String getInstanceId()
required string instance_id = 1;
com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 1;
java.util.List<TopologyMaster.MetricResponse.IndividualMetric> getMetricList()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2;
TopologyMaster.MetricResponse.IndividualMetric getMetric(int index)
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2;
int getMetricCount()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2;
java.util.List<? extends TopologyMaster.MetricResponse.IndividualMetricOrBuilder> getMetricOrBuilderList()
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2;
TopologyMaster.MetricResponse.IndividualMetricOrBuilder getMetricOrBuilder(int index)
repeated .heron.proto.tmaster.MetricResponse.IndividualMetric metric = 2;