| 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 | Method and Description |
|---|---|
abstract FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite)
Opens an FSDataOutputStream at the indicated Path.
|
abstract FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize)
Opens an FSDataOutputStream at the indicated Path.
|
| 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) |
FSDataOutputStream |
LocalFileSystem.create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.