Class RecordReaderGenericBase.ReadTooFarException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sansa_stack.hadoop.core.RecordReaderGenericBase.ReadTooFarException
All Implemented Interfaces:
Serializable
Enclosing class:
RecordReaderGenericBase<U,G,A,T>

public static class RecordReaderGenericBase.ReadTooFarException extends RuntimeException
Remove buffering from a channel. As long as the channel is positioned within the buffer's store area it will read from the buffer's store but no longer write to it. After leaving that area, data is read directly from the buffer's supplier
See Also:
  • Constructor Details

    • ReadTooFarException

      public ReadTooFarException()