static interface HFileBlock.BlockWritable
| Modifier and Type | Method and Description | 
|---|---|
| BlockType | getBlockType()The type of block this data should use. | 
| void | writeToBlock(DataOutput out)Writes the block to the provided stream. | 
BlockType getBlockType()
void writeToBlock(DataOutput out) throws IOException
out - a stream to write uncompressed data intoIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.