@Deprecated @InterfaceAudience.Public public class PreemptiveFastFailException extends ConnectException
Modifier and Type | Field and Description |
---|---|
private long |
failureCount
Deprecated.
|
private boolean |
guaranteedClientSideOnly
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private long |
timeOfFirstFailureMilliSec
Deprecated.
|
private long |
timeOfLatestAttemptMilliSec
Deprecated.
|
Constructor and Description |
---|
PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName)
Deprecated.
|
PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName,
boolean guaranteedClientSideOnly)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getFailureCount()
Deprecated.
|
long |
getFirstFailureAt()
Deprecated.
|
long |
getLastAttemptAt()
Deprecated.
|
boolean |
isGuaranteedClientSideOnly()
Deprecated.
|
boolean |
wasOperationAttemptedByServer()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private long failureCount
private long timeOfFirstFailureMilliSec
private long timeOfLatestAttemptMilliSec
private boolean guaranteedClientSideOnly
public PreemptiveFastFailException(long count, long timeOfFirstFailureMilliSec, long timeOfLatestAttemptMilliSec, ServerName serverName)
count
- num of consecutive failurestimeOfFirstFailureMilliSec
- when first failure happenedtimeOfLatestAttemptMilliSec
- when last attempt happenedserverName
- server we failed to connect topublic PreemptiveFastFailException(long count, long timeOfFirstFailureMilliSec, long timeOfLatestAttemptMilliSec, ServerName serverName, boolean guaranteedClientSideOnly)
count
- num of consecutive failurestimeOfFirstFailureMilliSec
- when first failure happenedtimeOfLatestAttemptMilliSec
- when last attempt happenedserverName
- server we failed to connect toguaranteedClientSideOnly
- if true, guarantees that no mutations
have been applied on the serverpublic long getFirstFailureAt()
public long getLastAttemptAt()
public long getFailureCount()
public boolean wasOperationAttemptedByServer()
public boolean isGuaranteedClientSideOnly()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.