Package | Description |
---|---|
com.pervasive.datarush.operators.io.mdf |
Modifier and Type | Method and Description |
---|---|
ReadMDF.ExtractionMode |
ReadMDF.getRunMode()
Gets the mode that decides what will be extracted from the MDF file.
|
static ReadMDF.ExtractionMode |
ReadMDF.ExtractionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadMDF.ExtractionMode[] |
ReadMDF.ExtractionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadMDF.setRunMode(ReadMDF.ExtractionMode runMode)
Sets the mode that will decide what will be extracted from the MDF file.
|
Constructor and Description |
---|
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) |
Copyright © 2020 Actian Corporation. All rights reserved.