| Package | Description |
|---|---|
| org.apache.hadoop.streaming.io |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyOnlyTextInputWriter |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InputWriter> |
IdentifierResolver.getInputWriterClass()
Returns the resolved
InputWriter class. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdentifierResolver.setInputWriterClass(Class<? extends InputWriter> inputWriterClass)
Sets the
InputWriter class. |
Copyright © 2020 Apache Software Foundation. All rights reserved.