Package net.sansa_stack.hadoop.core
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>
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 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
-
ReadTooFarException
public ReadTooFarException()
-