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
IOException
public boolean hasNext()
public void processNext() throws IOException
IOException
public long getOffset()
public long alignOffset(long offset, long maxLength, boolean sorted) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2019 Actian Corporation. All rights reserved.