|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.streaming.io.InputWriter<java.lang.Object,java.lang.Object>
org.apache.hadoop.streaming.io.TypedBytesInputWriter
public class TypedBytesInputWriter
InputWriter that writes the client's input as typed bytes.
Constructor Summary | |
---|---|
TypedBytesInputWriter()
|
Method Summary | |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter. |
void |
writeKey(java.lang.Object key)
Writes an input key. |
void |
writeValue(java.lang.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 TypedBytesInputWriter()
Method Detail |
---|
public void initialize(PipeMapRed pipeMapRed) throws java.io.IOException
InputWriter
initialize
in class InputWriter<java.lang.Object,java.lang.Object>
java.io.IOException
public void writeKey(java.lang.Object key) throws java.io.IOException
InputWriter
writeKey
in class InputWriter<java.lang.Object,java.lang.Object>
java.io.IOException
public void writeValue(java.lang.Object value) throws java.io.IOException
InputWriter
writeValue
in class InputWriter<java.lang.Object,java.lang.Object>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |