| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.cluster.router.state | |
| org.apache.dubbo.rpc.cluster.router.tag |
| 限定符和类型 | 方法和说明 |
|---|---|
BitList<E> |
BitList.intersect(List<E> b,
List<E> totalList) |
<T> BitList<Invoker<T>> |
StateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation)
Filter invokers with current routing rule and only return the invokers that comply with the rule.
|
<T> BitList<Invoker<T>> |
AbstractStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentMap<String,BitList<Invoker<T>>> |
RouterCache.getAddrPool() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> BitList<Invoker<T>> |
StateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation)
Filter invokers with current routing rule and only return the invokers that comply with the rule.
|
<T> BitList<Invoker<T>> |
AbstractStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
<T> Boolean |
AbstractStateRouter.tagMatchFail(BitList<Invoker<T>> invokers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RouterCache.setAddrPool(ConcurrentHashMap<String,BitList<Invoker<T>>> addrPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> BitList<Invoker<T>> |
TagStaticStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> routerCache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
<T> BitList<Invoker<T>> |
TagDynamicStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> BitList<Invoker<T>> |
TagStaticStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> routerCache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
<T> BitList<Invoker<T>> |
TagDynamicStateRouter.route(BitList<Invoker<T>> invokers,
RouterCache<T> cache,
org.apache.dubbo.common.URL url,
Invocation invocation) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.