java.io.Closeable, java.lang.AutoCloseable@Private
public class BufferPushee<OK,OV>
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field | Description |
|---|---|---|
static int |
KV_HEADER_LENGTH |
| Constructor | Description |
|---|---|
BufferPushee(java.lang.Class<OK> oKClass,
java.lang.Class<OV> oVClass,
org.apache.hadoop.mapred.RecordWriter<OK,OV> writer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
boolean |
collect(InputBuffer buffer) |
public static final int KV_HEADER_LENGTH
public boolean collect(InputBuffer buffer) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.