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 TypeClassDescriptionclassclassclassclassBase class for all user exception.classWraps 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 TypeMethodDescriptionbooleanDrillClient.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 TypeClassDescriptionclassclassclassMetadata runtime exception to indicate issues connected with table metadata.classAn exception that is used to signal that allocation request in bytes is greater than the maximum allowed byallocator.classclass -
Uses of DrillRuntimeException in org.apache.drill.exec.planner.index
Subclasses of DrillRuntimeException in org.apache.drill.exec.planner.indexModifier and TypeClassDescriptionclassAn 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 TypeClassDescriptionclassIs 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