Uses of Class
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutionUnit
Packages that use VertxExecutionUnit
Package
Description
-
Uses of VertxExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
Method parameters in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx with type arguments of type VertxExecutionUnitModifier and TypeMethodDescriptionList<io.vertx.core.Future<ExecuteResult>>VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures.Collection<io.vertx.core.Future<ExecuteResult>>VertxExecutorCallback.execute(Collection<VertxExecutionUnit> inputs, boolean isTrunkThread, Map<String, Object> dataMap) -
Uses of VertxExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder that return VertxExecutionUnitModifier and TypeMethodDescriptionPreparedQueryExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorVertxStatementManager statementManager, io.vertx.core.Future<? extends io.vertx.sqlclient.SqlClient> connection, ConnectionMode connectionMode, VertxExecutionContext option)