Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileScanner

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

Uses of HFileScanner in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return HFileScanner
 HFileScanner HalfHFileReader.getScanner()
           
 HFileScanner HalfHFileReader.getScanner(boolean cacheBlocks)
           
 

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

Methods in org.apache.hadoop.hbase.io.hfile that return HFileScanner
 HFileScanner HFile.Reader.getScanner()
          Create a Scanner on this file.
 HFileScanner HFile.Reader.getScanner(boolean cacheBlocks)
          Create a Scanner on this file.
 

Uses of HFileScanner in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HFileScanner
 boolean StoreFileGetScan.getStoreFile(HFileScanner scanner, List<KeyValue> result)
          Performs a GET operation on a single StoreFile.
 

Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HFileScanner
StoreFileGetScan(List<HFileScanner> scanners, QueryMatcher matcher)
          Constructor
 



Copyright © 2009 The Apache Software Foundation