Interface DataConsistencyCalculateAlgorithm
- All Superinterfaces:
ShardingSphereAlgorithm,org.apache.shardingsphere.spi.aware.SPIMetadataAware,org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor,org.apache.shardingsphere.spi.type.typed.TypedSPI
public interface DataConsistencyCalculateAlgorithm
extends ShardingSphereAlgorithm, org.apache.shardingsphere.spi.aware.SPIMetadataAware
Data consistency calculate algorithm.
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(DataConsistencyCalculateParameter parameter) Calculate data for consistency check.Methods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm
getPropsMethods inherited from interface org.apache.shardingsphere.spi.aware.SPIMetadataAware
getDescription, getSupportedDatabaseTypesMethods inherited from interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
initMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getType, getTypeAliases
-
Method Details
-
calculate
Calculate data for consistency check.- Parameters:
parameter- data consistency calculate parameter- Returns:
- calculated result
-