public class MDFRecordReader extends Object
| Constructor and Description |
|---|
MDFRecordReader(MDFUtil.MDFVersion version,
int dataChannel,
long recordId,
boolean convertRaw,
RecordSettable target) |
| Modifier and Type | Method and Description |
|---|---|
long |
alignOffset(long offset,
long maxLength,
boolean sorted) |
void |
close() |
void |
configureMDF(FileClient fileClient,
DataSplit split) |
long |
getOffset() |
boolean |
hasNext() |
void |
processNext() |
public MDFRecordReader(MDFUtil.MDFVersion version, int dataChannel, long recordId, boolean convertRaw, RecordSettable target)
public void configureMDF(FileClient fileClient, DataSplit split) throws IOException
IOExceptionpublic boolean hasNext()
public void processNext()
throws IOException
IOExceptionpublic long getOffset()
public long alignOffset(long offset,
long maxLength,
boolean sorted)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2019 Actian Corporation. All rights reserved.