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