Uses of Class
com.google.cloud.storage.BlobWriteSessionConfig
Packages that use BlobWriteSessionConfig
-
Uses of BlobWriteSessionConfig in com.google.cloud.storage
Subclasses of BlobWriteSessionConfig in com.google.cloud.storageModifier and TypeClassDescriptionclass
final class
There are scenarios in which disk space is more plentiful than memory space.final class
Default Configuration to represent uploading to Google Cloud Storage in a chunked manner.final class
There are scenarios in which disk space is more plentiful than memory space.final class
Immutable config builder to configure BlobWriteSession instances to perform Parallel Composite Uploads.Methods in com.google.cloud.storage that return BlobWriteSessionConfigModifier and TypeMethodDescriptionstatic BlobWriteSessionConfig
BlobWriteSessionConfigs.bufferToTempDirThenUpload()
Create a newBlobWriteSessionConfig
which will first buffer the content of the object to a temporary file underjava.io.tmpdir
.GrpcStorageOptions.GrpcStorageDefaults.getDefaultStorageWriterConfig()
Methods in com.google.cloud.storage with parameters of type BlobWriteSessionConfigModifier and TypeMethodDescriptionGrpcStorageOptions.Builder.setBlobWriteSessionConfig
(@NonNull BlobWriteSessionConfig blobWriteSessionConfig)