Uses of Class
org.apache.drill.exec.proto.UserBitShared.ExceptionWrapper
Packages that use UserBitShared.ExceptionWrapper
Package
Description
Various exceptions used in logical, physical and execution contexts.
Utilities useful across packages.
-
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.common.exceptions
Methods in org.apache.drill.common.exceptions that return UserBitShared.ExceptionWrapper -
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.common.util
Methods in org.apache.drill.common.util with parameters of type UserBitShared.ExceptionWrapperModifier and TypeMethodDescriptionstatic Throwable
DrillExceptionUtil.getThrowable
(UserBitShared.ExceptionWrapper exceptionWrapper) Recreate throwable from exception protoBuf which received from remote or local node. -
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.ExceptionWrapperModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.ExceptionWrapperModifier and TypeMethodDescriptionUserBitShared.ExceptionWrapper.Builder.build()
UserBitShared.ExceptionWrapper.Builder.buildPartial()
UserBitShared.ExceptionWrapper.Builder.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapper.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapperOrBuilder.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapper.getDefaultInstance()
UserBitShared.ExceptionWrapper.Builder.getDefaultInstanceForType()
UserBitShared.ExceptionWrapper.getDefaultInstanceForType()
UserBitShared.DrillPBError.Builder.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.DrillPBError.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.DrillPBErrorOrBuilder.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
SchemaUserBitShared.ExceptionWrapper.MessageSchema.newMessage()
UserBitShared.ExceptionWrapper.parseDelimitedFrom
(InputStream input) UserBitShared.ExceptionWrapper.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(byte[] data) UserBitShared.ExceptionWrapper.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.ByteString data) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.CodedInputStream input) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(InputStream input) UserBitShared.ExceptionWrapper.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(ByteBuffer data) UserBitShared.ExceptionWrapper.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.ExceptionWrapperModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.getParserForType()
static com.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.parser()
SchemaUserBitShared.ExceptionWrapper.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.ExceptionWrapperModifier and TypeMethodDescriptionboolean
SchemaUserBitShared.ExceptionWrapper.MessageSchema.isInitialized
(UserBitShared.ExceptionWrapper message) UserBitShared.ExceptionWrapper.Builder.mergeCause
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.DrillPBError.Builder.mergeException
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper exception = 5;
void
SchemaUserBitShared.ExceptionWrapper.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.ExceptionWrapper message) UserBitShared.ExceptionWrapper.Builder.mergeFrom
(UserBitShared.ExceptionWrapper other) UserBitShared.ExceptionWrapper.newBuilder
(UserBitShared.ExceptionWrapper prototype) UserBitShared.ExceptionWrapper.Builder.setCause
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.DrillPBError.Builder.setException
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper exception = 5;
void
SchemaUserBitShared.ExceptionWrapper.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.ExceptionWrapper message)