@InterfaceAudience.Public @InterfaceStability.Evolving public class PreemptiveFastFailException extends 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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PreemptiveFastFailException(long count, long timeOfFirstFailureMilliSec, long timeOfLatestAttemptMilliSec, ServerName serverName)
count
- timeOfFirstFailureMilliSec
- timeOfLatestAttemptMilliSec
- serverName
- Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.