Uses of Enum Class
com.pervasive.datarush.matching.Phase.CleanupMode
Packages that use Phase.CleanupMode
Package
Description
Provides operators for performing discovering duplicates or links between
records.
-
Uses of Phase.CleanupMode in com.pervasive.datarush.matching
Methods in com.pervasive.datarush.matching that return Phase.CleanupModeModifier and TypeMethodDescriptionPhase.getCleanupMode()Gets the cleanup mode configured for phases.static Phase.CleanupModeReturns the enum constant of this class with the specified name.static Phase.CleanupMode[]Phase.CleanupMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.matching with parameters of type Phase.CleanupModeModifier and TypeMethodDescriptionvoidPhase.setCleanupMode(Phase.CleanupMode cleanupMode) Sets the cleanup mode to apply after a phase completes.Constructors in com.pervasive.datarush.matching with parameters of type Phase.CleanupModeModifierConstructorDescriptionPhase(Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.Phase(List<Comparison> comparisons, Classifier classifier, Filter filter, Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.Phase(List<Comparison> comparisons, List<Classifier> classifiers, Filter filter, Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.