Uses of Class
org.apache.flink.state.forst.fs.ByteBufferWritableFSDataOutputStream
-
Packages that use ByteBufferWritableFSDataOutputStream Package Description org.apache.flink.state.forst.fs -
-
Uses of ByteBufferWritableFSDataOutputStream in org.apache.flink.state.forst.fs
Methods in org.apache.flink.state.forst.fs that return ByteBufferWritableFSDataOutputStream Modifier and Type Method Description ByteBufferWritableFSDataOutputStreamForStFlinkFileSystem. create(org.apache.flink.core.fs.Path path)Create ByteBufferWritableFSDataOutputStream from specific path which supports to write data to ByteBuffer withFileSystem.WriteMode.OVERWRITEmode.ByteBufferWritableFSDataOutputStreamForStFlinkFileSystem. create(org.apache.flink.core.fs.Path path, org.apache.flink.core.fs.FileSystem.WriteMode overwriteMode)
-