| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Field and Description |
|---|---|
protected Map<byte[],List<Action>> |
MultiAction.actions |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiAction.add(byte[] regionName,
Action a)
Add an Action to this container based on it's regionName.
|
int |
Action.compareTo(Action other) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
Action(Action action,
int replicaId)
Creates an action for a particular replica from original action.
|
| Constructor and Description |
|---|
DelayingRunner(long sleepTime,
Map.Entry<byte[],List<Action>> e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestConverter.buildNoDataRegionActions(byte[] regionName,
Iterable<Action> actions,
List<org.apache.hadoop.hbase.CellScannable> cells,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder,
long nonceGroup,
Map<Integer,Integer> rowMutationsIndexMap)
Create a protocol buffer multirequest with NO data for a list of actions (data is carried
otherwise than via protobuf).
|
static void |
RequestConverter.buildRegionActions(byte[] regionName,
List<Action> actions,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder,
long nonceGroup,
Map<Integer,Integer> rowMutationsIndexMap)
Create a protocol buffer multi request for a list of actions.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.