public interface RecordReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.io.Writable |
createRow() |
void |
initialize(InputStream in,
org.apache.hadoop.conf.Configuration conf,
Properties tbl) |
int |
next(org.apache.hadoop.io.Writable row)
Returns the number of bytes that we consumed.
|
void initialize(InputStream in, org.apache.hadoop.conf.Configuration conf, Properties tbl) throws IOException
IOExceptionorg.apache.hadoop.io.Writable createRow()
throws IOException
IOExceptionint next(org.apache.hadoop.io.Writable row)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.