Class PutCombiner<K>

java.lang.Object
org.apache.hadoop.mapreduce.Reducer<K,Put,K,Put>
org.apache.hadoop.hbase.mapreduce.PutCombiner<K>

@Public public class PutCombiner<K> extends org.apache.hadoop.mapreduce.Reducer<K,Put,K,Put>
Combine Puts. Merges Put instances grouped by K into a single instance.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer

    org.apache.hadoop.mapreduce.Reducer.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    reduce(K row, Iterable<Put> vals, org.apache.hadoop.mapreduce.Reducer<K,Put,K,Put>.org.apache.hadoop.mapreduce.Reducer.Context context)
     

    Methods inherited from class org.apache.hadoop.mapreduce.Reducer

    cleanup, run, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait