DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.addInputsBuilder()
repeated .RootInputLeafOutputProto inputs = 8;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.addInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.addOutputsBuilder()
repeated .RootInputLeafOutputProto outputs = 9;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.addOutputsBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clear() |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clearControllerDescriptor()
optional .TezEntityDescriptorProto controller_descriptor = 3;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clearIODescriptor()
optional .TezEntityDescriptorProto i_o_descriptor = 2;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clearName()
optional string name = 1;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.clone() |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.getInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.VertexPlan.Builder.getOutputsBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeControllerDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto controller_descriptor = 3;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeFrom(DAGProtos.RootInputLeafOutputProto other) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeFrom(com.google.protobuf.Message other) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeIODescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto i_o_descriptor = 2;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.newBuilder() |
static DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.newBuilder(DAGProtos.RootInputLeafOutputProto prototype) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.newBuilderForType() |
protected DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setControllerDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto controller_descriptor = 3;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setControllerDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto controller_descriptor = 3;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setIODescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto i_o_descriptor = 2;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setIODescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto i_o_descriptor = 2;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setName(String value)
optional string name = 1;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
|
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DAGProtos.RootInputLeafOutputProto.Builder |
DAGProtos.RootInputLeafOutputProto.toBuilder() |