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

Packages that use Mutation
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

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

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

Methods in org.apache.hadoop.hbase.client that return Mutation
 Mutation Mutation.setTTL(long ttl)
          Set the TTL desired for the result of the mutation, in milliseconds.
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type Mutation
 List<Mutation> RowMutations.getMutations()
           
 

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

Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type Mutation
 org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation> TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
          Creates a new record writer.
 org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Mutation> MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 

Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type Mutation
 void IdentityTableReducer.reduce(org.apache.hadoop.io.Writable key, Iterable<Mutation> values, org.apache.hadoop.mapreduce.Reducer.Context context)
          Writes each given record, consisting of the row key and the given values, to the configured OutputFormat.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.