@Deprecated @InterfaceAudience.Public public class PreemptiveFastFailException extends ConnectException
| Modifier and Type | Field and Description | 
|---|---|
| private long | failureCountDeprecated.  | 
| private boolean | guaranteedClientSideOnlyDeprecated.  | 
| private static long | serialVersionUIDDeprecated.  | 
| private long | timeOfFirstFailureMilliSecDeprecated.  | 
| private long | timeOfLatestAttemptMilliSecDeprecated.  | 
| 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, toStringprivate 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–2021 The Apache Software Foundation. All rights reserved.