|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputWriter | |
---|---|
org.apache.hadoop.streaming.io |
Uses of InputWriter in org.apache.hadoop.streaming.io |
---|
Subclasses of InputWriter in org.apache.hadoop.streaming.io | |
---|---|
class |
RawBytesInputWriter
InputWriter that writes the client's input as raw bytes. |
class |
TextInputWriter
InputWriter that writes the client's input as text. |
class |
TypedBytesInputWriter
InputWriter that writes the client's input as typed bytes. |
Methods in org.apache.hadoop.streaming.io that return types with arguments of type InputWriter | |
---|---|
Class<? extends InputWriter> |
IdentifierResolver.getInputWriterClass()
Returns the resolved InputWriter class. |
Method parameters in org.apache.hadoop.streaming.io with type arguments of type InputWriter | |
---|---|
protected void |
IdentifierResolver.setInputWriterClass(Class<? extends InputWriter> inputWriterClass)
Sets the InputWriter class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |