| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.core.fs |
| Modifier and Type | Method and Description |
|---|---|
FileSystem.WriteMode |
FileOutputFormat.getWriteMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileOutputFormat.setWriteMode(FileSystem.WriteMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static FileSystem.WriteMode |
FileSystem.WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystem.WriteMode[] |
FileSystem.WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileSystem.initOutPathDistFS(Path outPath,
FileSystem.WriteMode writeMode,
boolean createDirectory)
Initializes output directories on distributed file systems according to the given write mode.
|
boolean |
FileSystem.initOutPathLocalFS(Path outPath,
FileSystem.WriteMode writeMode,
boolean createDirectory)
Initializes output directories on local file systems according to the given write mode.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.