Uses of Interface
org.apache.flink.fs.gs.storage.GSBlobStorage
-
Packages that use GSBlobStorage Package Description org.apache.flink.fs.gs.storage org.apache.flink.fs.gs.writer -
-
Uses of GSBlobStorage in org.apache.flink.fs.gs.storage
Classes in org.apache.flink.fs.gs.storage that implement GSBlobStorage Modifier and Type Class Description classGSBlobStorageImplBlobStorage implementation for Google storage. -
Uses of GSBlobStorage in org.apache.flink.fs.gs.writer
Constructors in org.apache.flink.fs.gs.writer with parameters of type GSBlobStorage Constructor Description GSRecoverableWriter(GSBlobStorage storage, GSFileSystemOptions options)Construct a GS recoverable writer.
-