Uses of Enum
org.apache.dubbo.registry.client.migration.model.MigrationStep
Packages that use MigrationStep
Package
Description
-
Uses of MigrationStep in org.apache.dubbo.registry.client.migration
Methods in org.apache.dubbo.registry.client.migration that return MigrationStepModifier and TypeMethodDescriptionMigrationClusterInvoker.getMigrationStep()MigrationInvoker.getMigrationStep()MigrationRuleHandler.getMigrationStep()Methods in org.apache.dubbo.registry.client.migration with parameters of type MigrationStepModifier and TypeMethodDescriptionvoidMigrationClusterInvoker.setMigrationStep(MigrationStep step) voidMigrationInvoker.setMigrationStep(MigrationStep step) -
Uses of MigrationStep in org.apache.dubbo.registry.client.migration.model
Methods in org.apache.dubbo.registry.client.migration.model that return MigrationStepModifier and TypeMethodDescriptionMigrationRule.getStep()SubMigrationRule.getStep()static MigrationStepReturns the enum constant of this type with the specified name.static MigrationStep[]MigrationStep.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.dubbo.registry.client.migration.model with parameters of type MigrationStepModifier and TypeMethodDescriptionvoidMigrationRule.setStep(MigrationStep step) voidSubMigrationRule.setStep(MigrationStep step) Constructors in org.apache.dubbo.registry.client.migration.model with parameters of type MigrationStepModifierConstructorDescriptionSubMigrationRule(String serviceKey, MigrationStep step, Float threshold, Integer proportion)