|
||||||||||
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.TextInputWriter
org.apache.hadoop.streaming.io.KeyOnlyTextInputWriter
public class KeyOnlyTextInputWriter
Field Summary |
---|
Fields inherited from class org.apache.hadoop.streaming.io.TextInputWriter |
---|
clientOut |
Constructor Summary | |
---|---|
KeyOnlyTextInputWriter()
|
Method Summary | |
---|---|
void |
writeKey(java.lang.Object key)
Writes an input key. |
void |
writeValue(java.lang.Object value)
Writes an input value. |
Methods inherited from class org.apache.hadoop.streaming.io.TextInputWriter |
---|
initialize, writeUTF8 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyOnlyTextInputWriter()
Method Detail |
---|
public void writeKey(java.lang.Object key) throws java.io.IOException
InputWriter
writeKey
in class TextInputWriter
java.io.IOException
public void writeValue(java.lang.Object value) throws java.io.IOException
InputWriter
writeValue
in class TextInputWriter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |