public static class TestMultiTableSnapshotInputFormat.Reducer extends MultiTableInputFormatTestBase.ScanReducer
| Constructor and Description |
|---|
Reducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this stream and releases any system resources associated
with it.
|
void |
configure(JobConf jobConf) |
void |
reduce(ImmutableBytesWritable key,
java.util.Iterator<ImmutableBytesWritable> values,
<any> outputCollector,
Reporter reporter) |
cleanup, cleanup, makeAssertions, reducepublic void reduce(ImmutableBytesWritable key,
java.util.Iterator<ImmutableBytesWritable> values,
<any> outputCollector,
Reporter reporter)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException - if an I/O error occurspublic void configure(JobConf jobConf)