Uses of Class
org.apache.hadoop.hbase.regionserver.HStore.ScanInfo

Packages that use HStore.ScanInfo
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.regionserver   
 

Uses of HStore.ScanInfo in org.apache.hadoop.hbase.coprocessor.example
 

Methods in org.apache.hadoop.hbase.coprocessor.example that return HStore.ScanInfo
protected  HStore.ScanInfo ZooKeeperScanPolicyObserver.getScanInfo(HStore store, RegionCoprocessorEnvironment e)
           
 

Uses of HStore.ScanInfo in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HStore.ScanInfo
 HStore.ScanInfo HStore.getScanInfo()
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HStore.ScanInfo
ScanQueryMatcher(Scan scan, HStore.ScanInfo scanInfo, NavigableSet<byte[]> columns, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS)
          Construct a QueryMatcher for a scan
StoreScanner(HStore store, HStore.ScanInfo scanInfo, Scan scan, List<? extends KeyValueScanner> scanners, ScanType scanType, long smallestReadPoint, long earliestPutTs)
          Used for major compactions.
StoreScanner(HStore store, HStore.ScanInfo scanInfo, Scan scan, NavigableSet<byte[]> columns)
          Opens a scanner across memstore, snapshot, and all StoreFiles.
 



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