public static class FilterChainBuilder.CopyOfClusterFilterChainNode<T,TYPE extends ClusterInvoker<T>,FILTER extends BaseFilter> extends FilterChainBuilder.CopyOfFilterChainNode<T,TYPE,FILTER> implements ClusterInvoker<T>
| Constructor and Description |
|---|
CopyOfClusterFilterChainNode(TYPE originalInvoker,
Invoker<T> nextNode,
FILTER filter) |
| Modifier and Type | Method and Description |
|---|---|
Directory<T> |
getDirectory() |
org.apache.dubbo.common.URL |
getRegistryUrl() |
boolean |
isDestroyed() |
destroy, getInterface, getOriginalInvoker, getUrl, invoke, isAvailable, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waithasProxyInvokers, isServiceDiscoverydestroyAll, getInterface, invokepublic org.apache.dubbo.common.URL getRegistryUrl()
getRegistryUrl in interface ClusterInvoker<T>public Directory<T> getDirectory()
getDirectory in interface ClusterInvoker<T>public boolean isDestroyed()
isDestroyed in interface ClusterInvoker<T>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.