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 intPrefixKeyDeltaEncoder.decodeKeyValue(DataInputStream source, ByteBuffer buffer, int prevKeyOffset) protected static voidBufferedDataBlockEncoder.ensureSpace(ByteBuffer out, int length) Asserts that there is at least the given amount of unfilled space remaining in the given buffer.private voidDiffKeyDeltaEncoder.uncompressSingleKeyValue(DataInputStream source, ByteBuffer buffer, DiffKeyDeltaEncoder.DiffCompressionState state) private voidFastDiffDeltaEncoder.uncompressSingleKeyValue(DataInputStream source, ByteBuffer out, FastDiffDeltaEncoder.FastDiffCompressionState state)