public class TypedBytesOutputReader extends OutputReader<TypedBytesWritable,TypedBytesWritable>
| Constructor | Description |
|---|---|
TypedBytesOutputReader() |
| Modifier and Type | Method | Description |
|---|---|---|
TypedBytesWritable |
getCurrentKey() |
Returns the current key.
|
TypedBytesWritable |
getCurrentValue() |
Returns the current value.
|
java.lang.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 java.io.IOException
OutputReaderinitialize in class OutputReader<TypedBytesWritable,TypedBytesWritable>java.io.IOExceptionpublic boolean readKeyValue()
throws java.io.IOException
OutputReaderreadKeyValue in class OutputReader<TypedBytesWritable,TypedBytesWritable>java.io.IOExceptionpublic TypedBytesWritable getCurrentKey() throws java.io.IOException
OutputReadergetCurrentKey in class OutputReader<TypedBytesWritable,TypedBytesWritable>java.io.IOExceptionpublic TypedBytesWritable getCurrentValue() throws java.io.IOException
OutputReadergetCurrentValue in class OutputReader<TypedBytesWritable,TypedBytesWritable>java.io.IOExceptionpublic java.lang.String getLastOutput()
OutputReadergetLastOutput in class OutputReader<TypedBytesWritable,TypedBytesWritable>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.