类 InmemoryConfiguration
- java.lang.Object
-
- org.apache.dubbo.common.config.InmemoryConfiguration
-
- 所有已实现的接口:
Configuration
public class InmemoryConfiguration extends Object implements Configuration
In-memory configuration
-
-
构造器概要
构造器 构造器 说明 InmemoryConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddProperties(Map<String,String> properties)Add a set of properties into the storevoidaddProperty(String key, String value)Add one property into the store, the previous value will be replaced if the key existsvoidclear()ObjectgetInternalProperty(String key)voidsetProperties(Map<String,String> properties)set store-
从接口继承的方法 org.apache.dubbo.common.config.Configuration
containsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString
-
-
-
-
方法详细资料
-
getInternalProperty
public Object getInternalProperty(String key)
- 指定者:
getInternalProperty在接口中Configuration
-
addProperty
public void addProperty(String key, String value)
Add one property into the store, the previous value will be replaced if the key exists
-
addProperties
public void addProperties(Map<String,String> properties)
Add a set of properties into the store
-
clear
public void clear()
-
-