Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockWritable

Packages that use HFileBlock.BlockWritable
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
 

Uses of HFileBlock.BlockWritable in org.apache.hadoop.hbase.io.hfile
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileBlock.BlockWritable
 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 © 2013 The Apache Software Foundation. All Rights Reserved.