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>
IOException
InterruptedException
public void write(K2 key, V2 value) throws IOException, InterruptedException
write
in class org.apache.hadoop.mapreduce.RecordWriter<K2,V2>
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.