| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.cache | |
| com.alibaba.dubbo.cache.support | |
| com.alibaba.dubbo.rpc | |
| com.alibaba.dubbo.rpc.cluster | |
| com.alibaba.dubbo.rpc.support |
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
CacheFactory.getCache(URL url,
Invocation invocation)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
AbstractCacheFactory.getCache(URL url,
Invocation invocation)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Result |
Invoker.invoke(Invocation invocation)
已过时。
|
Result |
Invoker.CompatibleInvoker.invoke(Invocation invocation) |
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
已过时。
|
| 构造器和说明 |
|---|
RpcInvocation(Invocation invocation) |
RpcInvocation(Invocation invocation,
Invoker<?> invoker) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Invoker<T>> |
Directory.list(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)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RpcUtils.attachInvocationIdIfAsync(URL url,
Invocation inv)
Idempotent operation: invocation id will be added in async operation by default
|
static Object[] |
RpcUtils.getArguments(Invocation invocation) |
static Long |
RpcUtils.getInvocationId(Invocation inv) |
static String |
RpcUtils.getMethodName(Invocation invocation) |
static Class<?>[] |
RpcUtils.getParameterTypes(Invocation invocation) |
static Class<?> |
RpcUtils.getReturnType(Invocation invocation) |
static Type[] |
RpcUtils.getReturnTypes(Invocation invocation) |
static boolean |
RpcUtils.isAsync(URL url,
Invocation inv) |
static boolean |
RpcUtils.isOneway(URL url,
Invocation inv) |
static boolean |
RpcUtils.isReturnTypeFuture(Invocation inv) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.