public final class ShardingSphereAlgorithmFactory extends Object
| 构造器和说明 |
|---|
ShardingSphereAlgorithmFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends ShardingSphereAlgorithm> |
createAlgorithm(AlgorithmConfiguration algorithmConfig,
Class<? extends ShardingSphereAlgorithm> algorithmClass)
Create algorithm.
|
public static <T extends ShardingSphereAlgorithm> T createAlgorithm(AlgorithmConfiguration algorithmConfig, Class<? extends ShardingSphereAlgorithm> algorithmClass)
T - type of algorithmalgorithmConfig - algorithm configurationalgorithmClass - algorithm classCopyright © 2022 The Apache Software Foundation. All rights reserved.