Uses of Enum Class
com.pervasive.datarush.operators.io.mdf.ReadMDF.ExtractionMode
Packages that use ReadMDF.ExtractionMode
-
Uses of ReadMDF.ExtractionMode in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf that return ReadMDF.ExtractionModeModifier and TypeMethodDescriptionReadMDF.getRunMode()Gets the mode that decides what will be extracted from the MDF file.static ReadMDF.ExtractionModeReturns the enum constant of this class with the specified name.static ReadMDF.ExtractionMode[]ReadMDF.ExtractionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.mdf with parameters of type ReadMDF.ExtractionModeModifier and TypeMethodDescriptionvoidReadMDF.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.ExtractionModeModifierConstructorDescriptionMDFFormat(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)