| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.client.backoff | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientBackoffPolicy | ClusterConnection. getBackoffPolicy()Returns the configured client backoff policy | 
| ClientBackoffPolicy | ConnectionImplementation. getBackoffPolicy() | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ClientBackoffPolicyFactory.NoBackoffPolicyDefault backoff policy that doesn't create any backoff for the client, regardless of load | 
| class  | ExponentialClientBackoffPolicySimple exponential backoff policy on for the client that uses a percent^4 times the max backoff
 to generate the backoff time. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientBackoffPolicy | ClientBackoffPolicyFactory. create(org.apache.hadoop.conf.Configuration conf) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.