- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>
-
- org.apache.flink.api.java.record.io.FileOutputFormat
-
- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.io.CleanupWhenUnsuccessful, org.apache.flink.api.common.io.InitializeOnMaster, org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>
- Direct Known Subclasses:
- CsvOutputFormat, DelimitedOutputFormat
public abstract class FileOutputFormat
extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>
The abstract base class for all output formats that are file based. Contains the logic to open/close the target
file streams.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.api.common.io.FileOutputFormat
org.apache.flink.api.common.io.FileOutputFormat.AbstractConfigBuilder<T>, org.apache.flink.api.common.io.FileOutputFormat.ConfigBuilder, org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
-
Field Summary
-
Fields inherited from class org.apache.flink.api.common.io.FileOutputFormat
FILE_PARAMETER_KEY, outputFilePath, stream
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.io.FileOutputFormat
close, configure, configureFileFormat, getDirectoryFileName, getOutputDirectoryMode, getOutputFilePath, getWriteMode, initializeGlobal, open, setOutputDirectoryMode, setOutputFilePath, setWriteMode, tryCleanupOnError
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.api.common.io.OutputFormat
writeRecord
- Detail:
- Field |
- Constr |
- Method
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.