Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileBlock

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

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

Methods in org.apache.hadoop.hbase.io.hfile that return HFileBlock
 HFileBlock HFileBlock.Writer.getBlockForCaching()
           
 HFileBlock HFileBlock.BlockIterator.nextBlock()
          Get the next block, or null if there are no more blocks to iterate.
 HFileBlock HFile.CachingBlockReader.readBlock(long offset, long onDiskBlockSize, boolean cacheBlock, boolean pread, boolean isCompaction)
           
 HFileBlock HFileReaderV2.readBlock(long dataBlockOffset, long onDiskBlockSize, boolean cacheBlock, boolean pread, boolean isCompaction)
          Read in a file block.
 HFileBlock HFileReaderV1.readBlock(long offset, long onDiskBlockSize, boolean cacheBlock, boolean pread, boolean isCompaction)
           
 HFileBlock HFileBlock.FSReader.readBlockData(long offset, long onDiskSize, int uncompressedSize, boolean pread)
          Reads the block at the given offset in the file with the given on-disk size and uncompressed size.
 HFileBlock HFileBlock.FSReaderV1.readBlockData(long offset, long onDiskSizeWithMagic, int uncompressedSizeWithMagic, boolean pread)
          Read a version 1 block.
 HFileBlock HFileBlock.FSReaderV2.readBlockData(long offset, long onDiskSizeWithHeaderL, int uncompressedSize, boolean pread)
          Reads a version 2 block.
 HFileBlock HFileBlockIndex.BlockIndexReader.seekToDataBlock(byte[] key, int keyOffset, int keyLength, HFileBlock currentBlock, boolean cacheBlocks, boolean pread, boolean isCompaction)
          Return the data block which contains this key.
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileBlock
 HFileBlock HFileBlockIndex.BlockIndexReader.seekToDataBlock(byte[] key, int keyOffset, int keyLength, HFileBlock currentBlock, boolean cacheBlocks, boolean pread, boolean isCompaction)
          Return the data block which contains this key.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.