public class HoodieFileSliceReader<T extends HoodieRecordPayload> extends Object implements Iterator<HoodieRecord<T>>
| Modifier and Type | Method and Description |
|---|---|
static HoodieFileSliceReader |
getFileSliceReader(Option<HoodieFileReader> baseFileReader,
HoodieMergedLogRecordScanner scanner,
org.apache.avro.Schema schema,
String payloadClass,
String preCombineField,
Option<Pair<String,String>> simpleKeyGenFieldsOpt) |
boolean |
hasNext() |
HoodieRecord<T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static HoodieFileSliceReader getFileSliceReader(Option<HoodieFileReader> baseFileReader, HoodieMergedLogRecordScanner scanner, org.apache.avro.Schema schema, String payloadClass, String preCombineField, Option<Pair<String,String>> simpleKeyGenFieldsOpt) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<HoodieRecord<T extends HoodieRecordPayload>>public HoodieRecord<T> next()
next in interface Iterator<HoodieRecord<T extends HoodieRecordPayload>>Copyright © 2022 The Apache Software Foundation. All rights reserved.