Class NativeMapOutputCollectorDelegator<K,V>
java.lang.Object
org.apache.hadoop.mapred.nativetask.NativeMapOutputCollectorDelegator<K,V>
- All Implemented Interfaces:
org.apache.hadoop.mapred.MapOutputCollector<K,V>
@Private
public class NativeMapOutputCollectorDelegator<K,V>
extends Object
implements org.apache.hadoop.mapred.MapOutputCollector<K,V>
native map output collector wrapped in Java interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.mapred.MapOutputCollector
org.apache.hadoop.mapred.MapOutputCollector.Context -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NativeMapOutputCollectorDelegator
public NativeMapOutputCollectorDelegator()
-
-
Method Details
-
collect
- Specified by:
collectin interfaceorg.apache.hadoop.mapred.MapOutputCollector<K,V> - Throws:
IOExceptionInterruptedException
-
close
- Specified by:
closein interfaceorg.apache.hadoop.mapred.MapOutputCollector<K,V> - Throws:
IOExceptionInterruptedException
-
flush
- Specified by:
flushin interfaceorg.apache.hadoop.mapred.MapOutputCollector<K,V> - Throws:
IOExceptionInterruptedExceptionClassNotFoundException
-
init
public void init(org.apache.hadoop.mapred.MapOutputCollector.Context context) throws IOException, ClassNotFoundException - Specified by:
initin interfaceorg.apache.hadoop.mapred.MapOutputCollector<K,V> - Throws:
IOExceptionClassNotFoundException
-