Class VertxExecutionUnit
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutionUnit
- All Implemented Interfaces:
DriverExecutionUnit<io.vertx.core.Future<io.vertx.sqlclient.PreparedQuery<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>>>>,SQLExecutionUnit
public final class VertxExecutionUnit
extends Object
implements DriverExecutionUnit<io.vertx.core.Future<io.vertx.sqlclient.PreparedQuery<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>>>>
Vert.x execution unit.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.DriverExecutionUnit
getStorageResourceMethods inherited from interface org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
getConnectionMode, getExecutionUnit
-
Constructor Details
-
VertxExecutionUnit
public VertxExecutionUnit()
-