public class NoOpRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,FaunusVertex>
| Constructor and Description |
|---|
NoOpRecordWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
write(org.apache.hadoop.io.NullWritable key,
FaunusVertex vertex) |
public final void write(org.apache.hadoop.io.NullWritable key,
FaunusVertex vertex)
throws IOException
write in class org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,FaunusVertex>IOExceptionpublic final void close(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
close in class org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,FaunusVertex>IOExceptionCopyright © 2012–2016. All rights reserved.