| Package | Description |
|---|---|
| org.apache.flink.api.java.record.operators |
| Constructor and Description |
|---|
CollectionDataSource(CollectionInputFormat f,
Collection<?> data,
String name) |
CollectionDataSource(CollectionInputFormat f,
Object... data) |
CollectionDataSource(CollectionInputFormat f,
String name,
Object... data)
Creates a new instance for the given input using the given input format.
|
CollectionDataSource(CollectionInputFormat f,
String name,
Object[][] data) |
CollectionDataSource(CollectionInputFormat f,
T data,
String name) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.