Uses of Class
org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException
Packages that use EncoderBufferTooSmallException
-
Uses of EncoderBufferTooSmallException in org.apache.hadoop.hbase.io.encoding
Methods in org.apache.hadoop.hbase.io.encoding that throw EncoderBufferTooSmallExceptionModifier 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)