Class HFileBlockDefaultDecodingContext

java.lang.Object
org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
All Implemented Interfaces:
HFileBlockDecodingContext

@Private public class HFileBlockDefaultDecodingContext extends Object implements HFileBlockDecodingContext
A default implementation of HFileBlockDecodingContext. It assumes the block data section is compressed as a whole.
See Also: