程序包 | 说明 |
---|---|
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 . |
限定符和类型 | 接口和说明 |
---|---|
interface |
Admin
The administrative API for HBase.
|
interface |
ClusterConnection
Internal methods on Connection that should not be used by user code.
|
interface |
Connection
A cluster connection encapsulating lower level individual connections to actual servers and
a connection to zookeeper.
|
interface |
Hbck
Hbck fixup tool APIs.
|
限定符和类型 | 类和说明 |
---|---|
static class |
ConnectionUtils.ShortCircuitingClusterConnection
A ClusterConnection that will short-circuit RPC making direct invocations against the localhost
if the invocation target is 'this' server; save on network and protobuf invocations.
|
class |
HBaseAdmin
HBaseAdmin is no longer a client API.
|
class |
HBaseHbck
Use
Connection.getHbck() to obtain an instance of Hbck instead of
constructing an HBaseHbck directly. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.