Uses of Class
org.apache.drill.common.exceptions.DrillRuntimeException
Packages that use DrillRuntimeException
Package
Description
Various exceptions used in logical, physical and execution contexts.
Java client API for submitting queries and accepting result sets from a Drill
server.
Execution-time exceptions.
Provides resource management and queuing support for the Drill foreman.
-
Uses of DrillRuntimeException in org.apache.drill.common.exceptions
Subclasses of DrillRuntimeException in org.apache.drill.common.exceptionsModifier and TypeClassDescriptionclass
class
class
class
Base class for all user exception.class
Wraps a DrillPBError object so we don't need to rebuilt it multiple times when sending it to the client.Methods in org.apache.drill.common.exceptions that return DrillRuntimeException -
Uses of DrillRuntimeException in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that throw DrillRuntimeExceptionModifier and TypeMethodDescriptionboolean
DrillClient.hasPing
(long timeoutSec) Verify connection with request-answer. -
Uses of DrillRuntimeException in org.apache.drill.exec.exception
Subclasses of DrillRuntimeException in org.apache.drill.exec.exceptionModifier and TypeClassDescriptionclass
class
class
Metadata runtime exception to indicate issues connected with table metadata.class
An exception that is used to signal that allocation request in bytes is greater than the maximum allowed byallocator
.class
class
-
Uses of DrillRuntimeException in org.apache.drill.exec.planner.index
Subclasses of DrillRuntimeException in org.apache.drill.exec.planner.indexModifier and TypeClassDescriptionclass
An InvalidIndexDefinitionException may be thrown if Drill does not recognize the type or expression of the index during the index discovery phase -
Uses of DrillRuntimeException in org.apache.drill.exec.record.metadata.schema.parser
Subclasses of DrillRuntimeException in org.apache.drill.exec.record.metadata.schema.parserModifier and TypeClassDescriptionclass
Is thrown when parsing schema using ANTLR4 parser. -
Uses of DrillRuntimeException in org.apache.drill.exec.work.foreman.rm
Constructors in org.apache.drill.exec.work.foreman.rm that throw DrillRuntimeException -
Uses of DrillRuntimeException in org.apache.drill.exec.work.fragment
Subclasses of DrillRuntimeException in org.apache.drill.exec.work.fragment