Skip navigation links
A C D G N O P R T V 

A

AbstractDynamicConfigurationFactory - Class in org.apache.dubbo.configcenter
 
AbstractDynamicConfigurationFactory() - Constructor for class org.apache.dubbo.configcenter.AbstractDynamicConfigurationFactory
 
addListener(String, ConfigurationListener) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
addListener(String, String, ConfigurationListener) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
Register a configuration listener for a specified key The listener only works for service governance purpose, so the target group would always be the value user specifies at startup or 'dubbo' by default.
addListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 

C

CONFIG_CHECK_KEY - Static variable in interface org.apache.dubbo.configcenter.Constants
 
CONFIG_CLUSTER_KEY - Static variable in interface org.apache.dubbo.configcenter.Constants
 
CONFIG_GROUP_KEY - Static variable in interface org.apache.dubbo.configcenter.Constants
 
CONFIG_NAMESPACE_KEY - Static variable in interface org.apache.dubbo.configcenter.Constants
 
ConfigChangeEvent - Class in org.apache.dubbo.configcenter
Config change event, immutable.
ConfigChangeEvent(String, String) - Constructor for class org.apache.dubbo.configcenter.ConfigChangeEvent
 
ConfigChangeEvent(String, String, ConfigChangeType) - Constructor for class org.apache.dubbo.configcenter.ConfigChangeEvent
 
ConfigChangeType - Enum in org.apache.dubbo.configcenter
Config change event type
ConfigurationListener - Interface in org.apache.dubbo.configcenter
Config listener, will get notified when the config it listens on changes.
Constants - Interface in org.apache.dubbo.configcenter
 

D

DEFAULT_GROUP - Static variable in interface org.apache.dubbo.configcenter.DynamicConfiguration
 
DynamicConfiguration - Interface in org.apache.dubbo.configcenter
Dynamic Configuration
From the use scenario internally in framework, there're mainly three kinds of methods: 1.
DynamicConfigurationFactory - Interface in org.apache.dubbo.configcenter
 

G

getChangeType() - Method in class org.apache.dubbo.configcenter.ConfigChangeEvent
 
getDynamicConfiguration(URL) - Method in class org.apache.dubbo.configcenter.AbstractDynamicConfigurationFactory
 
getDynamicConfiguration() - Static method in interface org.apache.dubbo.configcenter.DynamicConfiguration
Find DynamicConfiguration instance
getDynamicConfiguration(URL) - Method in interface org.apache.dubbo.configcenter.DynamicConfigurationFactory
 
getInternalProperty(String) - Method in class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 
getKey() - Method in class org.apache.dubbo.configcenter.ConfigChangeEvent
 
getProperties(String, String) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
This method are mostly used to get a compound config file, such as a complete dubbo.properties file.
getProperties(String, String, long) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
This method are mostly used to get a compound config file, such as a complete dubbo.properties file.
getProperties(String, String, long) - Method in class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 
getRule(String, String) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
Get the governance rule mapped to the given key and the given group
getRule(String, String, long) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
Get the governance rule mapped to the given key and the given group.
getRule(String, String, long) - Method in class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 
getRuleKey(URL) - Static method in interface org.apache.dubbo.configcenter.DynamicConfiguration
The format is '{interfaceName}:[version]:[group]'
getValue() - Method in class org.apache.dubbo.configcenter.ConfigChangeEvent
 

N

NopDynamicConfiguration - Class in org.apache.dubbo.configcenter.support.nop
The default extension of DynamicConfiguration.
NopDynamicConfiguration(URL) - Constructor for class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 
NopDynamicConfigurationFactory - Class in org.apache.dubbo.configcenter.support.nop
 
NopDynamicConfigurationFactory() - Constructor for class org.apache.dubbo.configcenter.support.nop.NopDynamicConfigurationFactory
 

O

org.apache.dubbo.configcenter - package org.apache.dubbo.configcenter
 
org.apache.dubbo.configcenter.support.nop - package org.apache.dubbo.configcenter.support.nop
 

P

process(ConfigChangeEvent) - Method in interface org.apache.dubbo.configcenter.ConfigurationListener
Listener call back method.

R

removeListener(String, ConfigurationListener) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
removeListener(String, String, ConfigurationListener) - Method in interface org.apache.dubbo.configcenter.DynamicConfiguration
Stops one listener from listening to value changes in the specified key.
removeListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.configcenter.support.nop.NopDynamicConfiguration
 

T

toString() - Method in class org.apache.dubbo.configcenter.ConfigChangeEvent
 

V

valueOf(String) - Static method in enum org.apache.dubbo.configcenter.ConfigChangeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.dubbo.configcenter.ConfigChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G N O P R T V 
Skip navigation links

Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.