程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.client.backoff |
限定符和类型 | 方法和说明 |
---|---|
ClientBackoffPolicy |
ClusterConnection.getBackoffPolicy() |
限定符和类型 | 类和说明 |
---|---|
static class |
ClientBackoffPolicyFactory.NoBackoffPolicy
Default backoff policy that doesn't create any backoff for the client, regardless of load
|
class |
ExponentialClientBackoffPolicy
Simple exponential backoff policy on for the client that uses a percent^4 times the
max backoff to generate the backoff time.
|
限定符和类型 | 方法和说明 |
---|---|
static ClientBackoffPolicy |
ClientBackoffPolicyFactory.create(org.apache.hadoop.conf.Configuration conf) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.