T - type of input valueR - type of ShardingSphere rulepublic interface ExecutionPrepareDecorator<T,R extends ShardingSphereRule>
extends org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<R>
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ExecutionGroup<T>> |
decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
R rule,
Collection<ExecutionGroup<T>> executionGroups)
Decorate execution groups.
|
Collection<ExecutionGroup<T>> decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, R rule, Collection<ExecutionGroup<T>> executionGroups)
routeContext - route contextrule - ShardingSphere ruleexecutionGroups - execution groups to be decoratedCopyright © 2022 The Apache Software Foundation. All rights reserved.