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
IOException
org.apache.hadoop.io.Writable createRow() throws IOException
IOException
int next(org.apache.hadoop.io.Writable row) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.