Class CRC32MatchDataConsistencyCalculateAlgorithm
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
- All Implemented Interfaces:
DataConsistencyCalculateAlgorithm,ShardingSphereAlgorithm,org.apache.shardingsphere.spi.aware.SPIMetadataAware,org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor,org.apache.shardingsphere.spi.type.typed.TypedSPI
public final class CRC32MatchDataConsistencyCalculateAlgorithm
extends Object
implements DataConsistencyCalculateAlgorithm
CRC32 match data consistency calculate algorithm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate(DataConsistencyCalculateParameter parameter) getType()voidinit(Properties props) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm
getPropsMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getTypeAliases
-
Constructor Details
-
CRC32MatchDataConsistencyCalculateAlgorithm
public CRC32MatchDataConsistencyCalculateAlgorithm()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
-
calculate
- Specified by:
calculatein interfaceDataConsistencyCalculateAlgorithm
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.spi.type.typed.TypedSPI
-
getSupportedDatabaseTypes
- Specified by:
getSupportedDatabaseTypesin interfaceorg.apache.shardingsphere.spi.aware.SPIMetadataAware
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.shardingsphere.spi.aware.SPIMetadataAware
-