@Deprecated @InterfaceAudience.Public public class PreemptiveFastFailException extends ConnectException
| 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, toStringpublic 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.