public interface DataConsistencyCalculateAlgorithm extends ShardingSphereAlgorithm
| Modifier and Type | Method and Description |
|---|---|
Iterable<DataConsistencyCalculatedResult> |
calculate(DataConsistencyCalculateParameter param)
Calculate data for consistency check.
|
void |
cancel()
Cancel calculation.
|
Collection<String> |
getSupportedDatabaseTypes()
Get supported database types.
|
boolean |
isCanceling()
Is calculation canceling.
|
getPropsIterable<DataConsistencyCalculatedResult> calculate(DataConsistencyCalculateParameter param)
param - data consistency calculate parametervoid cancel()
throws SQLException
SQLException - SQL exception if cancel underlying SQL execution failureboolean isCanceling()
Collection<String> getSupportedDatabaseTypes()
Copyright © 2023 The Apache Software Foundation. All rights reserved.