Uses of Class
org.apache.flink.fs.gs.GSFileSystemOptions
-
Packages that use GSFileSystemOptions Package Description org.apache.flink.fs.gs.utils org.apache.flink.fs.gs.writer -
-
Uses of GSFileSystemOptions in org.apache.flink.fs.gs.utils
Methods in org.apache.flink.fs.gs.utils with parameters of type GSFileSystemOptions Modifier and Type Method Description static GSBlobIdentifierBlobUtils. getTemporaryBlobIdentifier(GSBlobIdentifier finalBlobIdentifier, UUID temporaryObjectId, GSFileSystemOptions options)Resolves a temporary blob identifier for a provided temporary object id and the provided options.static StringBlobUtils. getTemporaryBucketName(GSBlobIdentifier finalBlobIdentifier, GSFileSystemOptions options)Returns the temporary bucket name. -
Uses of GSFileSystemOptions in org.apache.flink.fs.gs.writer
Constructors in org.apache.flink.fs.gs.writer with parameters of type GSFileSystemOptions Constructor Description GSRecoverableWriter(GSBlobStorage storage, GSFileSystemOptions options)Construct a GS recoverable writer.
-