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 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 © 2009 The Apache Software Foundation