public class MDFMetaDataReader extends Object implements MDFDataReader
Constructor and Description |
---|
MDFMetaDataReader(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
RecordSettable target) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configureMDF(DataSplit split) |
long |
getOffset() |
boolean |
hasNext() |
void |
processNext() |
public MDFMetaDataReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target)
public void configureMDF(DataSplit split) throws IOException
configureMDF
in interface MDFDataReader
IOException
public boolean hasNext()
hasNext
in interface MDFDataReader
public void processNext() throws IOException
processNext
in interface MDFDataReader
IOException
public long getOffset()
getOffset
in interface MDFDataReader
public void close() throws IOException
close
in interface MDFDataReader
IOException
Copyright © 2020 Actian Corporation. All rights reserved.