Class VertxExecutor
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
Vert.x executor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.vertx.core.Future<ExecuteResult>>execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures.
-
Constructor Details
-
VertxExecutor
public VertxExecutor()
-
-
Method Details
-
execute
public List<io.vertx.core.Future<ExecuteResult>> execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures.- Parameters:
executionGroupContext- Vert.x execution group contextcallback- callback- Returns:
- futures of execute results
-