private class MultithreadedTableMapper.SubMapRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<K2,V2>
| Modifier | Constructor and Description | 
|---|---|
| private  | SubMapRecordWriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close(org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
| void | write(K2 key,
     V2 value) | 
private SubMapRecordWriter()
public void close(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
close in class org.apache.hadoop.mapreduce.RecordWriter<K2,V2>IOExceptionInterruptedExceptionpublic void write(K2 key, V2 value) throws IOException, InterruptedException
write in class org.apache.hadoop.mapreduce.RecordWriter<K2,V2>IOExceptionInterruptedExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.