Uses of Class
org.apache.hadoop.hbase.client.RowMutations

Packages that use RowMutations
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Uses of RowMutations in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type RowMutations
 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.
 

Uses of RowMutations in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type RowMutations
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.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.