你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RetryingEvent 类
- java.
lang. Object - BaseEvent
- com.
microsoft. azure. storage. RetryingEvent
- com.
public class RetryingEvent extends BaseEvent
表示重试请求时触发的事件。
构造函数摘要
构造函数 | 说明 |
---|---|
RetryingEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult, RetryContext retryContext) |
创建 在重试请求时触发的 类的实例。 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Retry |
getRetryContext()
获取针对存储服务发出的请求重试的上下文。 包括当前重试计数、位置模式和下一个位置。 |
继承成员
BaseEvent.BaseEvent(final OperationContext opContext, final Object connectionObject, final RequestResult requestResult)
BaseEvent.getConnectionObject()
BaseEvent.getOpContext()
BaseEvent.getRequestResult()
构造函数详细信息
RetryingEvent
public RetryingEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult, RetryContext retryContext)
创建 在重试请求时触发的 类的实例。
Parameters:
opContext
- 一个 OperationContext 对象,它一个表示当前操作的上下文。 此对象用于跟踪对存储服务的请求并提供有关操作的其他运行时信息。
connectionObject
- 表示连接对象。 目前仅
java.net.HttpURLConnection
支持作为连接对象。
requestResult
- 表示 RequestResult 当前请求结果的 对象。
retryContext
- 一个 RetryContext 对象,其中包含为此请求执行的重试次数 (包括挂起的重试) 和其他重试信息。
方法详细信息
getRetryContext
public RetryContext getRetryContext()
获取针对存储服务发出的请求重试的上下文。 包括当前重试计数、位置模式和下一个位置。
Returns:
retryCount