接口 Router
-
- 所有超级接口:
Comparable<org.apache.dubbo.rpc.cluster.Router>,org.apache.dubbo.rpc.cluster.Router
@Deprecated public interface Router extends org.apache.dubbo.rpc.cluster.Router
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 intcompareTo(Router o)已过时。default intcompareTo(org.apache.dubbo.rpc.cluster.Router o)已过时。default intgetPriority()已过时。URLgetUrl()已过时。default booleanisForce()已过时。default booleanisRuntime()已过时。<T> List<Invoker<T>>route(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。default <T> List<org.apache.dubbo.rpc.Invoker<T>>route(List<org.apache.dubbo.rpc.Invoker<T>> invokers, org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation)已过时。
-
-
-
方法详细资料
-
getUrl
URL getUrl()
已过时。- 指定者:
getUrl在接口中org.apache.dubbo.rpc.cluster.Router
-
route
<T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
已过时。- 抛出:
RpcException
-
compareTo
int compareTo(Router o)
已过时。
-
route
default <T> List<org.apache.dubbo.rpc.Invoker<T>> route(List<org.apache.dubbo.rpc.Invoker<T>> invokers, org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException
已过时。- 指定者:
route在接口中org.apache.dubbo.rpc.cluster.Router- 抛出:
org.apache.dubbo.rpc.RpcException
-
isRuntime
default boolean isRuntime()
已过时。- 指定者:
isRuntime在接口中org.apache.dubbo.rpc.cluster.Router
-
isForce
default boolean isForce()
已过时。- 指定者:
isForce在接口中org.apache.dubbo.rpc.cluster.Router
-
getPriority
default int getPriority()
已过时。- 指定者:
getPriority在接口中org.apache.dubbo.rpc.cluster.Router
-
compareTo
default int compareTo(org.apache.dubbo.rpc.cluster.Router o)
已过时。- 指定者:
compareTo在接口中Comparable<org.apache.dubbo.rpc.cluster.Router>- 指定者:
compareTo在接口中org.apache.dubbo.rpc.cluster.Router
-
-