org.apache.hadoop.mapred.MapOutputCollector<K,V>@Private
public class NativeMapOutputCollectorDelegator<K,V>
extends java.lang.Object
implements org.apache.hadoop.mapred.MapOutputCollector<K,V>
| Constructor | Description |
|---|---|
NativeMapOutputCollectorDelegator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
collect(K key,
V value,
int partition) |
|
void |
flush() |
|
void |
init(org.apache.hadoop.mapred.MapOutputCollector.Context context) |
public void collect(K key, V value, int partition) throws java.io.IOException, java.lang.InterruptedException
public void close()
throws java.io.IOException,
java.lang.InterruptedException
public void flush()
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.