Uses of Class
org.apache.hadoop.streaming.io.OutputReader

Packages that use OutputReader
org.apache.hadoop.streaming.io   
 

Uses of OutputReader in org.apache.hadoop.streaming.io
 

Subclasses of OutputReader in org.apache.hadoop.streaming.io
 class KeyOnlyTextOutputReader
          OutputReader that reads the client's output as text, interpreting each line as a key and outputting NullWritables for values.
 class RawBytesOutputReader
          OutputReader that reads the client's output as raw bytes.
 class TextOutputReader
          OutputReader that reads the client's output as text.
 class TypedBytesOutputReader
          OutputReader that reads the client's output as typed bytes.
 

Methods in org.apache.hadoop.streaming.io that return types with arguments of type OutputReader
 Class<? extends OutputReader> IdentifierResolver.getOutputReaderClass()
          Returns the resolved OutputReader class.
 

Method parameters in org.apache.hadoop.streaming.io with type arguments of type OutputReader
protected  void IdentifierResolver.setOutputReaderClass(Class<? extends OutputReader> outputReaderClass)
          Sets the OutputReader class.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.