Uses of Class
com.pervasive.datarush.operators.io.mdf.ReadMDF.ExtractionMode
-
Packages that use ReadMDF.ExtractionMode Package Description com.pervasive.datarush.operators.io.mdf -
-
Uses of ReadMDF.ExtractionMode in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf that return ReadMDF.ExtractionMode Modifier and Type Method 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.Methods in com.pervasive.datarush.operators.io.mdf with parameters of type ReadMDF.ExtractionMode Modifier and Type Method Description void
ReadMDF. setRunMode(ReadMDF.ExtractionMode runMode)
Sets the mode that will decide what will be extracted from the MDF file.Constructors in com.pervasive.datarush.operators.io.mdf with parameters of type ReadMDF.ExtractionMode Constructor 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)
-