Package org.apache.druid.frame.processor
Class FrameRowTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.frame.processor.FrameRowTooLargeException
- All Implemented Interfaces:
Serializable
Exception that is conventionally thrown by workers when they call
FrameWriter.addSelection() and it returns false on an empty frame, or in
a situation where allocating a new frame is impractical.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrameRowTooLargeException
public FrameRowTooLargeException(long maxFrameSize)
-
-
Method Details
-
getMaxFrameSize
public long getMaxFrameSize()
-