|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
HStore.getCoprocessorHost()
|
RegionCoprocessorHost |
HRegion.getCoprocessorHost()
|
RegionCoprocessorHost |
Store.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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||