Package | Description |
---|---|
com.orchestranetworks.addon.daqa |
Provides classes and interfaces required for matching operations.
|
com.orchestranetworks.addon.daqa.crosswalk |
Provides classes and interfaces required for crosswalk operations.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingOperations.exactMatchAtOnceToBeMatched(TableContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Exact match at once operation on To Be Matched state.
|
void |
MatchingOperations.exactMatchAtOnceUnmatched(TableContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Exact match at once operation on Unmatched state.
|
void |
MatchingOperations.executeSurvivorshipOnClusters(TableContext context,
List<Integer> clusters)
Executes survivorship on each cluster sequentially.
|
void |
MatchingOperations.groupAtOnceToBeMatched(TableContext context,
int maximumNumberOfGroups,
boolean cleanMarkers)
Group at once operation on To be matched state.
|
void |
MatchingOperations.groupAtOnceUnmatched(TableContext context,
int maximumNumberOfGroups,
boolean cleanMarkers)
Group at once operation on Unmatched state.
|
void |
MatchingOperations.matchAtOnceFullModeToBeMatched(TableContext context,
int maximumNumberOfMatch,
boolean forceOrphansGolden,
List<MatchingState> statesToTriggerMatching)
Match at once full mode operation on To be matched state.
|
void |
MatchingOperations.matchAtOnceFullModeUnmatched(TableContext context,
int maximumNumberOfMatch,
boolean forceOrphansGolden,
List<MatchingState> statesToTriggerMatching)
Match at once full mode operation on Unmatched state.
|
void |
MatchingOperations.matchAtOnceToBeMatched(TableContext context,
int maximumNumberOfMatch,
boolean cleanMarkers,
List<MatchingState> statesToTriggerMatching)
Match at once operation on To be matched state.
|
void |
MatchingOperations.matchAtOnceToBeMatchedOnGroups(TableContext context,
boolean cleanMarkers,
Set<Integer> groups)
Match at once operation on groups of To be matched records.
|
void |
MatchingOperations.matchAtOnceToBeMatchedParallelMode(TableContext context,
boolean cleanMarkers)
Match at once operation on To Be Matched state with Parallel Mode.
|
void |
MatchingOperations.matchAtOnceUnmatched(TableContext context,
int maximumNumberOfMatch,
boolean cleanMarkers,
List<MatchingState> statesToTriggerMatching)
Match at once operation on Unmatched state.
|
void |
MatchingOperations.matchAtOnceUnmatchedOnGroups(TableContext context,
boolean cleanMarkers,
Set<Integer> groups)
Match at once operation on groups of Unmatched records.
|
void |
MatchingOperations.matchAtOnceUnmatchedParallelMode(TableContext context,
boolean cleanMarkers)
Match at once operation on Unmatched state with Parallel Mode.
|
void |
MatchingOperations.matchSelection(TableContext tableContext,
List<MatchingState> sourceStates,
List<MatchingState> targetStates)
Individually matches each source record in the source states against all target matching states.
|
void |
MatchingOperations.matchSelection(TableContext tableContext,
Set<com.onwbp.adaptation.PrimaryKey> sourceRecords,
List<MatchingState> targetStates)
Individually matches each source record against all target matching states.
|
void |
MatchingOperations.matchSelection(TableContext tableContext,
Set<com.onwbp.adaptation.PrimaryKey> sourceRecords,
Set<com.onwbp.adaptation.PrimaryKey> targetRecords)
Individually matches each source record against all target records.
|
void |
MatchingOperations.purgeAtOnce(TableContext context,
List<MatchingState> states)
Purges, or physically deletes, all records in the specified Matching states.
|
void |
MatchingOperations.removeFromNotSuspectWith(TableContext context,
com.onwbp.adaptation.PrimaryKey primaryKey)
Cleans the reference to this PrimaryKey from the list of not suspect with.
|
void |
MatchingOperations.setAtOnceToBeMatched(TableContext context,
List<MatchingState> statesToReset,
boolean setUnsetRecords)
Set at once To be matched operation on the whole table.
|
void |
MatchingOperations.setAtOnceUnmatched(TableContext context,
List<MatchingState> statesToReset,
boolean setUnsetRecords)
Set at once Unmatched operation on the whole table.
|
Modifier and Type | Method and Description |
---|---|
CrosswalkExecutionResult |
CrosswalkOperations.executeCrosswalk(TableContext context,
CrosswalkContext crosswalkContext)
Executes the Crosswalk operation on a table.
|
CrosswalkExecutionResult |
CrosswalkOperations.executeCrosswalk(TableContext tableContext,
List<com.onwbp.adaptation.AdaptationTable> targetTables)
Executes the Crosswalk operation on a table.
|