@Deprecated @PublicEvolving public class ParallelIteratorInputFormat<T> extends org.apache.flink.api.common.io.GenericInputFormat<T>
SplittableIterator.| Constructor and Description |
|---|
ParallelIteratorInputFormat(org.apache.flink.util.SplittableIterator<T> iterator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
nextRecord(T reuse)
Deprecated.
|
void |
open(org.apache.flink.core.io.GenericInputSplit split)
Deprecated.
|
boolean |
reachedEnd()
Deprecated.
|
close, configure, createInputSplits, getInputSplitAssigner, getStatisticspublic ParallelIteratorInputFormat(org.apache.flink.util.SplittableIterator<T> iterator)
public void open(org.apache.flink.core.io.GenericInputSplit split)
throws IOException
open in interface org.apache.flink.api.common.io.InputFormat<T,org.apache.flink.core.io.GenericInputSplit>open in class org.apache.flink.api.common.io.GenericInputFormat<T>IOExceptionpublic boolean reachedEnd()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.