Uses of Class
org.apache.flink.core.fs.FileSystemKind
-
Packages that use FileSystemKind Package Description org.apache.flink.core.fs org.apache.flink.core.fs.local -
-
Uses of FileSystemKind in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return FileSystemKind Modifier and Type Method Description abstract FileSystemKindFileSystem. getKind()Deprecated.this method is not used anymore.FileSystemKindLimitedConnectionsFileSystem. getKind()FileSystemKindSafetyNetWrapperFileSystem. getKind()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. -
Uses of FileSystemKind in org.apache.flink.core.fs.local
Methods in org.apache.flink.core.fs.local that return FileSystemKind Modifier and Type Method Description FileSystemKindLocalFileSystem. getKind()
-