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 | Method and Description |
---|---|
void |
HTable.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
|
void |
HTableInterface.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
|
Modifier and Type | Method and Description |
---|---|
static ClientProtos.RegionAction.Builder |
RequestConverter.buildNoDataRegionAction(byte[] regionName,
RowMutations rowMutations,
List<CellScannable> cells,
ClientProtos.RegionAction.Builder regionActionBuilder,
ClientProtos.Action.Builder actionBuilder,
ClientProtos.MutationProto.Builder mutationBuilder)
Create a protocol buffer MultiRequest for row mutations that does not hold data.
|
static ClientProtos.RegionAction.Builder |
RequestConverter.buildRegionAction(byte[] regionName,
RowMutations rowMutations)
Create a protocol buffer MultiRequest for row mutations.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.