Package | Description |
---|---|
org.apache.hadoop.streaming.io |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends OutputReader> |
IdentifierResolver.getOutputReaderClass()
Returns the resolved
OutputReader class. |
Modifier and Type | Method and Description |
---|---|
protected void |
IdentifierResolver.setOutputReaderClass(Class<? extends OutputReader> outputReaderClass)
Sets the
OutputReader class. |
Copyright © 2013 Apache Software Foundation. All rights reserved.