| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.rpc | |
| com.alibaba.dubbo.rpc.cluster |
| 限定符和类型 | 方法和说明 |
|---|---|
Invoker<T> |
Exporter.getInvoker()
已过时。
|
Invoker<T> |
Exporter.CompatibleExporter.getInvoker() |
Invoker<?> |
RpcInvocation.getInvoker() |
Invoker<?> |
Invocation.getInvoker()
已过时。
|
Invoker<?> |
Invocation.CompatibleInvocation.getInvoker() |
<T> Invoker<T> |
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
已过时。
|
<T> Invoker<T> |
Protocol.refer(Class<T> aClass,
URL url)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InvokerListener.destroyed(Invoker<?> invoker)
已过时。
|
<T> Exporter<T> |
Protocol.export(Invoker<T> invoker)
已过时。
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker)
已过时。
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker,
boolean generic)
已过时。
|
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
已过时。
|
void |
InvokerListener.referred(Invoker<?> invoker)
已过时。
|
void |
RpcInvocation.setInvoker(Invoker<?> invoker) |
| 构造器和说明 |
|---|
RpcInvocation(Invocation invocation,
Invoker<?> invoker) |
RpcInvocation(String methodName,
Class<?>[] parameterTypes,
Object[] arguments,
Map<String,String> attachments,
Invoker<?> invoker) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Invoker<T> |
Cluster.join(Directory<T> directory)
已过时。
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Invoker<T>> |
Directory.list(Invocation invocation)
已过时。
|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.