类 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
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetInternalProperty(String key)-
从类继承的方法 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- 返回:
-
-