类的使用
org.apache.dubbo.rpc.model.ScopeModel
-
-
org.apache.dubbo.common中ScopeModel的使用
返回ScopeModel的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 ScopeModelURL. getScopeModel()参数类型为ScopeModel的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 URLURL. setScopeModel(ScopeModel scopeModel)URLBuilderURLBuilder. setScopeModel(ScopeModel scopeModel)static URLURL. valueOf(String url, ScopeModel scopeModel) -
org.apache.dubbo.common.beans中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.common.beans中的方法 修饰符和类型 方法 说明 voidScopeBeanExtensionInjector. setScopeModel(ScopeModel scopeModel) -
org.apache.dubbo.common.config中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.common.config中的方法 修饰符和类型 方法 说明 static intConfigurationUtils. get(ScopeModel scopeModel, String property, int defaultValue)static StringConfigurationUtils. getCachedDynamicProperty(ScopeModel realScopeModel, String key, String defaultValue)static ConfigurationConfigurationUtils. getDynamicGlobalConfiguration(ScopeModel scopeModel)static StringConfigurationUtils. getDynamicProperty(ScopeModel scopeModel, String property)static StringConfigurationUtils. getDynamicProperty(ScopeModel scopeModel, String property, String defaultValue)static ConfigurationConfigurationUtils. getEnvConfiguration(ScopeModel scopeModel)Used to get properties from the os environmentstatic ConfigurationConfigurationUtils. getGlobalConfiguration(ScopeModel scopeModel)Used to get an composite property value.static StringConfigurationUtils. getProperty(ScopeModel scopeModel, String property)static StringConfigurationUtils. getProperty(ScopeModel scopeModel, String property, String defaultValue)static intConfigurationUtils. getServerShutdownTimeout(ScopeModel scopeModel)Server shutdown wait timeout millsstatic ConfigurationConfigurationUtils. getSystemConfiguration(ScopeModel scopeModel)Used to get properties from the jvm参数类型为ScopeModel的org.apache.dubbo.common.config中的构造器 构造器 说明 Environment(ScopeModel scopeModel)PropertiesConfiguration(ScopeModel scopeModel) -
org.apache.dubbo.common.config.configcenter.file中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.common.config.configcenter.file中的构造器 构造器 说明 FileSystemDynamicConfiguration(File rootDirectory, String encoding, String threadPoolPrefixName, int threadPoolSize, long keepAliveTime, ScopeModel scopeModel) -
org.apache.dubbo.common.deploy中ScopeModel的使用
类型参数类型为ScopeModel的org.apache.dubbo.common.deploy中的类 修饰符和类型 类 说明 classAbstractDeployer<E extends ScopeModel>interfaceDeployer<E extends ScopeModel>interfaceDeployListener<E extends ScopeModel>classDeployListenerAdapter<E extends ScopeModel> -
org.apache.dubbo.common.extension中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.common.extension中的构造器 构造器 说明 ExtensionDirector(ExtensionDirector parent, ExtensionScope scope, ScopeModel scopeModel) -
org.apache.dubbo.common.url.component中ScopeModel的使用
返回ScopeModel的org.apache.dubbo.common.url.component中的方法 修饰符和类型 方法 说明 ScopeModelDubboServiceAddressURL. getScopeModel()ScopeModelServiceAddressURL. getScopeModel()参数类型为ScopeModel的org.apache.dubbo.common.url.component中的方法 修饰符和类型 方法 说明 URLServiceAddressURL. setScopeModel(ScopeModel scopeModel) -
org.apache.dubbo.common.utils中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static StringNetUtils. getIpByConfig(ScopeModel scopeModel) -
org.apache.dubbo.config中ScopeModel的使用
返回ScopeModel的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 ScopeModelAbstractConfig. getScopeModel()参数类型为ScopeModel的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 voidAbstractConfig. setScopeModel(ScopeModel scopeModel)参数类型为ScopeModel的org.apache.dubbo.config中的构造器 构造器 说明 AbstractConfig(ScopeModel scopeModel) -
org.apache.dubbo.config.context中ScopeModel的使用
参数类型为ScopeModel的org.apache.dubbo.config.context中的构造器 构造器 说明 AbstractConfigManager(ScopeModel scopeModel, Collection<Class<? extends AbstractConfig>> supportedConfigTypes) -
org.apache.dubbo.rpc.model中ScopeModel的使用
类型参数类型为ScopeModel的org.apache.dubbo.rpc.model中的类 修饰符和类型 接口 说明 interfaceScopeModelDestroyListener<T extends ScopeModel>org.apache.dubbo.rpc.model中ScopeModel的子类 修饰符和类型 类 说明 classApplicationModelExtensionLoader,DubboBootstrapand this class are at present designed to be singleton or static (by itself totally static or uses some static fields).classFrameworkModelModel of dubbo framework, it can be shared with multiple applications.classModuleModelModel of a service module返回ScopeModel的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 static <T> ScopeModelScopeModelUtil. getOrDefault(ScopeModel scopeModel, Class<T> type)ScopeModelScopeModel. getParent()ScopeModelScopeModelAccessor. getScopeModel()ScopeModelScopeModelAwareExtensionProcessor. getScopeModel()参数类型为ScopeModel的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 static ApplicationModelScopeModelUtil. getApplicationModel(ScopeModel scopeModel)static <T> ExtensionLoader<T>ScopeModelUtil. getExtensionLoader(Class<T> type, ScopeModel scopeModel)static FrameworkModelScopeModelUtil. getFrameworkModel(ScopeModel scopeModel)static ModuleModelScopeModelUtil. getModuleModel(ScopeModel scopeModel)static <T> ScopeModelScopeModelUtil. getOrDefault(ScopeModel scopeModel, Class<T> type)static ApplicationModelScopeModelUtil. getOrDefaultApplicationModel(ScopeModel scopeModel)static ApplicationModelScopeModelUtil. getOrNullApplicationModel(ScopeModel scopeModel)default voidScopeModelAware. setScopeModel(ScopeModel scopeModel)Override this method if you need get the scope model (maybe one of FrameworkModel/ApplicationModel/ModuleModel).参数类型为ScopeModel的org.apache.dubbo.rpc.model中的构造器 构造器 说明 ScopeModel(ScopeModel parent, ExtensionScope scope, boolean isInternal)ScopeModelAwareExtensionProcessor(ScopeModel scopeModel)
-