|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputDemuxer
InputDemuxer
dem-ultiplexes the input files into individual input
streams.
Method Summary | |
---|---|
void |
bindTo(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
Bind the InputDemuxer to a particular file. |
org.apache.hadoop.tools.rumen.Pair<String,InputStream> |
getNext()
Get the next |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
void bindTo(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) throws IOException
InputDemuxer
to a particular file.
path
- The path to the file it should bind to.conf
- Configuration
IOException
- Returns true when the binding succeeds. If the file can be read
but is in the wrong format, returns false. IOException is
reserved for read errors.org.apache.hadoop.tools.rumen.Pair<String,InputStream> getNext() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |