Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Field and Description |
---|---|
Map<byte[],List<Action<R>>> |
MultiAction.actions |
Modifier and Type | Method and Description |
---|---|
List<Action<R>> |
MultiAction.allActions() |
Modifier and Type | Method and Description |
---|---|
void |
MultiAction.add(byte[] regionName,
Action<R> a)
Add an Action to this container based on it's regionName.
|
Modifier and Type | Method and Description |
---|---|
static <R> ClientProtos.RegionAction.Builder |
RequestConverter.buildNoDataRegionAction(byte[] regionName,
List<Action<R>> actions,
List<CellScannable> cells,
ClientProtos.RegionAction.Builder regionActionBuilder,
ClientProtos.Action.Builder actionBuilder,
ClientProtos.MutationProto.Builder mutationBuilder)
Create a protocol buffer multirequest with NO data for a list of actions (data is carried
otherwise than via protobuf).
|
static <R> ClientProtos.RegionAction.Builder |
RequestConverter.buildRegionAction(byte[] regionName,
List<Action<R>> actions,
ClientProtos.RegionAction.Builder regionActionBuilder,
ClientProtos.Action.Builder actionBuilder,
ClientProtos.MutationProto.Builder mutationBuilder)
Create a protocol buffer multi request for a list of actions.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.