Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockWritable
Packages that use HFileBlock.BlockWritable
-
Uses of HFileBlock.BlockWritable in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile with type parameters of type HFileBlock.BlockWritableModifier and TypeFieldDescriptionprivate List<HFileBlock.BlockWritable>HFileWriterImpl.additionalLoadOnOpenDataAdditional data items to be written to the "load-on-open" section.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileBlock.BlockWritableModifier and TypeMethodDescription(package private) voidHFileBlock.Writer.writeBlock(HFileBlock.BlockWritable bw, org.apache.hadoop.fs.FSDataOutputStream out) Takes the givenHFileBlock.BlockWritableinstance, creates a new block of its appropriate type, writes the writable into this block, and flushes the block into the output stream.