Uses of Class
org.apache.drill.common.exceptions.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
Modifier 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. -
Uses of DrillRuntimeException in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionboolean
DrillClient.hasPing
(long timeoutSec) Verify connection with request-answer. -
Uses of DrillRuntimeException in org.apache.drill.exec.exception
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Is thrown when parsing schema using ANTLR4 parser. -
Uses of DrillRuntimeException in org.apache.drill.exec.work.foreman.rm
-
Uses of DrillRuntimeException in org.apache.drill.exec.work.fragment