Uses of Class
org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCheckResult
Packages that use DataConsistencyCheckResult
-
Uses of DataConsistencyCheckResult in org.apache.shardingsphere.data.pipeline.api
Methods in org.apache.shardingsphere.data.pipeline.api that return types with arguments of type DataConsistencyCheckResultModifier and TypeMethodDescriptionRuleAlteredJobAPI.dataConsistencyCheck(String jobId) Do data consistency check.RuleAlteredJobAPI.dataConsistencyCheck(String jobId, String algorithmType, Properties algorithmProps) Do data consistency check.RuleAlteredJobAPI.dataConsistencyCheck(RuleAlteredJobConfiguration jobConfig) Do data consistency check.Method parameters in org.apache.shardingsphere.data.pipeline.api with type arguments of type DataConsistencyCheckResultModifier and TypeMethodDescriptionbooleanRuleAlteredJobAPI.aggregateDataConsistencyCheckResults(String jobId, Map<String, DataConsistencyCheckResult> checkResults) Aggregate data consistency check results.