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