Uses of Class
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Package
Description
-
Uses of RegionCoprocessorHost in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate RegionCoprocessorHost
HRegion.coprocessorHost
private RegionCoprocessorHost
StoreContext.Builder.coprocessorHost
private final RegionCoprocessorHost
StoreContext.coprocessorHost
private RegionCoprocessorHost
StoreEngine.coprocessorHost
private RegionCoprocessorHost
StoreFileInfo.coprocessorHost
Modifier and TypeMethodDescriptionHRegion.getCoprocessorHost()
Returns the coprocessor hostHStore.getCoprocessorHost()
StoreContext.getCoprocessorHost()
Modifier and TypeMethodDescriptionvoid
HRegion.setCoprocessorHost
(RegionCoprocessorHost coprocessorHost) void
StoreFileInfo.setRegionCoprocessorHost
(RegionCoprocessorHost coprocessorHost) Sets the region coprocessor env.StoreContext.Builder.withRegionCoprocessorHost
(RegionCoprocessorHost coprocessorHost) -
Uses of RegionCoprocessorHost in org.apache.hadoop.hbase.regionserver.querymatcher
Modifier and TypeMethodDescriptionstatic CompactionScanQueryMatcher
CompactionScanQueryMatcher.create
(ScanInfo scanInfo, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, byte[] dropDeletesFromRow, byte[] dropDeletesToRow, RegionCoprocessorHost regionCoprocessorHost) static UserScanQueryMatcher
UserScanQueryMatcher.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)