T - type of input valueR - type of ShardingSphere rulepublic interface ExecuteGroupDecorator<T,R extends ShardingSphereRule> extends OrderedSPI<R>
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<InputGroup<T>> |
decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
R rule,
Collection<InputGroup<T>> inputGroups)
Decorate input groups.
|
getOrder, getTypeClassCollection<InputGroup<T>> decorate(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, R rule, Collection<InputGroup<T>> inputGroups)
routeContext - route contextrule - ShardingSphere ruleinputGroups - input groups to be decoratedCopyright © 2020 The Apache Software Foundation. All rights reserved.