public abstract class AbstractColumnMatchedShadowAlgorithm extends Object implements ColumnShadowAlgorithm<Comparable<?>>
| 构造器和说明 |
|---|
AbstractColumnMatchedShadowAlgorithm() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
init(Properties props) |
boolean |
isShadow(PreciseColumnShadowValue<Comparable<?>> shadowValue) |
protected abstract boolean |
matchesShadowValue(Comparable<?> value) |
public void init(Properties props)
init 在接口中 org.apache.shardingsphere.infra.util.spi.lifecycle.SPIPostProcessorpublic final boolean isShadow(PreciseColumnShadowValue<Comparable<?>> shadowValue)
isShadow 在接口中 ColumnShadowAlgorithm<Comparable<?>>protected abstract boolean matchesShadowValue(Comparable<?> value)
Copyright © 2022 The Apache Software Foundation. All rights reserved.