@InterfaceAudience.Private public class HFileBlockDefaultEncodingContext extends Object implements HFileBlockEncodingContext
HFileBlockEncodingContext
. It will
compress the data section as one continuous buffer.for the decompression part
Constructor and Description |
---|
HFileBlockDefaultEncodingContext(DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext fileContext) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases the compressor this writer uses to compress blocks into the
compressor pool.
|
protected void |
compressAfterEncoding(byte[] uncompressedBytesWithHeader,
BlockType blockType,
byte[] headerBytes) |
void |
compressAfterEncodingWithBlockType(byte[] uncompressedBytesWithHeader,
BlockType blockType) |
BlockType |
getBlockType() |
DataBlockEncoding |
getDataBlockEncoding() |
HFileContext |
getHFileContext() |
byte[] |
getOnDiskBytesWithHeader() |
DataOutputStream |
getOutputStreamForEncoder() |
TagCompressionContext |
getTagCompressionContext() |
byte[] |
getUncompressedBytesWithHeader() |
void |
postEncoding(BlockType blockType)
Do any action that needs to be performed after the encoding.
|
void |
prepareEncoding()
prepare to start a new encoding.
|
void |
setDummyHeader(byte[] headerBytes)
sets the dummy header bytes
|
void |
setTagCompressionContext(TagCompressionContext tagCompressionContext) |
public HFileBlockDefaultEncodingContext(DataBlockEncoding encoding, byte[] headerBytes, HFileContext fileContext)
encoding
- encoding usedheaderBytes
- dummy header bytesfileContext
- HFile meta datapublic void setDummyHeader(byte[] headerBytes)
HFileBlockEncodingContext
setDummyHeader
in interface HFileBlockEncodingContext
public void prepareEncoding() throws IOException
IOException
public void postEncoding(BlockType blockType) throws IOException
HFileBlockEncodingContext
postEncoding
in interface HFileBlockEncodingContext
IOException
public void compressAfterEncodingWithBlockType(byte[] uncompressedBytesWithHeader, BlockType blockType) throws IOException
uncompressedBytesWithHeader
- blockType
- IOException
protected void compressAfterEncoding(byte[] uncompressedBytesWithHeader, BlockType blockType, byte[] headerBytes) throws IOException
uncompressedBytesWithHeader
- blockType
- headerBytes
- IOException
public byte[] getOnDiskBytesWithHeader()
getOnDiskBytesWithHeader
in interface HFileBlockEncodingContext
public byte[] getUncompressedBytesWithHeader()
getUncompressedBytesWithHeader
in interface HFileBlockEncodingContext
public BlockType getBlockType()
getBlockType
in interface HFileBlockEncodingContext
public void close()
close
in interface HFileBlockEncodingContext
public DataOutputStream getOutputStreamForEncoder()
getOutputStreamForEncoder
in interface HFileBlockEncodingContext
public DataBlockEncoding getDataBlockEncoding()
getDataBlockEncoding
in interface HFileBlockEncodingContext
DataBlockEncoding
encoding usedpublic HFileContext getHFileContext()
getHFileContext
in interface HFileBlockEncodingContext
public TagCompressionContext getTagCompressionContext()
public void setTagCompressionContext(TagCompressionContext tagCompressionContext)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.