Class MergeableClusterInvoker<T>
java.lang.Object
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T>
org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker<T>
- Type Parameters:
T-
- All Implemented Interfaces:
org.apache.dubbo.common.Node,ClusterInvoker<T>,Invoker<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
getDirectory, getRegistryUrl, getUrl, invoke, isDestroyed, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.cluster.ClusterInvoker
hasProxyInvokers, isServiceDiscovery
-
Constructor Details
-
MergeableClusterInvoker
-
-
Method Details
-
getInterface
- Specified by:
getInterfacein interfaceInvoker<T>- Overrides:
getInterfacein classAbstractClusterInvoker<T>
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceorg.apache.dubbo.common.Node- Overrides:
isAvailablein classAbstractClusterInvoker<T>
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.apache.dubbo.common.Node- Overrides:
destroyin classAbstractClusterInvoker<T>
-