Interface ExecutionPrepareEngine<T>

Type Parameters:
T - type of input value
All Known Implementing Classes:
AbstractExecutionPrepareEngine, DriverExecutionPrepareEngine, RawExecutionPrepareEngine

public interface ExecutionPrepareEngine<T>
Execution prepare engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits)
    Prepare to execute.
  • Method Details