public static class TestCoprocessorScanPolicy.ScanObserver
extends BaseRegionObserver
| Constructor and Description |
|---|
ScanObserver() |
| Modifier and Type | Method and Description |
|---|---|
InternalScanner |
preCompactScannerOpen(<any> c,
Store store,
java.util.List<? extends KeyValueScanner> scanners,
ScanType scanType,
long earliestPutTs,
InternalScanner s) |
InternalScanner |
preFlushScannerOpen(<any> c,
Store store,
KeyValueScanner memstoreScanner,
InternalScanner s) |
void |
prePut(<any> c,
Put put,
WALEdit edit,
Durability durability) |
KeyValueScanner |
preStoreScannerOpen(<any> c,
Store store,
Scan scan,
java.util.NavigableSet<byte[]> targetCols,
KeyValueScanner s) |
public void prePut(<any> c,
Put put,
WALEdit edit,
Durability durability)
throws java.io.IOException
java.io.IOExceptionpublic InternalScanner preFlushScannerOpen(<any> c,
Store store,
KeyValueScanner memstoreScanner,
InternalScanner s)
throws java.io.IOException
java.io.IOExceptionpublic InternalScanner preCompactScannerOpen(<any> c,
Store store,
java.util.List<? extends KeyValueScanner> scanners,
ScanType scanType,
long earliestPutTs,
InternalScanner s)
throws java.io.IOException
java.io.IOExceptionpublic KeyValueScanner preStoreScannerOpen(<any> c,
Store store,
Scan scan,
java.util.NavigableSet<byte[]> targetCols,
KeyValueScanner s)
throws java.io.IOException
java.io.IOException