public final class ShadowDataNodeBuilder extends Object implements org.apache.shardingsphere.infra.datanode.DataNodeBuilder<ShadowRule>
| Constructor and Description |
|---|
ShadowDataNodeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.shardingsphere.infra.datanode.DataNode> |
build(Collection<org.apache.shardingsphere.infra.datanode.DataNode> dataNodes,
ShadowRule rule) |
int |
getOrder() |
Class<ShadowRule> |
getTypeClass() |
public Collection<org.apache.shardingsphere.infra.datanode.DataNode> build(Collection<org.apache.shardingsphere.infra.datanode.DataNode> dataNodes, ShadowRule rule)
build in interface org.apache.shardingsphere.infra.datanode.DataNodeBuilder<ShadowRule>public int getOrder()
getOrder in interface org.apache.shardingsphere.spi.ordered.OrderedSPI<ShadowRule>public Class<ShadowRule> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.spi.ordered.OrderedSPI<ShadowRule>Copyright © 2022 The Apache Software Foundation. All rights reserved.