Uses of Class
org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroup
Packages that use ExecutionGroup
Package
Description
-
Uses of ExecutionGroup in org.apache.shardingsphere.infra.executor.sql.prepare
Methods in org.apache.shardingsphere.infra.executor.sql.prepare that return types with arguments of type ExecutionGroupModifier and TypeMethodDescriptionExecutionPrepareDecorator.decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, R rule, Collection<ExecutionGroup<T>> executionGroups) Decorate execution groups.protected abstract List<ExecutionGroup<T>>AbstractExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) Method parameters in org.apache.shardingsphere.infra.executor.sql.prepare with type arguments of type ExecutionGroupModifier and TypeMethodDescriptionExecutionPrepareDecorator.decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, R rule, Collection<ExecutionGroup<T>> executionGroups) Decorate execution groups. -
Uses of ExecutionGroup in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver that return types with arguments of type ExecutionGroupModifier and TypeMethodDescriptionprotected List<ExecutionGroup<T>>DriverExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) -
Uses of ExecutionGroup in org.apache.shardingsphere.infra.executor.sql.prepare.raw
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.raw that return types with arguments of type ExecutionGroupModifier and TypeMethodDescriptionprotected List<ExecutionGroup<RawSQLExecutionUnit>>RawExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode)