Class BufferPushee<OK,OV>
java.lang.Object
org.apache.hadoop.mapred.nativetask.handlers.BufferPushee<OK,OV>
- All Implemented Interfaces:
Closeable,AutoCloseable
collect data when signaled
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KV_HEADER_LENGTH
public static final int KV_HEADER_LENGTH- See Also:
-
-
Constructor Details
-
BufferPushee
public BufferPushee(Class<OK> oKClass, Class<OV> oVClass, org.apache.hadoop.mapred.RecordWriter<OK, OV> writer) throws IOException- Throws:
IOException
-
-
Method Details
-
collect
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-