Interface TableReduce<K extends org.apache.hadoop.io.WritableComparable,V>

Type Parameters:
K - key class
V - value class
All Superinterfaces:
AutoCloseable, Closeable, org.apache.hadoop.io.Closeable, org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Reducer<K,V,ImmutableBytesWritable,Put>
All Known Implementing Classes:
IdentityTableReduce

@Public public interface TableReduce<K extends org.apache.hadoop.io.WritableComparable,V> extends org.apache.hadoop.mapred.Reducer<K,V,ImmutableBytesWritable,Put>
Write a table, sorting by the input key
  • Method Summary

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable

    configure

    Methods inherited from interface org.apache.hadoop.mapred.Reducer

    reduce