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 Type
    Method
    Description
    Calculate data for consistency check.

    Methods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm

    getProps

    Methods inherited from interface org.apache.shardingsphere.spi.aware.SPIMetadataAware

    getDescription, getSupportedDatabaseTypes

    Methods inherited from interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor

    init

    Methods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI

    getType, getTypeAliases