public class RawBytesOutputReader extends OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>
| Constructor and Description |
|---|
RawBytesOutputReader() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.BytesWritable |
getCurrentKey()
Returns the current key.
|
org.apache.hadoop.io.BytesWritable |
getCurrentValue()
Returns the current value.
|
String |
getLastOutput()
Returns the last output from the client as a String.
|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the OutputReader.
|
boolean |
readKeyValue()
Read the next key/value pair outputted by the client.
|
public void initialize(PipeMapRed pipeMapRed) throws IOException
OutputReaderinitialize in class OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionpublic boolean readKeyValue()
throws IOException
OutputReaderreadKeyValue in class OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionpublic org.apache.hadoop.io.BytesWritable getCurrentKey()
throws IOException
OutputReadergetCurrentKey in class OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionpublic org.apache.hadoop.io.BytesWritable getCurrentValue()
throws IOException
OutputReadergetCurrentValue in class OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionpublic String getLastOutput()
OutputReadergetLastOutput in class OutputReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>Copyright © 2014 Apache Software Foundation. All Rights Reserved.