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

Packages that use Mutation
org.apache.hadoop.hbase.client Provides HBase Client 
 

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

Subclasses of Mutation in org.apache.hadoop.hbase.client
 class Delete
          Used to perform Delete operations on a single row.
 class Put
          Used to perform Put operations for a single row.
 



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