Class ResultProcessEngineFactory
java.lang.Object
org.apache.shardingsphere.infra.merge.engine.ResultProcessEngineFactory
Result process engine factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<org.apache.shardingsphere.infra.rule.ShardingSphereRule,ResultProcessEngine> getInstances(Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) Got instances of result process engine.
-
Constructor Details
-
ResultProcessEngineFactory
public ResultProcessEngineFactory()
-
-
Method Details
-
getInstances
public static Map<org.apache.shardingsphere.infra.rule.ShardingSphereRule,ResultProcessEngine> getInstances(Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) Got instances of result process engine.- Parameters:
rules- rules- Returns:
- got instances
-