public class LogFileIterator<T> extends CachingIterator<HoodieRecord<T>>
nextRecord| Constructor and Description |
|---|
LogFileIterator(HoodieMergedLogRecordScanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected boolean |
doHasNext() |
protected Option<HoodieRecord> |
removeLogRecord(String key) |
hasNext, next, wrap, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapforEachRemaining, removepublic LogFileIterator(HoodieMergedLogRecordScanner scanner)
protected Option<HoodieRecord> removeLogRecord(String key)
protected boolean doHasNext()
doHasNext in class CachingIterator<HoodieRecord<T>>public void close()
Copyright © 2024 The Apache Software Foundation. All rights reserved.