| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.serialization | |
| 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 | Method and Description |
|---|---|
BulkWriter<T> |
BulkWriter.Factory.create(FSDataOutputStream out)
Creates a writer that writes to the given stream.
|
| 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. |
class |
RecoverableFsDataOutputStream
An output stream to a file system that can be recovered at well defined points.
|
| 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. |
FSDataOutputStream |
LimitedConnectionsFileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize)
Deprecated.
|
FSDataOutputStream |
SafetyNetWrapperFileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize) |
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 |
LimitedConnectionsFileSystem.create(Path f,
FileSystem.WriteMode overwriteMode) |
FSDataOutputStream |
SafetyNetWrapperFileSystem.create(Path f,
FileSystem.WriteMode overwrite) |
abstract FSDataOutputStream |
FileSystem.create(Path f,
FileSystem.WriteMode overwriteMode)
Opens an FSDataOutputStream to a new file at the given path.
|
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 filePath,
FileSystem.WriteMode overwrite) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.