Uses of Class
org.apache.flink.core.fs.FileSystemKind
-
Packages that use FileSystemKind Package Description org.apache.flink.core.fs -
-
Uses of FileSystemKind in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return FileSystemKind Modifier and Type Method Description static FileSystemKindFileSystemKind. 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.
-