Class BufferPusher<K,V>
java.lang.Object
org.apache.hadoop.mapred.nativetask.handlers.BufferPusher<K,V>
- All Implemented Interfaces:
org.apache.hadoop.mapred.OutputCollector<K,V>
@Private
public class BufferPusher<K,V>
extends Object
implements org.apache.hadoop.mapred.OutputCollector<K,V>
actively push data into a buffer and signal a
BufferPushee to collect it-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BufferPusher
- Throws:
IOException
-
-
Method Details
-
collect
- Throws:
IOException
-
collect
- Specified by:
collectin interfaceorg.apache.hadoop.mapred.OutputCollector<K,V> - Throws:
IOException
-
flush
- Throws:
IOException
-
close
- Throws:
IOException
-