@InterfaceAudience.Public @InterfaceStability.Evolving public class PreemptiveFastFailException extends ConnectException
| 构造器和说明 |
|---|
PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getFailureCount() |
long |
getFirstFailureAt() |
long |
getLastAttemptAt() |
boolean |
wasOperationAttemptedByServer() |
public PreemptiveFastFailException(long count,
long timeOfFirstFailureMilliSec,
long timeOfLatestAttemptMilliSec,
ServerName serverName)
count - timeOfFirstFailureMilliSec - timeOfLatestAttemptMilliSec - serverName - Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.