| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOutputFormat<T> |
class |
FileOutputFormat<IT>
The abstract base class for all Rich output formats that are file based.
|
class |
RichOutputFormat<IT>
An abstract stub implementation for Rich output formats.
|
class |
SerializedOutputFormat<T extends IOReadableWritable>
Stores elements by serializing them with their regular serialization/deserialization functionality.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserCodeWrapper<? extends OutputFormat<IN>> |
GenericDataSinkBase.formatWrapper |
| Modifier and Type | Method and Description |
|---|---|
UserCodeWrapper<? extends OutputFormat<IN>> |
GenericDataSinkBase.getFormatWrapper()
Gets the class describing this sinks output format.
|
UserCodeWrapper<? extends OutputFormat<IN>> |
GenericDataSinkBase.getUserCodeWrapper()
Gets the class describing the output format.
|
| Constructor and Description |
|---|
GenericDataSinkBase(OutputFormat<IN> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String name)
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
| Constructor and Description |
|---|
GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String name)
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.