public abstract class AbstractClusterInvoker<T> extends Object implements ClusterInvoker<T>
| 构造器和说明 |
|---|
AbstractClusterInvoker() |
AbstractClusterInvoker(Directory<T> directory) |
AbstractClusterInvoker(Directory<T> directory,
org.apache.dubbo.common.URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
Directory<T> |
getDirectory() |
Class<T> |
getInterface() |
org.apache.dubbo.common.URL |
getRegistryUrl() |
org.apache.dubbo.common.URL |
getUrl() |
Result |
invoke(Invocation invocation) |
boolean |
isAvailable() |
boolean |
isDestroyed() |
String |
toString() |
destroyAllpublic Class<T> getInterface()
getInterface 在接口中 Invoker<T>public org.apache.dubbo.common.URL getUrl()
getUrl 在接口中 org.apache.dubbo.common.Nodepublic org.apache.dubbo.common.URL getRegistryUrl()
getRegistryUrl 在接口中 ClusterInvoker<T>public boolean isAvailable()
isAvailable 在接口中 org.apache.dubbo.common.Nodepublic Directory<T> getDirectory()
getDirectory 在接口中 ClusterInvoker<T>public void destroy()
destroy 在接口中 org.apache.dubbo.common.Nodepublic boolean isDestroyed()
isDestroyed 在接口中 ClusterInvoker<T>public Result invoke(Invocation invocation) throws RpcException
invoke 在接口中 Invoker<T>RpcExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.