Class AbstractStreamingDataConsistencyCalculateAlgorithm

java.lang.Object
org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.AbstractStreamingDataConsistencyCalculateAlgorithm
All Implemented Interfaces:
DataConsistencyCalculateAlgorithm, ShardingSphereAlgorithm, org.apache.shardingsphere.spi.aware.SPIMetadataAware, org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor, org.apache.shardingsphere.spi.type.typed.TypedSPI
Direct Known Subclasses:
DataMatchDataConsistencyCalculateAlgorithm

public abstract class AbstractStreamingDataConsistencyCalculateAlgorithm extends Object implements DataConsistencyCalculateAlgorithm
Streaming data consistency calculate algorithm.