Uses of Class
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost

Packages that use RegionCoprocessorHost
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.regionserver that return RegionCoprocessorHost
 RegionCoprocessorHost HRegion.getCoprocessorHost()
           
 RegionCoprocessorHost Store.getCoprocessorHost()
           
 RegionCoprocessorHost HStore.getCoprocessorHost()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionCoprocessorHost
 void HRegion.setCoprocessorHost(RegionCoprocessorHost coprocessorHost)
           
 void StoreFileInfo.setRegionCoprocessorHost(RegionCoprocessorHost coprocessorHost)
          Sets the region coprocessor env.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RegionCoprocessorHost
ScanQueryMatcher(Scan scan, ScanInfo scanInfo, NavigableSet<byte[]> columns, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, byte[] dropDeletesFromRow, byte[] dropDeletesToRow, RegionCoprocessorHost regionCoprocessorHost)
          Construct a QueryMatcher for a scan that drop deletes from a limited range of rows.
ScanQueryMatcher(Scan scan, ScanInfo scanInfo, NavigableSet<byte[]> columns, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, RegionCoprocessorHost regionCoprocessorHost)
          Construct a QueryMatcher for a scan
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.