Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryExponentialRetry
Represents a retry policy that performs a specified number of retries, using a randomized exponential backoff scheme
to determine the interval between retries.
|
class |
RetryLinearRetry
Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between
retries.
|
class |
RetryNoRetry
Represents a retry policy that performs no retries.
|
class |
RetryPolicy
Abstract class that represents a retry policy.
|
Modifier and Type | Method and Description |
---|---|
RetryPolicyFactory |
RequestOptions.getRetryPolicyFactory()
Gets the retry policy to use for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestOptions.setRetryPolicyFactory(RetryPolicyFactory retryPolicyFactory)
Sets the RetryPolicyFactory object to use for this request.
|
Copyright © 2018. All Rights Reserved.