Class QueryQueue.QueueTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.work.foreman.rm.QueryQueue.QueueTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- QueryQueue
Exception thrown if a query exceeds the configured wait time
in the query queue.
- See Also:
-
Constructor Summary
ConstructorDescriptionQueueTimeoutException
(UserBitShared.QueryId queryId, String queueName, int timeoutMs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
queryId
-
queueName
-
timeoutMs
public int timeoutMs()
-