Class FrameRowTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.frame.processor.FrameRowTooLargeException
All Implemented Interfaces:
Serializable

public class FrameRowTooLargeException extends RuntimeException
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 Details

    • FrameRowTooLargeException

      public FrameRowTooLargeException(long maxFrameSize)
  • Method Details

    • getMaxFrameSize

      public long getMaxFrameSize()