Uses of Interface
org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicy
Package
Description
Provides HBase Client
-
Uses of ClientBackoffPolicy in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final ClientBackoffPolicy
AsyncConnectionImpl.backoffPolicy
Modifier and TypeMethodDescription(package private) ClientBackoffPolicy
AsyncConnectionImpl.getBackoffPolicy()
-
Uses of ClientBackoffPolicy in org.apache.hadoop.hbase.client.backoff
Modifier and TypeClassDescriptionstatic class
Default backoff policy that doesn't create any backoff for the client, regardless of loadclass
Simple exponential backoff policy on for the client that uses a percent^4 times the max backoff to generate the backoff time.Modifier and TypeMethodDescriptionstatic ClientBackoffPolicy
ClientBackoffPolicyFactory.create
(org.apache.hadoop.conf.Configuration conf)