Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
private List<HFileBlock.BlockWritable> |
HFileWriterImpl.additionalLoadOnOpenData
Additional data items to be written to the "load-on-open" section.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
HFileBlock.Writer.writeBlock(HFileBlock.BlockWritable bw,
org.apache.hadoop.fs.FSDataOutputStream out)
Takes the given
HFileBlock.BlockWritable instance, creates a new block of its appropriate type,
writes the writable into this block, and flushes the block into the output stream. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.