Uses of Class
com.pervasive.datarush.operators.io.mdf.MDFUtil.MDFVersion
-
Packages that use MDFUtil.MDFVersion Package Description com.pervasive.datarush.operators.io.mdf -
-
Uses of MDFUtil.MDFVersion in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf that return MDFUtil.MDFVersion Modifier and Type Method Description MDFUtil.MDFVersion
ReadMDF. getVersion()
Sets the expected MDF versionstatic 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.Methods in com.pervasive.datarush.operators.io.mdf with parameters of type MDFUtil.MDFVersion Modifier and Type Method 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 versionConstructors in com.pervasive.datarush.operators.io.mdf with parameters of type MDFUtil.MDFVersion Constructor 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)
-