|
||||||||||
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<K,V>
public abstract class InputWriter<K,V>
Abstract base for classes that write the client's input.
Constructor Summary | |
---|---|
InputWriter()
|
Method Summary | |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter. |
abstract void |
writeKey(K key)
Writes an input key. |
abstract void |
writeValue(V 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 InputWriter()
Method Detail |
---|
public void initialize(PipeMapRed pipeMapRed) throws IOException
IOException
public abstract void writeKey(K key) throws IOException
IOException
public abstract void writeValue(V value) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |