Class SQLRouterFactory
java.lang.Object
org.apache.shardingsphere.infra.route.SQLRouterFactory
SQL Router factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstances(Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) Get instances of SQL router.
-
Constructor Details
-
SQLRouterFactory
public SQLRouterFactory()
-
-
Method Details
-
getInstances
public static Map<org.apache.shardingsphere.infra.rule.ShardingSphereRule,SQLRouter> getInstances(Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) Get instances of SQL router.- Parameters:
rules- rules- Returns:
- got instances
-