Uses of Class
org.apache.hadoop.hbase.client.FailureInfo
Packages that use FailureInfo
-
Uses of FailureInfo in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as FailureInfoFields in org.apache.hadoop.hbase.client with type parameters of type FailureInfoModifier and TypeFieldDescriptionprotected final ConcurrentMap<ServerName,
FailureInfo> PreemptiveFastFailInterceptor.repeatedFailuresMap
Methods in org.apache.hadoop.hbase.client that return FailureInfoMethods in org.apache.hadoop.hbase.client with parameters of type FailureInfoModifier 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