@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
IOExceptionpublic int load()
         throws IOException
load in interface IDataLoaderIOExceptionpublic void close()
           throws IOException
close in interface IDataLoaderIOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.