Uses of Interface
org.apache.flink.fs.gs.storage.GSBlobStorage.WriteChannel
Packages that use GSBlobStorage.WriteChannel
-
Uses of GSBlobStorage.WriteChannel in org.apache.flink.fs.gs.storage
Methods in org.apache.flink.fs.gs.storage that return GSBlobStorage.WriteChannelModifier and TypeMethodDescriptionGSBlobStorage.writeBlob(GSBlobIdentifier blobIdentifier) Creates a write channel with the default chunk size.GSBlobStorage.writeBlob(GSBlobIdentifier blobIdentifier, org.apache.flink.configuration.MemorySize chunkSize) Creates a write channel with the specified chunk size.GSBlobStorageImpl.writeBlob(GSBlobIdentifier blobIdentifier) GSBlobStorageImpl.writeBlob(GSBlobIdentifier blobIdentifier, org.apache.flink.configuration.MemorySize chunkSize)