| 程序包 | 说明 |
|---|---|
| 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.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| 限定符和类型 | 字段和说明 |
|---|---|
Map<byte[],List<Action<R>>> |
MultiAction.actions |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MultiAction.add(byte[] regionName,
Action<R> a)
Add an Action to this container based on it's regionName.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MultiAction.add(byte[] regionName,
List<Action<R>> actionList)
Add an Action to this container based on it's regionName.
|
void |
DelayingRunner.add(Map.Entry<byte[],List<Action<T>>> e) |
| 构造器和说明 |
|---|
Action(Action<R> action,
int replicaId)
Creates an action for a particular replica from original action.
|
| 构造器和说明 |
|---|
DelayingRunner(long sleepTime,
Map.Entry<byte[],List<Action<T>>> e) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.