org.apache.hadoop.streaming.io
Class KeyOnlyTextInputWriter
java.lang.Object
org.apache.hadoop.streaming.io.InputWriter<Object,Object>
org.apache.hadoop.streaming.io.TextInputWriter
org.apache.hadoop.streaming.io.KeyOnlyTextInputWriter
public class KeyOnlyTextInputWriter
- extends TextInputWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyOnlyTextInputWriter
public KeyOnlyTextInputWriter()
writeKey
public void writeKey(Object key)
throws IOException
- Description copied from class:
InputWriter
- Writes an input key.
- Overrides:
writeKey
in class TextInputWriter
- Throws:
IOException
writeValue
public void writeValue(Object value)
throws IOException
- Description copied from class:
InputWriter
- Writes an input value.
- Overrides:
writeValue
in class TextInputWriter
- Throws:
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.