JavaScript is disabled on your browser.
java.lang.Object
org.apache.flink.api.common.io.RichInputFormat<OT,org.apache.flink.core.io.GenericInputSplit>
org.apache.flink.api.common.io.GenericInputFormat<T>
org.apache.flink.api.java.io.IteratorInputFormat<T>
All Implemented Interfaces:
Serializable , org.apache.flink.api.common.io.InputFormat<T,org.apache.flink.core.io.GenericInputSplit>, org.apache.flink.api.common.io.NonParallelInput, org.apache.flink.core.io.InputSplitSource<org.apache.flink.core.io.GenericInputSplit>
@PublicEvolving
public class IteratorInputFormat<T>
extends org.apache.flink.api.common.io.GenericInputFormat<T>
implements org.apache.flink.api.common.io.NonParallelInput
An input format that returns objects from an iterator.
See Also:
Serialized Form
Field Summary
Fields inherited from class org.apache.flink.api.common.io.GenericInputFormat
partitionNumber
Method Summary
Methods inherited from class org.apache.flink.api.common.io.GenericInputFormat
close, configure, createInputSplits, getInputSplitAssigner, getStatistics, open
Methods inherited from class org.apache.flink.api.common.io.RichInputFormat
closeInputFormat, getRuntimeContext, openInputFormat, setRuntimeContext
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2014–2021 The Apache Software Foundation . All rights reserved.