Uses of Class
org.apache.drill.exec.proto.BitControl.PlanFragment.Builder
-
Uses of BitControl.PlanFragment.Builder in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionBitControl.PlanFragment.Builder.addAllCollector
(Iterable<? extends BitControl.Collector> values) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.addCollector
(int index, BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.addCollector
(int index, BitControl.Collector.Builder builderForValue) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.addCollector
(BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.addCollector
(BitControl.Collector.Builder builderForValue) repeated .exec.bit.control.Collector collector = 17;
BitControl.InitializeFragments.Builder.addFragmentBuilder()
repeated .exec.bit.control.PlanFragment fragment = 1;
BitControl.InitializeFragments.Builder.addFragmentBuilder
(int index) repeated .exec.bit.control.PlanFragment fragment = 1;
UserProtos.QueryPlanFragments.Builder.addFragmentsBuilder()
repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.QueryPlanFragments.Builder.addFragmentsBuilder
(int index) repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.RunQuery.Builder.addFragmentsBuilder()
Input for query type EXECUTION.UserProtos.RunQuery.Builder.addFragmentsBuilder
(int index) Input for query type EXECUTION.BitControl.PlanFragment.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BitControl.PlanFragment.Builder.clear()
BitControl.PlanFragment.Builder.clearAssignment()
optional .exec.DrillbitEndpoint assignment = 10;
BitControl.PlanFragment.Builder.clearCollector()
repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.clearContext()
optional .exec.bit.control.QueryContextInformation context = 16;
BitControl.PlanFragment.Builder.clearCpuCost()
optional float cpu_cost = 5;
BitControl.PlanFragment.Builder.clearCredentials()
optional .exec.shared.UserCredentials credentials = 14;
BitControl.PlanFragment.Builder.clearDiskCost()
optional float disk_cost = 6;
BitControl.PlanFragment.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) BitControl.PlanFragment.Builder.clearForeman()
optional .exec.DrillbitEndpoint foreman = 11;
BitControl.PlanFragment.Builder.clearFragmentJson()
optional string fragment_json = 8;
BitControl.PlanFragment.Builder.clearHandle()
optional .exec.bit.FragmentHandle handle = 1;
BitControl.PlanFragment.Builder.clearLeafFragment()
optional bool leaf_fragment = 9;
BitControl.PlanFragment.Builder.clearMemInitial()
20 megsBitControl.PlanFragment.Builder.clearMemMax()
20 gigsBitControl.PlanFragment.Builder.clearMemoryCost()
optional float memory_cost = 7;
BitControl.PlanFragment.Builder.clearNetworkCost()
optional float network_cost = 4;
BitControl.PlanFragment.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) BitControl.PlanFragment.Builder.clearOptionsJson()
optional string options_json = 15;
BitControl.PlanFragment.Builder.clone()
BitControl.InitializeFragments.Builder.getFragmentBuilder
(int index) repeated .exec.bit.control.PlanFragment fragment = 1;
UserProtos.QueryPlanFragments.Builder.getFragmentsBuilder
(int index) repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.RunQuery.Builder.getFragmentsBuilder
(int index) Input for query type EXECUTION.BitControl.PlanFragment.Builder.mergeAssignment
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint assignment = 10;
BitControl.PlanFragment.Builder.mergeContext
(BitControl.QueryContextInformation value) optional .exec.bit.control.QueryContextInformation context = 16;
BitControl.PlanFragment.Builder.mergeCredentials
(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 14;
BitControl.PlanFragment.Builder.mergeForeman
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint foreman = 11;
BitControl.PlanFragment.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.PlanFragment.Builder.mergeFrom
(com.google.protobuf.Message other) BitControl.PlanFragment.Builder.mergeFrom
(BitControl.PlanFragment other) BitControl.PlanFragment.Builder.mergeHandle
(ExecProtos.FragmentHandle value) optional .exec.bit.FragmentHandle handle = 1;
BitControl.PlanFragment.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) BitControl.PlanFragment.newBuilder()
BitControl.PlanFragment.newBuilder
(BitControl.PlanFragment prototype) BitControl.PlanFragment.newBuilderForType()
protected BitControl.PlanFragment.Builder
BitControl.PlanFragment.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaBitControl.PlanFragment.BuilderSchema.newMessage()
BitControl.PlanFragment.Builder.removeCollector
(int index) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.setAssignment
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint assignment = 10;
BitControl.PlanFragment.Builder.setAssignment
(CoordinationProtos.DrillbitEndpoint.Builder builderForValue) optional .exec.DrillbitEndpoint assignment = 10;
BitControl.PlanFragment.Builder.setCollector
(int index, BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.setCollector
(int index, BitControl.Collector.Builder builderForValue) repeated .exec.bit.control.Collector collector = 17;
BitControl.PlanFragment.Builder.setContext
(BitControl.QueryContextInformation value) optional .exec.bit.control.QueryContextInformation context = 16;
BitControl.PlanFragment.Builder.setContext
(BitControl.QueryContextInformation.Builder builderForValue) optional .exec.bit.control.QueryContextInformation context = 16;
BitControl.PlanFragment.Builder.setCpuCost
(float value) optional float cpu_cost = 5;
BitControl.PlanFragment.Builder.setCredentials
(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 14;
BitControl.PlanFragment.Builder.setCredentials
(UserBitShared.UserCredentials.Builder builderForValue) optional .exec.shared.UserCredentials credentials = 14;
BitControl.PlanFragment.Builder.setDiskCost
(float value) optional float disk_cost = 6;
BitControl.PlanFragment.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BitControl.PlanFragment.Builder.setForeman
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint foreman = 11;
BitControl.PlanFragment.Builder.setForeman
(CoordinationProtos.DrillbitEndpoint.Builder builderForValue) optional .exec.DrillbitEndpoint foreman = 11;
BitControl.PlanFragment.Builder.setFragmentJson
(String value) optional string fragment_json = 8;
BitControl.PlanFragment.Builder.setFragmentJsonBytes
(com.google.protobuf.ByteString value) optional string fragment_json = 8;
BitControl.PlanFragment.Builder.setHandle
(ExecProtos.FragmentHandle value) optional .exec.bit.FragmentHandle handle = 1;
BitControl.PlanFragment.Builder.setHandle
(ExecProtos.FragmentHandle.Builder builderForValue) optional .exec.bit.FragmentHandle handle = 1;
BitControl.PlanFragment.Builder.setLeafFragment
(boolean value) optional bool leaf_fragment = 9;
BitControl.PlanFragment.Builder.setMemInitial
(long value) 20 megsBitControl.PlanFragment.Builder.setMemMax
(long value) 20 gigsBitControl.PlanFragment.Builder.setMemoryCost
(float value) optional float memory_cost = 7;
BitControl.PlanFragment.Builder.setNetworkCost
(float value) optional float network_cost = 4;
BitControl.PlanFragment.Builder.setOptionsJson
(String value) optional string options_json = 15;
BitControl.PlanFragment.Builder.setOptionsJsonBytes
(com.google.protobuf.ByteString value) optional string options_json = 15;
BitControl.PlanFragment.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) BitControl.PlanFragment.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) BitControl.PlanFragment.toBuilder()
Modifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.getFragmentBuilderList()
repeated .exec.bit.control.PlanFragment fragment = 1;
UserProtos.QueryPlanFragments.Builder.getFragmentsBuilderList()
repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.RunQuery.Builder.getFragmentsBuilderList()
Input for query type EXECUTION.SchemaBitControl.PlanFragment.BuilderSchema.typeClass()
Modifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.addFragment
(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragment = 1;
BitControl.InitializeFragments.Builder.addFragment
(BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragment = 1;
UserProtos.QueryPlanFragments.Builder.addFragments
(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.QueryPlanFragments.Builder.addFragments
(BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.RunQuery.Builder.addFragments
(int index, BitControl.PlanFragment.Builder builderForValue) Input for query type EXECUTION.UserProtos.RunQuery.Builder.addFragments
(BitControl.PlanFragment.Builder builderForValue) Input for query type EXECUTION.boolean
SchemaBitControl.PlanFragment.BuilderSchema.isInitialized
(BitControl.PlanFragment.Builder builder) void
SchemaBitControl.PlanFragment.BuilderSchema.mergeFrom
(io.protostuff.Input input, BitControl.PlanFragment.Builder builder) BitControl.InitializeFragments.Builder.setFragment
(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragment = 1;
UserProtos.QueryPlanFragments.Builder.setFragments
(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;
UserProtos.RunQuery.Builder.setFragments
(int index, BitControl.PlanFragment.Builder builderForValue) Input for query type EXECUTION.void
SchemaBitControl.PlanFragment.BuilderSchema.writeTo
(io.protostuff.Output output, BitControl.PlanFragment.Builder builder)