Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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
ClusterConnection.getHbck() to obtain an instance of Hbck instead of
constructing an HBaseHbck directly. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.