Package | Description |
---|---|
com.oracle.bmc.objectstorage.transfer |
Modifier and Type | Method and Description |
---|---|
static DownloadConfiguration.Builder |
DownloadConfiguration.builder()
Create a new builder for the
DownloadManager configuration |
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.copy(DownloadConfiguration that)
Copy the values from a
DownloadConfiguration into this builder |
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.executorService(ExecutorService value)
The executor service to use when performing parallel operations.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.initialBackoff(Duration value)
Set the initial backoff before the first retry.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.maxBackoff(Duration value)
Set the maximum backoff between retries.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.maxRetries(int value)
Maximum number of retries to attempt when downloading an object/part.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.multipartDownloadThresholdInBytes(long value)
Objects larger than this size will be downloaded in multiple parts.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.parallelDownloads(int value)
The number of parallel operations to perform when downloading an object in multiple
parts.
|
DownloadConfiguration.Builder |
DownloadConfiguration.Builder.partSizeInBytes(int value)
Set the part size to use when downloading an object in multiple parts.
|
Copyright © 2016–2024. All rights reserved.