public class OversizedAllocationException extends DrillRuntimeException
allocator.
Operators should handle this exception to split the batch and later resume the execution on the next
iteration.
| Constructor and Description |
|---|
OversizedAllocationException() |
OversizedAllocationException(String message) |
OversizedAllocationException(String message,
Throwable cause) |
OversizedAllocationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
OversizedAllocationException(Throwable cause) |
checkInterrupted, create, createaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OversizedAllocationException()
public OversizedAllocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public OversizedAllocationException(String message)
public OversizedAllocationException(Throwable cause)
Copyright © 2021 The Apache Software Foundation. All rights reserved.