| Package | Description |
|---|---|
| org.apache.hadoop.mapred.nativetask | |
| org.apache.hadoop.mapred.nativetask.buffer | |
| org.apache.hadoop.mapred.nativetask.handlers |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
INativeHandler |
A Handler accept input, and give output can be used to transfer command and data
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
NativeBatchProcessor |
used to create channel, transfer data and command between Java and native
|
| Constructor | Description |
|---|---|
ByteBufferDataWriter(NativeDataTarget handler) |
| Constructor | Description |
|---|---|
BufferPullee(java.lang.Class<IK> iKClass,
java.lang.Class<IV> iVClass,
org.apache.hadoop.mapred.RawKeyValueIterator rIter,
NativeDataTarget target) |
|
BufferPusher(java.lang.Class<K> iKClass,
java.lang.Class<V> iVClass,
NativeDataTarget target) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.