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

Packages that use org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator
Package
Description
Provides implementations of HFile and HFile BlockCache.
  • Uses of org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator in org.apache.hadoop.hbase.io.hfile

    Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator
    HFileBlock.FSReader.blockRange(long startOffset, long endOffset)
    Creates a block iterator over the given portion of the HFile.