程序包 | 说明 |
---|---|
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.snapshot |
类和说明 |
---|
HBaseSnapshotException
General exception base class for when a snapshot fails.
|
RestoreSnapshotException
Thrown when a snapshot could not be restored due to a server-side error when restoring it.
|
SnapshotCreationException
Thrown when a snapshot could not be created due to a server-side error when
taking the snapshot.
|
UnknownSnapshotException
Exception thrown when we get a request for a snapshot we don't recognize.
|
类和说明 |
---|
HBaseSnapshotException
General exception base class for when a snapshot fails.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.