Uses of Class
org.apache.drill.exec.proto.UserBitShared.ExceptionWrapper.Builder
Packages that use UserBitShared.ExceptionWrapper.Builder
-
Uses of UserBitShared.ExceptionWrapper.Builder in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserBitShared.ExceptionWrapper.BuilderModifier and TypeMethodDescriptionUserBitShared.ExceptionWrapper.Builder.addAllStackTrace(Iterable<? extends UserBitShared.StackTraceElementWrapper> values) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.ExceptionWrapper.Builder.addStackTrace(int index, UserBitShared.StackTraceElementWrapper value) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.addStackTrace(int index, UserBitShared.StackTraceElementWrapper.Builder builderForValue) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.addStackTrace(UserBitShared.StackTraceElementWrapper value) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.addStackTrace(UserBitShared.StackTraceElementWrapper.Builder builderForValue) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.clear()UserBitShared.ExceptionWrapper.Builder.clearCause()optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.ExceptionWrapper.Builder.clearExceptionClass()optional string exception_class = 1;UserBitShared.ExceptionWrapper.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UserBitShared.ExceptionWrapper.Builder.clearMessage()optional string message = 2;UserBitShared.ExceptionWrapper.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserBitShared.ExceptionWrapper.Builder.clearStackTrace()repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.clone()UserBitShared.ExceptionWrapper.Builder.getCauseBuilder()optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.DrillPBError.Builder.getExceptionBuilder()optional .exec.shared.ExceptionWrapper exception = 5;UserBitShared.ExceptionWrapper.Builder.mergeCause(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.ExceptionWrapper.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.Builder.mergeFrom(com.google.protobuf.Message other) UserBitShared.ExceptionWrapper.Builder.mergeFrom(UserBitShared.ExceptionWrapper other) UserBitShared.ExceptionWrapper.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.ExceptionWrapper.newBuilder()UserBitShared.ExceptionWrapper.newBuilder(UserBitShared.ExceptionWrapper prototype) UserBitShared.ExceptionWrapper.newBuilderForType()protected UserBitShared.ExceptionWrapper.BuilderUserBitShared.ExceptionWrapper.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserBitShared.ExceptionWrapper.BuilderSchema.newMessage()UserBitShared.ExceptionWrapper.Builder.removeStackTrace(int index) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.setCause(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.ExceptionWrapper.Builder.setCause(UserBitShared.ExceptionWrapper.Builder builderForValue) optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.ExceptionWrapper.Builder.setExceptionClass(String value) optional string exception_class = 1;UserBitShared.ExceptionWrapper.Builder.setExceptionClassBytes(com.google.protobuf.ByteString value) optional string exception_class = 1;UserBitShared.ExceptionWrapper.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.ExceptionWrapper.Builder.setMessage(String value) optional string message = 2;UserBitShared.ExceptionWrapper.Builder.setMessageBytes(com.google.protobuf.ByteString value) optional string message = 2;UserBitShared.ExceptionWrapper.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserBitShared.ExceptionWrapper.Builder.setStackTrace(int index, UserBitShared.StackTraceElementWrapper value) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.setStackTrace(int index, UserBitShared.StackTraceElementWrapper.Builder builderForValue) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;UserBitShared.ExceptionWrapper.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.ExceptionWrapper.toBuilder()Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.ExceptionWrapper.BuilderMethods in org.apache.drill.exec.proto with parameters of type UserBitShared.ExceptionWrapper.BuilderModifier and TypeMethodDescriptionbooleanSchemaUserBitShared.ExceptionWrapper.BuilderSchema.isInitialized(UserBitShared.ExceptionWrapper.Builder builder) voidSchemaUserBitShared.ExceptionWrapper.BuilderSchema.mergeFrom(io.protostuff.Input input, UserBitShared.ExceptionWrapper.Builder builder) UserBitShared.ExceptionWrapper.Builder.setCause(UserBitShared.ExceptionWrapper.Builder builderForValue) optional .exec.shared.ExceptionWrapper cause = 4;UserBitShared.DrillPBError.Builder.setException(UserBitShared.ExceptionWrapper.Builder builderForValue) optional .exec.shared.ExceptionWrapper exception = 5;voidSchemaUserBitShared.ExceptionWrapper.BuilderSchema.writeTo(io.protostuff.Output output, UserBitShared.ExceptionWrapper.Builder builder)