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.CollectionInputFormat<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 CollectionInputFormat<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 a collection.
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 
 
Methods inherited from class org.apache.flink.api.common.io.RichInputFormat 
closeInputFormat, getRuntimeContext, openInputFormat, setRuntimeContext 
 
 
 
 
 
Copyright © 2014–2021 The Apache Software Foundation . All rights reserved.