Package | Description |
---|---|
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setCleanupMode(Phase.CleanupMode cleanupMode)
Sets the cleanup mode to apply after a phase
completes.
|
Constructor and Description |
---|
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.
|
Phase(Phase.CleanupMode cleanupMode)
Construct a phase with the given configuration.
|
Copyright © 2016 Actian Corporation. All rights reserved.