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