接口 MigrationClusterInvoker<T>
-
- 类型参数:
T-
- 所有超级接口:
ClusterInvoker<T>,Invoker<T>,Node
public interface MigrationClusterInvoker<T> extends ClusterInvoker<T>
FIXME, some methods need to be further optimized.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MigrationRulegetMigrationRule()MigrationStepgetMigrationStep()booleanisServiceDiscovery()voidmigrateToApplicationFirstInvoker(MigrationRule newRule)booleanmigrateToForceApplicationInvoker(MigrationRule newRule)booleanmigrateToForceInterfaceInvoker(MigrationRule newRule)voidreRefer(URL newSubscribeUrl)voidsetMigrationRule(MigrationRule rule)voidsetMigrationStep(MigrationStep step)-
从接口继承的方法 org.apache.dubbo.rpc.cluster.ClusterInvoker
getDirectory, getRegistryUrl, hasProxyInvokers, isDestroyed
-
从接口继承的方法 org.apache.dubbo.rpc.Invoker
getInterface, invoke
-
从接口继承的方法 org.apache.dubbo.common.Node
destroy, getUrl, isAvailable
-
-
-
-
方法详细资料
-
isServiceDiscovery
boolean isServiceDiscovery()
- 指定者:
isServiceDiscovery在接口中ClusterInvoker<T>
-
getMigrationStep
MigrationStep getMigrationStep()
-
setMigrationStep
void setMigrationStep(MigrationStep step)
-
getMigrationRule
MigrationRule getMigrationRule()
-
setMigrationRule
void setMigrationRule(MigrationRule rule)
-
migrateToForceInterfaceInvoker
boolean migrateToForceInterfaceInvoker(MigrationRule newRule)
-
migrateToForceApplicationInvoker
boolean migrateToForceApplicationInvoker(MigrationRule newRule)
-
migrateToApplicationFirstInvoker
void migrateToApplicationFirstInvoker(MigrationRule newRule)
-
reRefer
void reRefer(URL newSubscribeUrl)
-
-