接口的使用
com.alibaba.dubbo.rpc.Invoker
-
使用Invoker的程序包 程序包 说明 com.alibaba.dubbo.rpc com.alibaba.dubbo.rpc.cluster -
-
com.alibaba.dubbo.rpc中Invoker的使用
实现Invoker的com.alibaba.dubbo.rpc中的类 修饰符和类型 类 说明 static classInvoker.CompatibleInvoker<T>已过时。返回Invoker的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 Invoker<T>Exporter.CompatibleExporter. getInvoker()Invoker<T>Exporter. getInvoker()已过时。Invoker<?>Invocation.CompatibleInvocation. getInvoker()Invoker<?>Invocation. getInvoker()已过时。<T> Invoker<T>ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)已过时。Invoker<?>RpcInvocation. getInvoker()<T> Invoker<T>Protocol. refer(Class<T> aClass, URL url)已过时。参数类型为Invoker的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 voidInvokerListener. destroyed(Invoker<?> invoker)已过时。<T> Exporter<T>Protocol. export(Invoker<T> invoker)已过时。<T> TProxyFactory. getProxy(Invoker<T> invoker)已过时。<T> TProxyFactory. getProxy(Invoker<T> invoker, boolean generic)已过时。ResultFilter. invoke(Invoker<?> invoker, Invocation invocation)已过时。voidInvokerListener. referred(Invoker<?> invoker)已过时。voidRpcInvocation. setInvoker(Invoker<?> invoker)参数类型为Invoker的com.alibaba.dubbo.rpc中的构造器 构造器 说明 RpcInvocation(Invocation invocation, Invoker<?> invoker)RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String,String> attachments, Invoker<?> invoker) -
com.alibaba.dubbo.rpc.cluster中Invoker的使用
返回Invoker的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 <T> Invoker<T>Cluster. join(Directory<T> directory)已过时。<T> Invoker<T>LoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。返回变量类型为Invoker的类型的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<Invoker<T>>Directory. list(Invocation invocation)已过时。<T> List<Invoker<T>>Router. route(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。类型变量类型为Invoker的com.alibaba.dubbo.rpc.cluster中的方法参数 修饰符和类型 方法 说明 <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)已过时。
-