T - type of input valueR - type of ShardingSphere rulepublic interface ExecutionPrepareDecorator<T,R extends ShardingSphereRule>
extends org.apache.shardingsphere.spi.ordered.OrderedSPI<R>
| Modifier and Type | Method and Description |
|---|---|
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.