-
retryTime
long retryTime
This is the time (in milliseconds since epoch) when to retry the request.
-
failTime
long failTime
This is the time (in milliseconds since epoch) to FAIL if no successful read has yet occurred.
-
failRetryCount
int failRetryCount
This is the number of retries to permit before FAIL. -1 means infinite.
-
abortOnFail
boolean abortOnFail
Should we abort the process if failure condition has been reached?
-
jobInactiveAbort
boolean jobInactiveAbort
True if job inactive abort.