Uses of Class
org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException
-
Uses of EncoderBufferTooSmallException in org.apache.hadoop.hbase.io.encoding
Modifier and TypeMethodDescriptionprivate int
PrefixKeyDeltaEncoder.decodeKeyValue
(DataInputStream source, ByteBuffer buffer, int prevKeyOffset) protected static void
BufferedDataBlockEncoder.ensureSpace
(ByteBuffer out, int length) Asserts that there is at least the given amount of unfilled space remaining in the given buffer.private void
DiffKeyDeltaEncoder.uncompressSingleKeyValue
(DataInputStream source, ByteBuffer buffer, DiffKeyDeltaEncoder.DiffCompressionState state) private void
FastDiffDeltaEncoder.uncompressSingleKeyValue
(DataInputStream source, ByteBuffer out, FastDiffDeltaEncoder.FastDiffCompressionState state)