- java.lang.Object
-
- com.pervasive.datarush.operators.io.mdf.MDFRecordReader
-
- All Implemented Interfaces:
MDFDataReader
public class MDFRecordReader extends Object implements MDFDataReader
-
-
Constructor Summary
Constructors Constructor Description MDFRecordReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, RecordSettable target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
configureMDF(DataSplit split)
long
getOffset()
boolean
hasNext()
void
processNext()
-
-
-
Constructor Detail
-
MDFRecordReader
public MDFRecordReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, RecordSettable target)
-
-
Method Detail
-
configureMDF
public void configureMDF(DataSplit split) throws IOException
- Specified by:
configureMDF
in interfaceMDFDataReader
- Throws:
IOException
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceMDFDataReader
-
processNext
public void processNext() throws IOException
- Specified by:
processNext
in interfaceMDFDataReader
- Throws:
IOException
-
getOffset
public long getOffset()
- Specified by:
getOffset
in interfaceMDFDataReader
-
close
public void close() throws IOException
- Specified by:
close
in interfaceMDFDataReader
- Throws:
IOException
-
-