Exception ParallelCompositeUploadException (2.36.1)

public final class ParallelCompositeUploadException extends ApiException

An exception which provides access to created objects during a Parallel Composite Upload that did not finish successfully.

This exception can occur when calling any method on the java.nio.channels.WritableByteChannel returned from BlobWriteSession#open(), in which case it will be the cause of a StorageException.

Similarly, this exception will be the cause of a java.util.concurrent.CancellationException thrown by the BlobWriteSession#getResult().

Methods

getCreatedObjects()

public ApiFuture<List<BlobId>> getCreatedObjects()

A future list of the BlobIds which were created during the Parallel Composite Upload but may not have successfully been cleaned up.

Returns
TypeDescription
ApiFuture<List<BlobId>>