Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
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 |
---|---|
void |
HRegionInterface.mutateRow(byte[] regionName,
RowMutations rm) |
Modifier and Type | Method and Description |
---|---|
void |
HRegionServer.mutateRow(byte[] regionName,
RowMutations rm) |
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 © 2014 The Apache Software Foundation. All Rights Reserved.