Uses of Interface
org.apache.dubbo.rpc.cluster.Configurator
Packages that use Configurator
Package
Description
-
Uses of Configurator in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return ConfiguratorModifier and TypeMethodDescriptionConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url) get the configurator instance.Methods in org.apache.dubbo.rpc.cluster that return types with arguments of type ConfiguratorModifier and TypeMethodDescriptionstatic Optional<List<Configurator>> Configurator.toConfigurators(List<org.apache.dubbo.common.URL> urls) Convert override urls to map for use when re-refer.Methods in org.apache.dubbo.rpc.cluster with parameters of type ConfiguratorModifier and TypeMethodDescriptiondefault intConfigurator.compareTo(Configurator o) Sort by host, then by priority 1. -
Uses of Configurator in org.apache.dubbo.rpc.cluster.configurator
Classes in org.apache.dubbo.rpc.cluster.configurator that implement Configurator -
Uses of Configurator in org.apache.dubbo.rpc.cluster.configurator.absent
Classes in org.apache.dubbo.rpc.cluster.configurator.absent that implement ConfiguratorMethods in org.apache.dubbo.rpc.cluster.configurator.absent that return ConfiguratorModifier and TypeMethodDescriptionAbsentConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url) -
Uses of Configurator in org.apache.dubbo.rpc.cluster.configurator.override
Classes in org.apache.dubbo.rpc.cluster.configurator.override that implement ConfiguratorMethods in org.apache.dubbo.rpc.cluster.configurator.override that return ConfiguratorModifier and TypeMethodDescriptionOverrideConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url)