|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.streaming.io.InputWriter<Object,Object> org.apache.hadoop.streaming.io.TextInputWriter
public class TextInputWriter
InputWriter that writes the client's input as text.
Constructor Summary | |
---|---|
TextInputWriter()
|
Method Summary | |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter. |
void |
writeKey(Object key)
Writes an input key. |
void |
writeValue(Object value)
Writes an input value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextInputWriter()
Method Detail |
---|
public void initialize(PipeMapRed pipeMapRed) throws IOException
InputWriter
initialize
in class InputWriter<Object,Object>
IOException
public void writeKey(Object key) throws IOException
InputWriter
writeKey
in class InputWriter<Object,Object>
IOException
public void writeValue(Object value) throws IOException
InputWriter
writeValue
in class InputWriter<Object,Object>
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |