Package org.apache.flink.state.forst.fs
Class StringifiedForStFileSystem
- java.lang.Object
-
- org.apache.flink.state.forst.fs.StringifiedForStFileSystem
-
public class StringifiedForStFileSystem extends Object
AForStFlinkFileSystemstringifies all the parameters of all methods. This class is used by JNI.
-
-
Constructor Summary
Constructors Constructor Description StringifiedForStFileSystem(ForStFlinkFileSystem fileSystem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferWritableFSDataOutputStreamcreate(String path)booleandelete(String path, boolean recursive)booleanexists(String path)static StringifiedForStFileSystemget(String uri)ForStFileStatusgetFileStatus(String path)intlink(String src, String dst)ForStFileStatus[]listStatus(String path)booleanmkdirs(String path)ByteBufferReadableFSDataInputStreamopen(String path)booleanrename(String src, String dst)
-
-
-
Constructor Detail
-
StringifiedForStFileSystem
public StringifiedForStFileSystem(ForStFlinkFileSystem fileSystem)
-
-
Method Detail
-
get
public static StringifiedForStFileSystem get(String uri) throws IOException
- Throws:
IOException
-
exists
public boolean exists(String path) throws IOException
- Throws:
IOException
-
getFileStatus
public ForStFileStatus getFileStatus(String path) throws IOException
- Throws:
IOException
-
listStatus
public ForStFileStatus[] listStatus(String path) throws IOException
- Throws:
IOException
-
delete
public boolean delete(String path, boolean recursive) throws IOException
- Throws:
IOException
-
mkdirs
public boolean mkdirs(String path) throws IOException
- Throws:
IOException
-
rename
public boolean rename(String src, String dst) throws IOException
- Throws:
IOException
-
open
public ByteBufferReadableFSDataInputStream open(String path) throws IOException
- Throws:
IOException
-
create
public ByteBufferWritableFSDataOutputStream create(String path) throws IOException
- Throws:
IOException
-
link
public int link(String src, String dst) throws IOException
- Throws:
IOException
-
-