public interface DataConsistencyCheckAlgorithm extends ShardingSphereAlgorithm, ShardingSphereAlgorithmPostProcessor, org.apache.shardingsphere.spi.singleton.SingletonSPI
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get algorithm description.
|
String |
getProvider()
Get algorithm provider.
|
SingleTableDataCalculator |
getSingleTableDataCalculator(String supportedDatabaseType)
Get single table data calculator.
|
Collection<String> |
getSupportedDatabaseTypes()
Get supported database types.
|
getProps, getType, getTypeAliases, setPropsinitString getDescription()
Collection<String> getSupportedDatabaseTypes()
String getProvider()
SingleTableDataCalculator getSingleTableDataCalculator(String supportedDatabaseType)
supportedDatabaseType - supported database typeCopyright © 2022 The Apache Software Foundation. All rights reserved.