Class TestCompactionWithShippingCoprocessor.ShippedObservingScanner
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionWithShippingCoprocessor.ShippedObservingScanner
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.hbase.regionserver.InternalScanner,org.apache.hadoop.hbase.regionserver.Shipper
- Enclosing class:
- TestCompactionWithShippingCoprocessor
public static class TestCompactionWithShippingCoprocessor.ShippedObservingScanner
extends Object
implements org.apache.hadoop.hbase.regionserver.InternalScanner, org.apache.hadoop.hbase.regionserver.Shipper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.regionserver.InternalScanner -
Constructor Summary
ConstructorsConstructorDescriptionShippedObservingScanner(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, waitMethods inherited from interface org.apache.hadoop.hbase.regionserver.InternalScanner
next
-
Field Details
-
scanner
-
-
Constructor Details
-
ShippedObservingScanner
-
-
Method Details
-
next
public boolean next(List<? super org.apache.hadoop.hbase.ExtendedCell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) throws IOException - Specified by:
nextin interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner- Throws:
IOException
-
shipped
- Specified by:
shippedin interfaceorg.apache.hadoop.hbase.regionserver.Shipper- Throws:
IOException
-