Package org.apache.hadoop.hbase.client
Class FailureInfo
java.lang.Object
org.apache.hadoop.hbase.client.FailureInfo
Keeps track of repeated failures to any region server. Multiple threads manipulate the contents
of this thread. Access to the members is guarded by the concurrent nature of the members
inherently.
-
Field Summary
Modifier and TypeFieldDescription(package private) final AtomicBoolean
(package private) final AtomicLong
(package private) final long
(package private) long
-
Constructor Summary
-
Method Summary
-
Field Details
-
numConsecutiveFailures
-
timeOfFirstFailureMilliSec
-
timeOfLatestAttemptMilliSec
-
exclusivelyRetringInspiteOfFastFail
-
-
Constructor Details
-
FailureInfo
FailureInfo(long firstFailureTime)
-
-
Method Details