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. |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest.client | |
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
Modifier and Type | Method and Description |
---|---|
void |
HTableInterface.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
|
void |
HTable.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)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
HRegion.mutateRow(RowMutations rm) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteHTable.mutateRow(RowMutations rm) |
Modifier and Type | Method and Description |
---|---|
static RowMutations |
ThriftUtilities.rowMutationsFromThrift(TRowMutations in)
Creates a
RowMutations (HBase) from a TRowMutations (Thrift) |
Copyright © 2013 The Apache Software Foundation. All rights reserved.