| Package | Description |
|---|---|
| com.alibaba.dubbo.cache | |
| com.alibaba.dubbo.cache.support | |
| com.alibaba.dubbo.rpc | |
| com.alibaba.dubbo.rpc.cluster |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheFactory.getCache(URL url,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
AbstractCacheFactory.getCache(URL url,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Invoker.invoke(Invocation invocation)
Deprecated.
|
Result |
Invoker.CompatibleInvoker.invoke(Invocation invocation) |
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invoker<T>> |
Directory.list(Invocation invocation)
Deprecated.
|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.