public interface MigrationClusterInvoker<T> extends ClusterInvoker<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroyInterfaceInvoker(ClusterInvoker<T> invoker) |
void |
destroyServiceDiscoveryInvoker(ClusterInvoker<?> invoker) |
void |
discardInterfaceInvokerAddress(ClusterInvoker<T> invoker) |
void |
discardServiceDiscoveryInvokerAddress(ClusterInvoker<?> invoker) |
void |
fallbackToInterfaceInvoker() |
MigrationRule |
getMigrationRule() |
AtomicBoolean |
invokersChanged() |
boolean |
isMigrationMultiRegistry() |
boolean |
isServiceInvoker() |
void |
migrateToServiceDiscoveryInvoker(boolean forceMigrate) |
void |
refreshInterfaceInvoker() |
void |
refreshServiceDiscoveryInvoker() |
void |
reRefer(org.apache.dubbo.common.URL newSubscribeUrl) |
void |
setMigrationRule(MigrationRule rule) |
getDirectory, getRegistryUrl, isDestroyeddestroyAll, getInterface, invokeboolean isServiceInvoker()
MigrationRule getMigrationRule()
void setMigrationRule(MigrationRule rule)
void destroyServiceDiscoveryInvoker(ClusterInvoker<?> invoker)
void discardServiceDiscoveryInvokerAddress(ClusterInvoker<?> invoker)
void discardInterfaceInvokerAddress(ClusterInvoker<T> invoker)
void refreshServiceDiscoveryInvoker()
void refreshInterfaceInvoker()
void destroyInterfaceInvoker(ClusterInvoker<T> invoker)
boolean isMigrationMultiRegistry()
void migrateToServiceDiscoveryInvoker(boolean forceMigrate)
void reRefer(org.apache.dubbo.common.URL newSubscribeUrl)
void fallbackToInterfaceInvoker()
AtomicBoolean invokersChanged()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.