Package | Description |
---|---|
org.apache.flink.fs.gs.storage |
Modifier and Type | Method and Description |
---|---|
GSBlobStorage.WriteChannel |
GSBlobStorage.writeBlob(GSBlobIdentifier blobIdentifier)
Creates a write channel with the default chunk size.
|
GSBlobStorage.WriteChannel |
GSBlobStorageImpl.writeBlob(GSBlobIdentifier blobIdentifier) |
GSBlobStorage.WriteChannel |
GSBlobStorage.writeBlob(GSBlobIdentifier blobIdentifier,
MemorySize chunkSize)
Creates a write channel with the specified chunk size.
|
GSBlobStorage.WriteChannel |
GSBlobStorageImpl.writeBlob(GSBlobIdentifier blobIdentifier,
MemorySize chunkSize) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.