@Deprecated @PublicEvolving public class IteratorInputFormat<T> extends org.apache.flink.api.common.io.GenericInputFormat<T> implements org.apache.flink.api.common.io.NonParallelInput
| Constructor and Description |
|---|
IteratorInputFormat(Iterator<T> iterator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
nextRecord(T record)
Deprecated.
|
boolean |
reachedEnd()
Deprecated.
|
close, configure, createInputSplits, getInputSplitAssigner, getStatistics, openpublic boolean reachedEnd()
reachedEnd in interface org.apache.flink.api.common.io.InputFormat<T,org.apache.flink.core.io.GenericInputSplit>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.