| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.cluster | |
| org.apache.dubbo.rpc.cluster.router.state | |
| org.apache.dubbo.rpc.cluster.router.tag |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StateRouter> |
RouterChain.getStateRouters() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RouterChain.addStateRouters(List<StateRouter> stateRouters) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractStateRouter
The abstract class of StateRoute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StateRouter |
CacheableStateRouterFactory.getRouter(org.apache.dubbo.common.URL url,
RouterChain chain) |
<T> StateRouter |
StateRouterFactory.getRouter(org.apache.dubbo.common.URL url,
RouterChain<T> chain)
Create state router.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
StateRouter.compareTo(StateRouter o) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TagDynamicStateRouter
TagDynamicStateRouter, "application.tag-router"
|
class |
TagStaticStateRouter
TagStaticStateRouter, "application.tag-router"
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.