Class ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy

java.lang.Object
com.google.cloud.storage.ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy
All Implemented Interfaces:
Serializable
Enclosing class:
ParallelCompositeUploadBlobWriteSessionConfig

@BetaApi @Immutable public abstract static class ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy extends Object implements Serializable
A strategy which dictates how buffers are to be used for individual parts. The chosen strategy will apply to all instances of BlobWriteSession created from a single instance of Storage.
Since:
2.28.0 This new api is in preview and is subject to breaking changes.
See Also: