public class RowOutputFormat.MapRedGfxdRecordWriter extends Object implements org.apache.hadoop.mapred.RecordWriter<Key,VALUE>
RecordWriter implementation for Gemfirexd. The class uses reflection
to identify setter methods in the user provided data class.| Constructor and Description |
|---|
MapRedGfxdRecordWriter(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapred.Reporter reporter) |
void |
write(Key key,
VALUE value) |
public MapRedGfxdRecordWriter(org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic void write(Key key, VALUE value) throws IOException
write in interface org.apache.hadoop.mapred.RecordWriter<Key,VALUE>IOExceptionpublic void close(org.apache.hadoop.mapred.Reporter reporter)
throws IOException
close in interface org.apache.hadoop.mapred.RecordWriter<Key,VALUE>IOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.