程序包 | 说明 |
---|---|
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.security.access | |
org.apache.hadoop.hbase.zookeeper |
限定符和类型 | 方法和说明 |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
static void |
HBaseAdmin.available(org.apache.hadoop.conf.Configuration conf)
Is HBase available?
|
boolean |
ClusterConnection.isMasterRunning()
已过时。
this has been deprecated without a replacement
|
限定符和类型 | 方法和说明 |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.zookeeper.ZooKeeper |
ZooKeeperHelper.ensureConnectedZooKeeper(org.apache.zookeeper.ZooKeeper zookeeper,
int timeout)
Ensure passed zookeeper is connected.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.