@InterfaceAudience.Public @InterfaceStability.Stable public class IdentityTableReduce extends MapReduceBase implements TableReduce<ImmutableBytesWritable,Put>
| Constructor and Description | 
|---|
IdentityTableReduce()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
reduce(ImmutableBytesWritable key,
      Iterator<Put> values,
      <any> output,
      Reporter reporter)
No aggregation, output pairs of (key, record) 
 | 
public void reduce(ImmutableBytesWritable key, Iterator<Put> values, <any> output, Reporter reporter) throws IOException
key - values - output - reporter - IOException