Class KernelProcessor
java.lang.Object
org.apache.shardingsphere.infra.context.kernel.KernelProcessor
Kernel processor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateExecutionContext(LogicSQL logicSQL, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) Generate execution context.
-
Constructor Details
-
KernelProcessor
public KernelProcessor()
-
-
Method Details
-
generateExecutionContext
public ExecutionContext generateExecutionContext(LogicSQL logicSQL, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) Generate execution context.- Parameters:
logicSQL- logic SQLdatabase- databaseprops- configuration properties- Returns:
- execution context
-