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