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