Package | Description |
---|---|
com.pervasive.datarush.operators.io.mdf |
Modifier and Type | Method and Description |
---|---|
MDFUtil.MDFVersion |
ReadMDF.getVersion()
Sets the expected MDF version
|
static MDFUtil.MDFVersion |
MDFUtil.MDFVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MDFUtil.MDFVersion[] |
MDFUtil.MDFVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.pervasive.datarush.operators.io.mdf.internal.MDF<?> |
MDFUtil.getMDFFileWrapper(MDFUtil.MDFVersion version,
FileClient fileClient,
ByteSource source) |
void |
ReadMDF.setVersion(MDFUtil.MDFVersion version)
Get the expected MDF version
|
Constructor and Description |
---|
MDFAttachmentReader(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
RecordSettable target) |
MDFFormat(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
boolean convertRaw,
ReadMDF.ExtractionMode runMode,
RecordTextSchema<?> schema) |
MDFFormat(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
boolean convertRaw,
ReadMDF.ExtractionMode runMode,
RecordTextSchema<?> schema,
FileMetadata metadata,
boolean splittable) |
MDFMetaDataReader(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
RecordSettable target) |
MDFRecordReader(MDFUtil.MDFVersion version,
int dataGroup,
long recordId,
boolean convertRaw,
RecordSettable target) |
Copyright © 2020 Actian Corporation. All rights reserved.