public class ExceededSpillLimitException extends PrestoException
| Modifier and Type | Method and Description |
|---|---|
static ExceededSpillLimitException |
exceededLocalLimit(io.airlift.units.DataSize maxSpill) |
static ExceededSpillLimitException |
exceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill) |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ExceededSpillLimitException exceededLocalLimit(io.airlift.units.DataSize maxSpill)
public static ExceededSpillLimitException exceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill)
Copyright © 2012–2019. All rights reserved.