Package org.apache.flink.state.forst.fs
Class ForStFileSystemUtils
- java.lang.Object
-
- org.apache.flink.state.forst.fs.ForStFileSystemUtils
-
public class ForStFileSystemUtils extends Object
Utils for ForStFileSystem.
-
-
Constructor Summary
Constructors Constructor Description ForStFileSystemUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisParentDir(String path, String dir)static booleanisParentDir(org.apache.flink.core.fs.Path path, String dir)static ForStFlinkFileSystemtryDecorate(ForStFlinkFileSystem fileSystem)
-
-
-
Method Detail
-
isParentDir
public static boolean isParentDir(@Nullable org.apache.flink.core.fs.Path path, String dir)
-
tryDecorate
public static ForStFlinkFileSystem tryDecorate(ForStFlinkFileSystem fileSystem)
-
-