Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Interface and Description |
---|---|
interface |
Admin
The administrative API for HBase.
|
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 |
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.