Class DelegatingInternalScanner
java.lang.Object
org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.hadoop.hbase.regionserver.InternalScanner
- Direct Known Subclasses:
TestAvoidCellReferencesIntoShippedBlocks.CompactorInternalScanner
@Private
public class DelegatingInternalScanner
extends Object
implements org.apache.hadoop.hbase.regionserver.InternalScanner
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.regionserver.InternalScanner
-
Constructor Summary
ConstructorDescriptionDelegatingInternalScanner
(org.apache.hadoop.hbase.regionserver.InternalScanner scanner) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.regionserver.InternalScanner
next
-
Field Details
-
scanner
-
-
Constructor Details
-
DelegatingInternalScanner
-
-
Method Details
-
next
public boolean next(List<org.apache.hadoop.hbase.Cell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) throws IOException - Specified by:
next
in interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner
- Throws:
IOException
-