public interface AsyncPrimitiveErrorConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
getContinueOnRetryFailure()
Gets the continue on retry failure.
|
ProcessCasErrors |
getProcessCasErrors()
Gets the process cas errors.
|
Action |
getThresholdAction()
Gets the threshold action.
|
int |
getThresholdCount()
Gets the threshold count.
|
int |
getThresholdWindow()
Gets the threshold window.
|
long |
getTimeout()
Gets the timeout.
|
void |
setContinueOnRetryFailure()
Sets the continue on retry failure.
|
void |
setProcessCasErrors(ProcessCasErrors pce)
Sets the process cas errors.
|
void |
setThresholdAction(Action pa)
Sets the threshold action.
|
void |
setThresholdCount(int threshold)
Sets the threshold count.
|
void |
setThresholdWindow()
Sets the threshold window.
|
void |
setTimeout(long timeout)
Sets the timeout.
|
ProcessCasErrors getProcessCasErrors()
void setProcessCasErrors(ProcessCasErrors pce)
pce
- the new process cas errorslong getTimeout()
void setTimeout(long timeout)
timeout
- the new timeoutint getThresholdCount()
void setThresholdCount(int threshold)
threshold
- the new threshold countboolean getContinueOnRetryFailure()
void setContinueOnRetryFailure()
int getThresholdWindow()
void setThresholdWindow()
Action getThresholdAction()
void setThresholdAction(Action pa)
pa
- the new threshold actionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.