Package | Description |
---|---|
org.apache.flink.api.java.io |
Modifier and Type | Class and Description |
---|---|
class |
CollectionInputFormat<T>
An input format that returns objects from a collection.
|
class |
IteratorInputFormat<T>
An input format that returns objects from an iterator.
|
class |
ParallelIteratorInputFormat<T>
An input format that generates data in parallel through a
SplittableIterator . |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.