Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
static Flux<ByteBuffer> |
ProgressReporter.addParallelProgressReporting(Flux<ByteBuffer> data,
ProgressReceiver progressReceiver,
Lock lock,
AtomicLong totalProgress)
Adds parallel progress reporting functionality to the given
Flux . |
static Flux<ByteBuffer> |
ProgressReporter.addProgressReporting(Flux<ByteBuffer> data,
ProgressReceiver progressReceiver)
Adds progress reporting functionality to the given
Flux . |
Modifier and Type | Method and Description |
---|---|
ProgressReceiver |
ParallelTransferOptions.getProgressReceiver()
Gets the Progress receiver for parallel reporting
|
Modifier and Type | Method and Description |
---|---|
ParallelTransferOptions |
ParallelTransferOptions.setProgressReceiver(ProgressReceiver progressReceiver)
Sets the
ProgressReceiver . |
Constructor and Description |
---|
ParallelTransferOptions(Integer blockSize,
Integer maxConcurrency,
ProgressReceiver progressReceiver)
Deprecated.
Use fluent interface to set properties instead.
|
ParallelTransferOptions(Integer blockSize,
Integer maxConcurrency,
ProgressReceiver progressReceiver,
Integer maxSingleUploadSize)
Deprecated.
Use fluent interface to set properties instead.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.