类 ZookeeperDynamicConfiguration
- java.lang.Object
-
- org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
-
- org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration
-
- 所有已实现的接口:
AutoCloseable,DynamicConfiguration,Configuration
public class ZookeeperDynamicConfiguration extends TreePathDynamicConfiguration
-
-
字段概要
-
从类继承的字段 org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
CONFIG_BASE_PATH_PARAM_NAME, CONFIG_ROOT_PATH_PARAM_NAME, DEFAULT_CONFIG_BASE_PATH
-
从类继承的字段 org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
DEFAULT_THREAD_POOL_KEEP_ALIVE_TIME, DEFAULT_THREAD_POOL_PREFIX, DEFAULT_THREAD_POOL_SIZE, GROUP_PARAM_NAME, PARAM_NAME_PREFIX, THREAD_POOL_KEEP_ALIVE_TIME_PARAM_NAME, THREAD_POOL_PREFIX_PARAM_NAME, THREAD_POOL_SIZE_PARAM_NAME, TIMEOUT_PARAM_NAME
-
从接口继承的字段 org.apache.dubbo.common.config.configcenter.DynamicConfiguration
DEFAULT_GROUP
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ConfigItemgetConfigItem(String key, String group)get configItem which contains content and stat info.StringgetInternalProperty(String key)booleanpublishConfigCas(String key, String group, String content, Object ticket)publish config mapped to this given key and given group with stat.-
从类继承的方法 org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
addListener, getConfigKeys, publishConfig, removeListener
-
从类继承的方法 org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
close, getConfig, getDefaultGroup, getDefaultTimeout, removeConfig
-
从接口继承的方法 org.apache.dubbo.common.config.Configuration
containsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString
-
从接口继承的方法 org.apache.dubbo.common.config.configcenter.DynamicConfiguration
addListener, getConfig, getProperties, getProperties, publishConfig, removeListener
-
-
-
-
方法详细资料
-
getInternalProperty
public String getInternalProperty(String key)
- 指定者:
getInternalProperty在接口中Configuration- 覆盖:
getInternalProperty在类中AbstractDynamicConfiguration- 参数:
key- e.g., {service}.configurators, {service}.tagrouters, {group}.dubbo.properties- 返回:
-
publishConfigCas
public boolean publishConfigCas(String key, String group, String content, Object ticket)
从接口复制的说明:DynamicConfigurationpublish config mapped to this given key and given group with stat.- 返回:
-
getConfigItem
public ConfigItem getConfigItem(String key, String group)
从接口复制的说明:DynamicConfigurationget configItem which contains content and stat info.- 返回:
-
-