Uses of Class
org.apache.nemo.runtime.common.comm.ControlMessage.Metric
-
Packages that use ControlMessage.Metric Package Description org.apache.nemo.runtime.common.comm -
-
Uses of ControlMessage.Metric in org.apache.nemo.runtime.common.comm
Fields in org.apache.nemo.runtime.common.comm with type parameters of type ControlMessage.Metric Modifier and Type Field Description static com.google.protobuf.Parser<ControlMessage.Metric>
ControlMessage.Metric. PARSER
Deprecated.Methods in org.apache.nemo.runtime.common.comm that return ControlMessage.Metric Modifier and Type Method Description ControlMessage.Metric
ControlMessage.Metric.Builder. build()
ControlMessage.Metric
ControlMessage.Metric.Builder. buildPartial()
static ControlMessage.Metric
ControlMessage.Metric. getDefaultInstance()
ControlMessage.Metric
ControlMessage.Metric.Builder. getDefaultInstanceForType()
ControlMessage.Metric
ControlMessage.Metric. getDefaultInstanceForType()
ControlMessage.Metric
ControlMessage.MetricMsg.Builder. getMetric(int index)
repeated .protobuf.Metric metric = 1;
ControlMessage.Metric
ControlMessage.MetricMsg. getMetric(int index)
repeated .protobuf.Metric metric = 1;
ControlMessage.Metric
ControlMessage.MetricMsgOrBuilder. getMetric(int index)
repeated .protobuf.Metric metric = 1;
static ControlMessage.Metric
ControlMessage.Metric. parseDelimitedFrom(java.io.InputStream input)
static ControlMessage.Metric
ControlMessage.Metric. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(byte[] data)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(com.google.protobuf.ByteString data)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(com.google.protobuf.CodedInputStream input)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(java.io.InputStream input)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(java.nio.ByteBuffer data)
static ControlMessage.Metric
ControlMessage.Metric. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.apache.nemo.runtime.common.comm that return types with arguments of type ControlMessage.Metric Modifier and Type Method Description java.util.List<ControlMessage.Metric>
ControlMessage.MetricMsg.Builder. getMetricList()
repeated .protobuf.Metric metric = 1;
java.util.List<ControlMessage.Metric>
ControlMessage.MetricMsg. getMetricList()
repeated .protobuf.Metric metric = 1;
java.util.List<ControlMessage.Metric>
ControlMessage.MetricMsgOrBuilder. getMetricList()
repeated .protobuf.Metric metric = 1;
com.google.protobuf.Parser<ControlMessage.Metric>
ControlMessage.Metric. getParserForType()
static com.google.protobuf.Parser<ControlMessage.Metric>
ControlMessage.Metric. parser()
Methods in org.apache.nemo.runtime.common.comm with parameters of type ControlMessage.Metric Modifier and Type Method Description ControlMessage.MetricMsg.Builder
ControlMessage.MetricMsg.Builder. addMetric(int index, ControlMessage.Metric value)
repeated .protobuf.Metric metric = 1;
ControlMessage.MetricMsg.Builder
ControlMessage.MetricMsg.Builder. addMetric(ControlMessage.Metric value)
repeated .protobuf.Metric metric = 1;
ControlMessage.Metric.Builder
ControlMessage.Metric.Builder. mergeFrom(ControlMessage.Metric other)
static ControlMessage.Metric.Builder
ControlMessage.Metric. newBuilder(ControlMessage.Metric prototype)
ControlMessage.MetricMsg.Builder
ControlMessage.MetricMsg.Builder. setMetric(int index, ControlMessage.Metric value)
repeated .protobuf.Metric metric = 1;
Method parameters in org.apache.nemo.runtime.common.comm with type arguments of type ControlMessage.Metric Modifier and Type Method Description ControlMessage.MetricMsg.Builder
ControlMessage.MetricMsg.Builder. addAllMetric(java.lang.Iterable<? extends ControlMessage.Metric> values)
repeated .protobuf.Metric metric = 1;
-