public class JavaLazyInsertIterable<T> extends HoodieLazyInsertIterable<T>
HoodieLazyInsertIterable.HoodieInsertValueGenResult<R extends org.apache.hudi.common.model.HoodieRecord>areRecordsSorted, hoodieConfig, hoodieTable, idPrefix, instantTime, taskContextSupplier, writeHandleFactoryinputItr| Constructor and Description |
|---|
JavaLazyInsertIterable(Iterator<org.apache.hudi.common.model.HoodieRecord<T>> recordItr,
boolean areRecordsSorted,
HoodieWriteConfig config,
String instantTime,
HoodieTable hoodieTable,
String idPrefix,
org.apache.hudi.common.engine.TaskContextSupplier taskContextSupplier) |
JavaLazyInsertIterable(Iterator<org.apache.hudi.common.model.HoodieRecord<T>> recordItr,
boolean areRecordsSorted,
HoodieWriteConfig config,
String instantTime,
HoodieTable hoodieTable,
String idPrefix,
org.apache.hudi.common.engine.TaskContextSupplier taskContextSupplier,
WriteHandleFactory writeHandleFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WriteStatus> |
computeNext() |
end, getInsertHandler, starthasNext, iterator, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic JavaLazyInsertIterable(Iterator<org.apache.hudi.common.model.HoodieRecord<T>> recordItr, boolean areRecordsSorted, HoodieWriteConfig config, String instantTime, HoodieTable hoodieTable, String idPrefix, org.apache.hudi.common.engine.TaskContextSupplier taskContextSupplier)
public JavaLazyInsertIterable(Iterator<org.apache.hudi.common.model.HoodieRecord<T>> recordItr, boolean areRecordsSorted, HoodieWriteConfig config, String instantTime, HoodieTable hoodieTable, String idPrefix, org.apache.hudi.common.engine.TaskContextSupplier taskContextSupplier, WriteHandleFactory writeHandleFactory)
protected List<WriteStatus> computeNext()
computeNext in class LazyIterableIterator<org.apache.hudi.common.model.HoodieRecord<T>,List<WriteStatus>>Copyright © 2023 The Apache Software Foundation. All rights reserved.