- evaluate(SQLStatementContext<?>, ExecutionGroupContext<? extends SQLExecutionUnit>, ConfigurationProperties) - Static method in class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessStrategyEvaluator
-
Evaluate.
- execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>) - Method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Execute.
- execute(ExecutionGroupContext<I>, ExecutorCallback<I, O>, ExecutorCallback<I, O>, boolean) - Method in class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
Execute.
- execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.kernel.model.ExecutorCallback
-
Execute.
- execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
-
Execute.
- execute(ExecutionGroupContext<JDBCExecutionUnit>, JDBCExecutorCallback<T>, JDBCExecutorCallback<T>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor
-
Execute.
- execute(Collection<JDBCExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
-
- execute(ExecutionGroupContext<VertxExecutionUnit>, VertxExecutorCallback) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutor
-
Execute group context and return futures.
- execute(Collection<VertxExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
-
- execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawExecutorCallback
-
Execute.
- execute(Collection<RawSQLExecutionUnit>, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback.RawSQLExecutorCallback
-
- execute(ExecutionGroupContext<RawSQLExecutionUnit>, LogicSQL, RawSQLExecutorCallback) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawExecutor
-
Execute.
- ExecuteProcessConstants - Enum in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process constants.
- ExecuteProcessContext - Class in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process context.
- ExecuteProcessContext(String, ExecutionGroupContext<? extends SQLExecutionUnit>, ExecuteProcessConstants) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessContext
-
- ExecuteProcessEngine - Class in org.apache.shardingsphere.infra.executor.sql.process
-
Execute process engine.
- ExecuteProcessEngine() - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessEngine
-
- ExecuteProcessReporter - Interface in org.apache.shardingsphere.infra.executor.sql.process.spi
-
Execute process report.
- ExecuteProcessStrategyEvaluator - Class in org.apache.shardingsphere.infra.executor.sql.process
-
Process strategy evaluator.
- ExecuteProcessStrategyEvaluator() - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.ExecuteProcessStrategyEvaluator
-
- ExecuteProcessUnit - Class in org.apache.shardingsphere.infra.executor.sql.process.model
-
Execute process unit.
- ExecuteProcessUnit(ExecutionUnit, ExecuteProcessConstants) - Constructor for class org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessUnit
-
- ExecuteResult - Interface in org.apache.shardingsphere.infra.executor.sql.execute.result
-
Execute result.
- executeSQL(String, Statement, ConnectionMode) - Method in class org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback
-
- ExecutionContext - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution context.
- ExecutionContext() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContext
-
- ExecutionContextBuilder - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution context builder.
- ExecutionContextBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionContextBuilder
-
- ExecutionGroup<T> - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Execution group.
- ExecutionGroup() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroup
-
- ExecutionGroupContext<T> - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Execution group context.
- ExecutionGroupContext() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext
-
- ExecutionPrepareDecorator<T,R extends ShardingSphereRule> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare
-
Execution prepare decorator.
- ExecutionPrepareEngine<T> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare
-
Execution prepare engine.
- ExecutionUnit - Class in org.apache.shardingsphere.infra.executor.sql.context
-
Execution unit.
- ExecutionUnit() - Constructor for class org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit
-
- ExecutorCallback<I,O> - Interface in org.apache.shardingsphere.infra.executor.kernel.model
-
Grouped callback.
- ExecutorConnectionManager<C> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver
-
Executor connection manager.
- ExecutorDataMap - Class in org.apache.shardingsphere.infra.executor.kernel.model
-
Executor data map for thread local even cross multiple threads.
- ExecutorDataMap() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap
-
- ExecutorEngine - Class in org.apache.shardingsphere.infra.executor.kernel
-
Executor engine.
- ExecutorEngine(int) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine
-
- ExecutorJDBCConnectionManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
Executor JDBC connection manager.
- ExecutorJDBCStatementManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
-
Executor JDBC statement manager.
- ExecutorServiceManager - Class in org.apache.shardingsphere.infra.executor.kernel.thread
-
Executor service manager.
- ExecutorServiceManager(int) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
-
- ExecutorServiceManager(int, String) - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorServiceManager
-
- ExecutorStatementManager<C,R,O extends StorageResourceOption> - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver
-
Executor statement manager.
- ExecutorThreadFactoryBuilder - Class in org.apache.shardingsphere.infra.executor.kernel.thread
-
Executor thread factory builder.
- ExecutorThreadFactoryBuilder() - Constructor for class org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
-
- ExecutorVertxConnectionManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
-
Executor connection manager for Vert.x.
- ExecutorVertxStatementManager - Interface in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
-
Executor statement manager for Vert.x.