| Package | Description |
|---|---|
| org.apache.dubbo.rpc.cluster | |
| org.apache.dubbo.rpc.cluster.directory |
| Modifier and Type | Method and Description |
|---|---|
static <T> RouterChain<T> |
RouterChain.buildChain(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
RouterChain<T> |
AbstractDirectory.getRouterChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDirectory.setRouterChain(RouterChain<T> routerChain) |
| Constructor and Description |
|---|
AbstractDirectory(org.apache.dubbo.common.URL url,
RouterChain<T> routerChain,
boolean isUrlFromRegistry) |
StaticDirectory(List<Invoker<T>> invokers,
RouterChain<T> routerChain) |
StaticDirectory(org.apache.dubbo.common.URL url,
List<Invoker<T>> invokers,
RouterChain<T> routerChain) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.