| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.operators.base |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOutputFormat<T> |
class |
SerializedOutputFormat<T extends IOReadableWritable>
Stores elements by serializing them with their regular serialization/deserialization functionality.
|
| Constructor and Description |
|---|
FileDataSinkBase(FileOutputFormat<IN> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String filePath,
String name)
Creates a FileDataSink with the provided
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path. |
| Constructor and Description |
|---|
FileDataSinkBase(UserCodeWrapper<FileOutputFormat<IN>> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String filePath,
String name)
Creates a FileDataSink with the provided
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.