Uses of Class
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Packages that use RegionCoprocessorHost
Package
Description
-
Uses of RegionCoprocessorHost in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as RegionCoprocessorHostModifier and TypeFieldDescriptionprivate RegionCoprocessorHostHRegion.coprocessorHostprivate RegionCoprocessorHostStoreContext.Builder.coprocessorHostprivate final RegionCoprocessorHostStoreContext.coprocessorHostprivate RegionCoprocessorHostStoreEngine.coprocessorHostprivate RegionCoprocessorHostStoreFileInfo.coprocessorHostMethods in org.apache.hadoop.hbase.regionserver that return RegionCoprocessorHostModifier and TypeMethodDescriptionHRegion.getCoprocessorHost()Returns the coprocessor hostHStore.getCoprocessorHost()StoreContext.getCoprocessorHost()Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionCoprocessorHostModifier and TypeMethodDescriptionvoidHRegion.setCoprocessorHost(RegionCoprocessorHost coprocessorHost) voidStoreFileInfo.setRegionCoprocessorHost(RegionCoprocessorHost coprocessorHost) Sets the region coprocessor env.StoreContext.Builder.withRegionCoprocessorHost(RegionCoprocessorHost coprocessorHost) -
Uses of RegionCoprocessorHost in org.apache.hadoop.hbase.regionserver.querymatcher
Methods in org.apache.hadoop.hbase.regionserver.querymatcher with parameters of type RegionCoprocessorHostModifier and TypeMethodDescriptionstatic CompactionScanQueryMatcherCompactionScanQueryMatcher.create(ScanInfo scanInfo, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, byte[] dropDeletesFromRow, byte[] dropDeletesToRow, RegionCoprocessorHost regionCoprocessorHost) static UserScanQueryMatcherUserScanQueryMatcher.create(Scan scan, ScanInfo scanInfo, NavigableSet<byte[]> columns, long oldestUnexpiredTS, long now, RegionCoprocessorHost regionCoprocessorHost) protected static Pair<DeleteTracker,ColumnTracker> ScanQueryMatcher.getTrackers(RegionCoprocessorHost host, NavigableSet<byte[]> columns, ScanInfo scanInfo, long oldestUnexpiredTS, Scan userScan)