Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.rest.client |
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 |
---|---|
void |
RemoteHTable.mutateRow(RowMutations rm) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.