public static interface TopologyMaster.MetricResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getInterval()
optional int64 interval = 3; |
TopologyMaster.MetricResponse.TaskMetric |
getMetric(int index)
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2; |
int |
getMetricCount()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2; |
java.util.List<TopologyMaster.MetricResponse.TaskMetric> |
getMetricList()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2; |
TopologyMaster.MetricResponse.TaskMetricOrBuilder |
getMetricOrBuilder(int index)
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2; |
java.util.List<? extends TopologyMaster.MetricResponse.TaskMetricOrBuilder> |
getMetricOrBuilderList()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2; |
Common.Status |
getStatus()
required .heron.proto.system.Status status = 1; |
Common.StatusOrBuilder |
getStatusOrBuilder()
required .heron.proto.system.Status status = 1; |
boolean |
hasInterval()
optional int64 interval = 3; |
boolean |
hasStatus()
required .heron.proto.system.Status status = 1; |
boolean hasStatus()
required .heron.proto.system.Status status = 1;
Common.Status getStatus()
required .heron.proto.system.Status status = 1;
Common.StatusOrBuilder getStatusOrBuilder()
required .heron.proto.system.Status status = 1;
java.util.List<TopologyMaster.MetricResponse.TaskMetric> getMetricList()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2;
The order is the same as the request
TopologyMaster.MetricResponse.TaskMetric getMetric(int index)
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2;
The order is the same as the request
int getMetricCount()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2;
The order is the same as the request
java.util.List<? extends TopologyMaster.MetricResponse.TaskMetricOrBuilder> getMetricOrBuilderList()
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2;
The order is the same as the request
TopologyMaster.MetricResponse.TaskMetricOrBuilder getMetricOrBuilder(int index)
repeated .heron.proto.tmaster.MetricResponse.TaskMetric metric = 2;
The order is the same as the request
boolean hasInterval()
optional int64 interval = 3;
The interval we got the data for. This may not be present in case status is NOTOK
long getInterval()
optional int64 interval = 3;
The interval we got the data for. This may not be present in case status is NOTOK