Uses of Class
org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext
Packages that use ExecutionGroupContext
Package
Description
-
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.kernel
Methods in org.apache.shardingsphere.infra.executor.kernel with parameters of type ExecutionGroupContextModifier and TypeMethodDescription<I,O> List<O> ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext, ExecutorCallback<I, O> callback) Execute.<I,O> List<O> ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext, ExecutorCallback<I, O> firstCallback, ExecutorCallback<I, O> callback, boolean serial) Execute. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc with parameters of type ExecutionGroupContextModifier and TypeMethodDescription<T> List<T>JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext, JDBCExecutorCallback<T> callback) Execute.<T> List<T>JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext, JDBCExecutorCallback<T> firstCallback, JDBCExecutorCallback<T> callback) Execute. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx with parameters of type ExecutionGroupContextModifier and TypeMethodDescriptionList<io.vertx.core.Future<ExecuteResult>>VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw with parameters of type ExecutionGroupContextModifier and TypeMethodDescriptionRawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) Execute. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.prepare
Methods in org.apache.shardingsphere.infra.executor.sql.prepare that return ExecutionGroupContextModifier and TypeMethodDescriptionfinal ExecutionGroupContext<T>AbstractExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits) ExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits) Prepare to execute. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.process
Methods in org.apache.shardingsphere.infra.executor.sql.process with parameters of type ExecutionGroupContextModifier and TypeMethodDescriptionstatic booleanExecuteProcessStrategyEvaluator.evaluate(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> context, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ConfigurationProperties props) Evaluate.static voidExecuteProcessEngine.initialize(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ConfigurationProperties props) Initialize. -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.process.model
Constructors in org.apache.shardingsphere.infra.executor.sql.process.model with parameters of type ExecutionGroupContextModifierConstructorDescriptionExecuteProcessContext(String sql, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ExecuteProcessConstants constants) -
Uses of ExecutionGroupContext in org.apache.shardingsphere.infra.executor.sql.process.spi
Methods in org.apache.shardingsphere.infra.executor.sql.process.spi with parameters of type ExecutionGroupContextModifier and TypeMethodDescriptionvoidExecuteProcessReporter.report(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ExecuteProcessConstants constants) Report the summary of this task.