Uses of Class
org.apache.hadoop.hbase.client.FailureInfo
-
Uses of FailureInfo in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprotected final ConcurrentMap<ServerName,
FailureInfo> PreemptiveFastFailInterceptor.repeatedFailuresMap
Modifier and TypeMethodDescriptionvoid
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