程序包 | 说明 |
---|---|
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 . |
限定符和类型 | 类和说明 |
---|---|
class |
Append
Performs Append operations on a single row.
|
class |
Delete
Used to perform Delete operations on a single row.
|
class |
Get
Used to perform Get operations on a single row.
|
class |
Increment
Used to perform Increment operations on a single row.
|
class |
Mutation |
class |
OperationWithAttributes |
class |
Put
Used to perform Put operations for a single row.
|
class |
Query
Base class for HBase read operations; e.g.
|
class |
Scan
Used to perform Scan operations.
|
限定符和类型 | 方法和说明 |
---|---|
Attributes |
Attributes.setAttribute(String name,
byte[] value)
Sets an attribute.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.