Uses of Class
org.apache.flink.fs.gs.GSFileSystemOptions
Packages that use GSFileSystemOptions
-
Uses of GSFileSystemOptions in org.apache.flink.fs.gs.utils
Methods in org.apache.flink.fs.gs.utils with parameters of type GSFileSystemOptionsModifier and TypeMethodDescriptionstatic 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 GSFileSystemOptionsModifierConstructorDescriptionGSRecoverableWriter(GSBlobStorage storage, GSFileSystemOptions options) Construct a GS recoverable writer.