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.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. 
 

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.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type RowMutations
 void HRegionInterface.mutateRow(byte[] regionName, RowMutations rm)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type RowMutations
 void HRegionServer.mutateRow(byte[] regionName, RowMutations rm)
           
 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.