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