Uses of Class
org.apache.drill.exec.proto.UserProtos.QueryPlanFragments.Builder
Packages that use UserProtos.QueryPlanFragments.Builder
-
Uses of UserProtos.QueryPlanFragments.Builder in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.QueryPlanFragments.BuilderModifier and TypeMethodDescriptionUserProtos.QueryPlanFragments.Builder.addAllFragments(Iterable<? extends BitControl.PlanFragment> values) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addFragments(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addFragments(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addFragments(BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addFragments(BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.QueryPlanFragments.Builder.clear()UserProtos.QueryPlanFragments.Builder.clearError()optional .exec.shared.DrillPBError error = 4;UserProtos.QueryPlanFragments.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UserProtos.QueryPlanFragments.Builder.clearFragments()repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserProtos.QueryPlanFragments.Builder.clearQueryId()optional .exec.shared.QueryId query_id = 2;UserProtos.QueryPlanFragments.Builder.clearStatus()required .exec.shared.QueryResult.QueryState status = 1;UserProtos.QueryPlanFragments.Builder.clone()UserProtos.QueryPlanFragments.Builder.mergeError(UserBitShared.DrillPBError value) optional .exec.shared.DrillPBError error = 4;UserProtos.QueryPlanFragments.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.Builder.mergeFrom(com.google.protobuf.Message other) UserProtos.QueryPlanFragments.Builder.mergeFrom(UserProtos.QueryPlanFragments other) UserProtos.QueryPlanFragments.Builder.mergeQueryId(UserBitShared.QueryId value) optional .exec.shared.QueryId query_id = 2;UserProtos.QueryPlanFragments.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.QueryPlanFragments.newBuilder()UserProtos.QueryPlanFragments.newBuilder(UserProtos.QueryPlanFragments prototype) UserProtos.QueryPlanFragments.newBuilderForType()protected UserProtos.QueryPlanFragments.BuilderUserProtos.QueryPlanFragments.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserProtos.QueryPlanFragments.BuilderSchema.newMessage()UserProtos.QueryPlanFragments.Builder.removeFragments(int index) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.setError(UserBitShared.DrillPBError value) optional .exec.shared.DrillPBError error = 4;UserProtos.QueryPlanFragments.Builder.setError(UserBitShared.DrillPBError.Builder builderForValue) optional .exec.shared.DrillPBError error = 4;UserProtos.QueryPlanFragments.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.QueryPlanFragments.Builder.setFragments(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.setFragments(int index, BitControl.PlanFragment.Builder builderForValue) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.setQueryId(UserBitShared.QueryId value) optional .exec.shared.QueryId query_id = 2;UserProtos.QueryPlanFragments.Builder.setQueryId(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 2;UserProtos.QueryPlanFragments.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserProtos.QueryPlanFragments.Builder.setStatus(UserBitShared.QueryResult.QueryState value) required .exec.shared.QueryResult.QueryState status = 1;UserProtos.QueryPlanFragments.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.QueryPlanFragments.toBuilder()Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.QueryPlanFragments.BuilderMethods in org.apache.drill.exec.proto with parameters of type UserProtos.QueryPlanFragments.BuilderModifier and TypeMethodDescriptionbooleanSchemaUserProtos.QueryPlanFragments.BuilderSchema.isInitialized(UserProtos.QueryPlanFragments.Builder builder) voidSchemaUserProtos.QueryPlanFragments.BuilderSchema.mergeFrom(io.protostuff.Input input, UserProtos.QueryPlanFragments.Builder builder) voidSchemaUserProtos.QueryPlanFragments.BuilderSchema.writeTo(io.protostuff.Output output, UserProtos.QueryPlanFragments.Builder builder)