public class OSSRetryHandler
extends java.lang.Object
Constructor and Description |
---|
OSSRetryHandler(int maxRetryCount) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxRetryCount() |
void |
setMaxRetryCount(int maxRetryCount) |
OSSRetryType |
shouldRetry(java.lang.Exception e,
int currentRetryCount) |
public int getMaxRetryCount()
public void setMaxRetryCount(int maxRetryCount)
public OSSRetryType shouldRetry(java.lang.Exception e, int currentRetryCount)