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

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

Deprecated.

@Deprecated
public interface TableReduce<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>
extends org.apache.hadoop.mapred.Reducer<K,V,ImmutableBytesWritable,Put>

Write a table, sorting by the input key


Method Summary
 
Methods inherited from interface org.apache.hadoop.mapred.Reducer
reduce
 
Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable
configure
 
Methods inherited from interface java.io.Closeable
close
 



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