| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
RetryingEvent.getRetryContext()
Gets the context for a retry of a request made against the storage services.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RetryInfo |
RetryPolicy.evaluate(RetryContext retryContext,
OperationContext operationContext)
Determines whether the operation should be retried and specifies the interval until the next retry.
|
RetryInfo |
RetryNoRetry.evaluate(RetryContext retryContext,
OperationContext operationContext)
Determines whether the operation should be retried and specifies the interval until the next retry.
|
RetryInfo |
RetryLinearRetry.evaluate(RetryContext retryContext,
OperationContext operationContext)
Determines whether the operation should be retried and specifies the interval until the next retry.
|
RetryInfo |
RetryExponentialRetry.evaluate(RetryContext retryContext,
OperationContext operationContext)
Determines whether the operation should be retried and specifies the interval until the next retry.
|
| Constructor and Description |
|---|
RetryInfo(RetryContext retryContext)
Initializes a new instance of the
RetryInfo class. |
RetryingEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult,
RetryContext retryContext)
Creates an instance of the
BaseEvent class which is fired when a request is retried. |
Copyright © 2018. All Rights Reserved.