Package com.alibaba.dubbo.rpc.cluster
Interface Directory<T>
- All Superinterfaces:
org.apache.dubbo.rpc.cluster.Directory<T>,org.apache.dubbo.common.Node
Deprecated.
-
Method Summary
Methods inherited from interface org.apache.dubbo.rpc.cluster.Directory
addDisabledInvoker, addInvalidateInvoker, discordAddresses, getAllInvokers, getConsumerUrl, getInterface, getRouterChain, isDestroyed, isEmpty, isNotificationReceived, isServiceDiscovery, recoverDisabledInvokerMethods inherited from interface org.apache.dubbo.common.Node
destroy, isAvailable
-
Method Details
-
getUrl
URL getUrl()Deprecated.- Specified by:
getUrlin interfaceorg.apache.dubbo.common.Node
-
list
Deprecated.- Throws:
RpcException
-
list
default List<org.apache.dubbo.rpc.Invoker<T>> list(org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException Deprecated.- Specified by:
listin interfaceorg.apache.dubbo.rpc.cluster.Directory<T>- Throws:
org.apache.dubbo.rpc.RpcException
-