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