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. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
 

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

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

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

Methods in org.apache.hadoop.hbase.protobuf with parameters of type RowMutations
static ClientProtos.MultiRequest RequestConverter.buildMultiRequest(byte[] regionName, RowMutations rowMutations)
          Create a protocol buffer MultiRequest for a row mutations
static ClientProtos.MultiRequest RequestConverter.buildNoDataMultiRequest(byte[] regionName, RowMutations rowMutations, List<CellScannable> cells)
          Create a protocol buffer MultiRequest for row mutations that does not hold data.
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type RowMutations
 void HRegion.mutateRow(RowMutations rm)
           
 

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

Methods in org.apache.hadoop.hbase.rest.client with parameters of type RowMutations
 void RemoteHTable.mutateRow(RowMutations rm)
           
 

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

Methods in org.apache.hadoop.hbase.thrift2 that return RowMutations
static RowMutations ThriftUtilities.rowMutationsFromThrift(TRowMutations in)
          Creates a RowMutations (HBase) from a TRowMutations (Thrift)
 



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