Package org.apache.hadoop.streaming.io

Class Summary
IdentifierResolver This class is used to resolve a string identifier into the required IO classes.
InputWriter<K,V> Abstract base for classes that write the client's input.
KeyOnlyTextInputWriter  
KeyOnlyTextOutputReader OutputReader that reads the client's output as text, interpreting each line as a key and outputting NullWritables for values.
OutputReader<K,V> Abstract base for classes that read the client's output.
RawBytesInputWriter InputWriter that writes the client's input as raw bytes.
RawBytesOutputReader OutputReader that reads the client's output as raw bytes.
TextInputWriter InputWriter that writes the client's input as text.
TextOutputReader OutputReader that reads the client's output as text.
TypedBytesInputWriter InputWriter that writes the client's input as typed bytes.
TypedBytesOutputReader OutputReader that reads the client's output as typed bytes.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.