Class ClientBackoffPolicyFactory
java.lang.Object
org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicyFactory
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Default backoff policy that doesn't create any backoff for the client, regardless of load -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientBackoffPolicy
create
(org.apache.hadoop.conf.Configuration conf)
-
Constructor Details
-
ClientBackoffPolicyFactory
private ClientBackoffPolicyFactory()
-
-
Method Details
-
create
-