Uses of Class
com.pervasive.datarush.matching.Phase.CleanupMode
-
Packages that use Phase.CleanupMode Package Description com.pervasive.datarush.matching 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.CleanupMode Modifier and Type Method Description Phase.CleanupMode
Phase. getCleanupMode()
Gets the cleanup mode configured for phases.static Phase.CleanupMode
Phase.CleanupMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Phase.CleanupMode[]
Phase.CleanupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.matching with parameters of type Phase.CleanupMode Modifier and Type Method Description void
Phase. 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.CleanupMode Constructor Description Phase(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.
-