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 |
---|---|
class |
ConnectionImplementation
Main implementation of
Connection and ClusterConnection interfaces. |
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.