public class ResumableTaskOption
extends java.lang.Object
Constructor and Description |
---|
ResumableTaskOption() |
Modifier and Type | Method and Description |
---|---|
int |
getAutoRetryTime() |
java.lang.String |
getRecordFileDirectory() |
int |
getThreadNum() |
void |
setAutoRetryTime(int autoRetryTime) |
void |
setRecordFileDirectory(java.lang.String recordFileDirectory) |
void |
setThreadNum(int threadNum) |
public java.lang.String getRecordFileDirectory()
public void setRecordFileDirectory(java.lang.String recordFileDirectory)
public int getThreadNum()
public void setThreadNum(int threadNum)
public int getAutoRetryTime()
public void setAutoRetryTime(int autoRetryTime)