Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
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 |
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.
|
RetryInfo |
RetryNoRetry.evaluate(RetryContext retryContext,
OperationContext operationContext)
Determines whether the operation should be retried and specifies the interval until the next retry.
|
protected RetryInfo |
RetryPolicy.evaluateRetryInfo(RetryContext retryContext,
boolean secondaryNotFound,
long retryInterval)
Determines the
RetryInfo object that indicates whether the next retry will happen in the primary or
secondary location, and specifies the location mode. |
Copyright © 2019. All rights reserved.