| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FailureInfo | 
FastFailInterceptorContext.fInfo  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConcurrentMap<ServerName,FailureInfo> | 
PreemptiveFastFailInterceptor.repeatedFailuresMap  | 
| Modifier and Type | Method and Description | 
|---|---|
FailureInfo | 
FastFailInterceptorContext.getFailureInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FastFailInterceptorContext.setFailureInfo(FailureInfo fInfo)  | 
protected boolean | 
PreemptiveFastFailInterceptor.shouldRetryInspiteOfFastFail(FailureInfo fInfo)
Check to see if the client should try to connnect to the server, inspite of
 knowing that it is in the fast fail mode. 
 | 
private void | 
PreemptiveFastFailInterceptor.updateFailureInfoForServer(ServerName server,
                          FailureInfo fInfo,
                          boolean didTry,
                          boolean couldNotCommunicate,
                          boolean retryDespiteFastFailMode)
This function updates the Failure info for a particular server after the
 attempt to 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.