Uses of Class
com.google.cloud.storage.ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy
Packages that use ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy
-
Uses of ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy in com.google.cloud.storage
Methods in com.google.cloud.storage that return ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategyModifier and TypeMethodDescriptionParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy.always()Cleanup strategy which will always attempt to clean up part and intermediary compose objects either on success or on error.ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy.never()Cleanup strategy which will never attempt to clean up parts or intermediary compose objects either on success or on error.ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy.onlyOnSuccess()Cleanup strategy which will only attempt to clean up parts and intermediary compose objects either on success.Methods in com.google.cloud.storage with parameters of type ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategyModifier and TypeMethodDescriptionParallelCompositeUploadBlobWriteSessionConfig.withPartCleanupStrategy(ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy partCleanupStrategy) Specify a specific cleanup strategy which will dictate what cleanup operations are performed automatically when performing a parallel composite upload.