类 RestStorageService.RetryController
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.RestStorageService.RetryController
- 封闭类:
RestStorageService
-
字段概要
字段修饰符和类型字段说明private RestStorageService.RetryCounterprivate Exceptionprivate RestStorageService.RetryCounterprivate boolean -
构造器概要
构造器构造器说明RetryController(RestStorageService.RetryCounter errorRetryCounter, RestStorageService.RetryCounter unexpectedErrorRetryCounter, boolean wasRecentlyRedirected) -
方法概要
修饰符和类型方法说明booleanvoidsetLastException(Exception lastException) voidsetWasRecentlyRedirected(boolean wasRecentlyRedirected)
-
字段详细资料
-
errorRetryCounter
-
unexpectedErrorRetryCounter
-
lastException
-
wasRecentlyRedirected
private boolean wasRecentlyRedirected
-
-
构造器详细资料
-
RetryController
public RetryController(RestStorageService.RetryCounter errorRetryCounter, RestStorageService.RetryCounter unexpectedErrorRetryCounter, boolean wasRecentlyRedirected)
-
-
方法详细资料
-
getLastException
-
setLastException
-
getErrorRetryCounter
-
getUnexpectedErrorRetryCounter
-
isWasRecentlyRedirected
public boolean isWasRecentlyRedirected() -
setWasRecentlyRedirected
public void setWasRecentlyRedirected(boolean wasRecentlyRedirected)
-