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, create
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OversizedAllocationException()
public OversizedAllocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public OversizedAllocationException(String message)
public OversizedAllocationException(Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.