public class FilteredInternalScanner extends Object implements org.apache.hadoop.hbase.regionserver.InternalScanner
| Constructor and Description |
|---|
FilteredInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner internalScanner,
org.apache.tephra.hbase.coprocessor.TransactionProcessor.IncludeInProgressFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
next(List<org.apache.hadoop.hbase.Cell> result,
org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) |
public FilteredInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner internalScanner,
org.apache.tephra.hbase.coprocessor.TransactionProcessor.IncludeInProgressFilter filter)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.hadoop.hbase.regionserver.InternalScannerIOExceptionpublic boolean next(List<org.apache.hadoop.hbase.Cell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) throws IOException
next in interface org.apache.hadoop.hbase.regionserver.InternalScannerIOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.