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