| Package | Description |
|---|---|
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Method and Description |
|---|---|
FileSystemKind |
LimitedConnectionsFileSystem.getKind() |
FileSystemKind |
SafetyNetWrapperFileSystem.getKind() |
abstract FileSystemKind |
FileSystem.getKind()
Gets a description of the characteristics of this file system.
|
static FileSystemKind |
FileSystemKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemKind[] |
FileSystemKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemKind |
LocalFileSystem.getKind() |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.