public static class LensFileOutputFormat.LensRowWriter extends Object implements org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>
| Constructor and Description | 
|---|
| LensFileOutputFormat.LensRowWriter(DataOutputStream out)Instantiates a new lens row writer. | 
| LensFileOutputFormat.LensRowWriter(DataOutputStream out,
                                  String encoding,
                                  org.apache.hadoop.fs.Path tmpPath,
                                  String extn)Instantiates a new lens row writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close(org.apache.hadoop.mapred.Reporter reporter) | 
| String | getEncoding() | 
| String | getExtn() | 
| org.apache.hadoop.fs.Path | getTmpPath() | 
| void | write(org.apache.hadoop.io.NullWritable key,
     org.apache.hadoop.io.Text value) | 
public LensFileOutputFormat.LensRowWriter(DataOutputStream out, String encoding, org.apache.hadoop.fs.Path tmpPath, String extn)
out - the outencoding - the encodingtmpPath - the tmp pathextn - the extnpublic LensFileOutputFormat.LensRowWriter(DataOutputStream out)
out - the outpublic void write(org.apache.hadoop.io.NullWritable key,
         org.apache.hadoop.io.Text value)
           throws IOException
write in interface org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>IOExceptionpublic void close(org.apache.hadoop.mapred.Reporter reporter)
           throws IOException
close in interface org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>IOExceptionpublic org.apache.hadoop.fs.Path getTmpPath()
public String getExtn()
public String getEncoding()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.