| Package | Description |
|---|---|
| com.alibaba.dubbo.rpc | |
| com.alibaba.dubbo.rpc.cluster |
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
Exporter.getInvoker()
Deprecated.
|
Invoker<T> |
Exporter.CompatibleExporter.getInvoker() |
Invoker<?> |
Invocation.getInvoker()
Deprecated.
|
Invoker<?> |
Invocation.CompatibleInvocation.getInvoker() |
<T> Invoker<T> |
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
Deprecated.
|
<T> Invoker<T> |
Protocol.refer(Class<T> aClass,
URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokerListener.destroyed(Invoker<?> invoker)
Deprecated.
|
<T> Exporter<T> |
Protocol.export(Invoker<T> invoker)
Deprecated.
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker)
Deprecated.
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker,
boolean generic)
Deprecated.
|
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
Deprecated.
|
void |
InvokerListener.referred(Invoker<?> invoker)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
Cluster.join(Directory<T> directory)
Deprecated.
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
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.
|
| Modifier and Type | Method and Description |
|---|---|
<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.