@InterfaceAudience.Public @InterfaceStability.Evolving public class PreemptiveFastFailException extends java.net.ConnectException
| Constructor and Description |
|---|
PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFailureCount() |
long |
getFirstFailureAt() |
long |
getLastAttemptAt() |
boolean |
wasOperationAttemptedByServer() |
public PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName)
count - timeOfFirstFailureMilliSec - timeOfLatestAttemptMilliSec - serverName -