public class BigtableReader<T> extends HBaseReader<T>
CloseableIterator.Empty<E>, CloseableIterator.Wrapper<E>
operations, readerParams, scanner
Constructor and Description |
---|
BigtableReader(ReaderParams<T> readerParams,
HBaseOperations operations) |
BigtableReader(RecordReaderParams recordReaderParams,
HBaseOperations operations) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<T> |
getScanIterator(Iterator<org.apache.hadoop.hbase.client.Result> iterable) |
close, getMultiScanner, hasNext, initRecordScanner, initScanner, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public BigtableReader(ReaderParams<T> readerParams, HBaseOperations operations)
public BigtableReader(RecordReaderParams recordReaderParams, HBaseOperations operations)
protected Iterator<T> getScanIterator(Iterator<org.apache.hadoop.hbase.client.Result> iterable)
getScanIterator
in class HBaseReader<T>
Copyright © 2013–2022. All rights reserved.