| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Field and Description |
|---|---|
protected FSDataOutputStream |
FileOutputFormat.stream
The stream to which the data is written;
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosingFSDataOutputStream
This class is a
WrappingProxy for FSDataOutputStream that is used to
implement a safety net against unclosed streams. |
class |
FSDataOutputStreamWrapper
Simple forwarding wrapper around
FSDataInputStream |
| Modifier and Type | Field and Description |
|---|---|
protected FSDataOutputStream |
FSDataOutputStreamWrapper.outputStream |
| Modifier and Type | Method and Description |
|---|---|
FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite)
Deprecated.
Use
FileSystem.create(Path, WriteMode) instead. |
abstract FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize)
Deprecated.
Deprecated because not well supported across types of file systems.
Control the behavior of specific file systems via configurations instead.
|
FSDataOutputStream |
SafetyNetWrapperFileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize) |
abstract FSDataOutputStream |
FileSystem.create(Path f,
FileSystem.WriteMode overwriteMode)
Opens an FSDataOutputStream to a new file at the given path.
|
FSDataOutputStream |
SafetyNetWrapperFileSystem.create(Path f,
FileSystem.WriteMode overwrite) |
FSDataOutputStream |
FSDataOutputStreamWrapper.getWrappedDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ClosingFSDataOutputStream |
ClosingFSDataOutputStream.wrapSafe(FSDataOutputStream delegate,
SafetyNetCloseableRegistry registry) |
static ClosingFSDataOutputStream |
ClosingFSDataOutputStream.wrapSafe(FSDataOutputStream delegate,
SafetyNetCloseableRegistry registry,
String debugInfo) |
| Constructor and Description |
|---|
ClosingFSDataOutputStream(FSDataOutputStream delegate,
SafetyNetCloseableRegistry registry) |
FSDataOutputStreamWrapper(FSDataOutputStream outputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDataOutputStream
The
LocalDataOutputStream class is a wrapper class for a data
output stream to the local file system. |
| Modifier and Type | Method and Description |
|---|---|
FSDataOutputStream |
LocalFileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize) |
FSDataOutputStream |
LocalFileSystem.create(Path filePath,
FileSystem.WriteMode overwrite) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.