public class KuduReader<T> extends Object implements RowReader<T>
CloseableIterator.Empty<E>, CloseableIterator.Wrapper<E>
Constructor and Description |
---|
KuduReader(DataIndexReaderParams dataIndexReaderParams,
KuduOperations operations,
boolean visibilityEnabled) |
KuduReader(ReaderParams<T> readerParams,
KuduOperations operations,
boolean visibilityEnabled) |
KuduReader(RecordReaderParams recordReaderParams,
KuduOperations operations,
boolean visibilityEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
protected void |
initDataIndexScanner() |
protected void |
initRecordScanner() |
protected void |
initScanner() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public KuduReader(ReaderParams<T> readerParams, KuduOperations operations, boolean visibilityEnabled)
public KuduReader(DataIndexReaderParams dataIndexReaderParams, KuduOperations operations, boolean visibilityEnabled)
public KuduReader(RecordReaderParams recordReaderParams, KuduOperations operations, boolean visibilityEnabled)
protected void initScanner()
protected void initDataIndexScanner()
protected void initRecordScanner()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CloseableIterator<T>
Copyright © 2013–2020. All rights reserved.