Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockWritable
-
Uses of HFileBlock.BlockWritable in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate List<HFileBlock.BlockWritable>
HFileWriterImpl.additionalLoadOnOpenData
Additional data items to be written to the "load-on-open" section.Modifier and TypeMethodDescription(package private) void
HFileBlock.Writer.writeBlock
(HFileBlock.BlockWritable bw, org.apache.hadoop.fs.FSDataOutputStream out) Takes the givenHFileBlock.BlockWritable
instance, creates a new block of its appropriate type, writes the writable into this block, and flushes the block into the output stream.