IDataLoader@Private public class BufferPullee<IK,IV> extends java.lang.Object implements IDataLoader
BufferPuller| Modifier and Type | Field | Description |
|---|---|---|
static int |
KV_HEADER_LENGTH |
|
protected KVSerializer<IK,IV> |
serializer |
| Constructor | Description |
|---|---|
BufferPullee(java.lang.Class<IK> iKClass,
java.lang.Class<IV> iVClass,
org.apache.hadoop.mapred.RawKeyValueIterator rIter,
NativeDataTarget target) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
int |
load() |
public static final int KV_HEADER_LENGTH
protected KVSerializer<IK,IV> serializer
public BufferPullee(java.lang.Class<IK> iKClass, java.lang.Class<IV> iVClass, org.apache.hadoop.mapred.RawKeyValueIterator rIter, NativeDataTarget target) throws java.io.IOException
java.io.IOExceptionpublic int load()
throws java.io.IOException
load in interface IDataLoaderjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface IDataLoaderjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.