Skip navigation links
A B C D E F G H I L M N O P R S T U Y 

A

AbstractConfigLoader - Class in org.apache.servicecomb.config.archaius.sources
 
AbstractConfigLoader() - Constructor for class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
addConfig(String, Object) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
addExtraConfig(String, Map<String, Object>) - Static method in class org.apache.servicecomb.config.ConfigUtil
 

B

BootStrapProperties - Class in org.apache.servicecomb.config
This class holds configurations that need to be configured through property files or environment variables.
BootStrapProperties() - Constructor for class org.apache.servicecomb.config.BootStrapProperties
 

C

clearExtraConfig() - Static method in class org.apache.servicecomb.config.ConfigUtil
 
close() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
ConcurrentMapConfigurationExt - Class in org.apache.servicecomb.config
Disable delimiter parsing for string
ConcurrentMapConfigurationExt() - Constructor for class org.apache.servicecomb.config.ConcurrentMapConfigurationExt
 
ConcurrentMapConfigurationExt(Map<String, Object>) - Constructor for class org.apache.servicecomb.config.ConcurrentMapConfigurationExt
 
ConcurrentMapConfigurationExt(AbstractConfiguration) - Constructor for class org.apache.servicecomb.config.ConcurrentMapConfigurationExt
 
CONFIG_SERVICE_APPLICATION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_DESCRIPTION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_EXTENDED_CLASS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_INSTANCE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_INSTANCE_EXTENDED_CLASS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_INSTANCE_INITIAL_STATUS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_INSTANCE_PROPERTIES - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_NAME - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_PATHS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_PROPERTIES - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_ROLE - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
CONFIG_SERVICE_VERSION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
ConfigCenterConfigurationSource - Interface in org.apache.servicecomb.config.spi
 
ConfigCenterConfigurationSourceLoader - Class in org.apache.servicecomb.config.spi
 
ConfigCenterConfigurationSourceLoader() - Constructor for class org.apache.servicecomb.config.spi.ConfigCenterConfigurationSourceLoader
 
ConfigMapping - Class in org.apache.servicecomb.config
Created by on 2017/1/5.
ConfigModel - Class in org.apache.servicecomb.config.archaius.sources
 
ConfigModel() - Constructor for class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
configModels - Variable in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
ConfigObject<T> - Class in org.apache.servicecomb.config.priority
 
ConfigObject(T, List<ConfigObjectProperty>) - Constructor for class org.apache.servicecomb.config.priority.ConfigObject
 
ConfigObjectFactory - Class in org.apache.servicecomb.config.priority
must create by PriorityPropertyManager
or register to PriorityPropertyManager manually

${} or ${not-exist-key} is valid key in archaius
so this wrapper mechanism will not throw exception even can not find value by placeholder
ConfigObjectFactory(PriorityPropertyFactory) - Constructor for class org.apache.servicecomb.config.priority.ConfigObjectFactory
 
ConfigObjectProperty - Class in org.apache.servicecomb.config.priority
do not reference config object instance, otherwise gc for weak hash map will failed
ConfigObjectProperty(Setter<Object, Object>, PriorityProperty<?>) - Constructor for class org.apache.servicecomb.config.priority.ConfigObjectProperty
 
ConfigSourceMaker - Class in org.apache.servicecomb.config.archaius.sources
 
ConfigSourceMaker() - Constructor for class org.apache.servicecomb.config.archaius.sources.ConfigSourceMaker
 
configurationListener(ConfigurationEvent) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
ConfigUtil - Class in org.apache.servicecomb.config
 
CONTENT_TYPE_PROPERTIES - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
CONTENT_TYPE_RAW - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
CONTENT_TYPE_YAML - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
convertEnvVariable(AbstractConfiguration) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
create(Class<T>, Map<String, Object>) - Method in class org.apache.servicecomb.config.priority.ConfigObjectFactory
 
create(T, Map<String, Object>) - Method in class org.apache.servicecomb.config.priority.ConfigObjectFactory
 
createConfigObject(Class<T>, Object...) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
createConfigObject(Class<T>, Map<String, Object>) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
createConfigObject(T, Map<String, Object>) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
createLocalConfig() - Static method in class org.apache.servicecomb.config.ConfigUtil
 
createProperties(Object, String, Map<String, Object>) - Method in class org.apache.servicecomb.config.priority.ConfigObjectFactory
 

D

DEFAULT_APPLICATION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_INSTANCE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_INSTANCE_INITIAL_STATUS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_NAME - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_ROLE - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_MICROSERVICE_VERSION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
DEFAULT_PROPERTY_OBSERVATION - Static variable in interface org.apache.servicecomb.config.DynamicProperties
 
destroy() - Method in interface org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
 
destroyConfigCenterConfigurationSource() - Static method in class org.apache.servicecomb.config.ConfigUtil
 
DynamicConfigurationChangedEvent - Class in org.apache.servicecomb.config.event
 
DynamicConfigurationChangedEvent(WatchedUpdateResult) - Constructor for class org.apache.servicecomb.config.event.DynamicConfigurationChangedEvent
 
DynamicConfigurationExt - Class in org.apache.servicecomb.config
Disable delimiter parsing for string
DynamicConfigurationExt(PolledConfigurationSource, AbstractPollingScheduler) - Constructor for class org.apache.servicecomb.config.DynamicConfigurationExt
 
DynamicProperties - Interface in org.apache.servicecomb.config
 
DynamicWatchedConfigurationExt - Class in org.apache.servicecomb.config
Same as DynamicWatchedConfiguration but Disable delimiter parsing for string
DynamicWatchedConfigurationExt(WatchedConfigurationSource) - Constructor for class org.apache.servicecomb.config.DynamicWatchedConfigurationExt
 

E

equals(Object) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 

F

findParser(String) - Static method in interface org.apache.servicecomb.config.parser.Parser
 
findURLFromClassPath(String) - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 

G

getAllDynamicProperties() - Static method in class org.apache.servicecomb.config.ConfigUtil
 
getBooleanProperty(String, Consumer<Boolean>, boolean) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getBooleanProperty(String, boolean) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getCallbacks(DynamicProperty) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
getConfig() - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
getConfigCenterConfigurationSource(Configuration) - Static method in class org.apache.servicecomb.config.spi.ConfigCenterConfigurationSourceLoader
 
getConfigModels() - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
getConfigModels() - Method in class org.apache.servicecomb.config.archaius.sources.MicroserviceConfigurationSource
 
getConfigObjectMap() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
getConvertedMap(Map<String, Object>) - Static method in class org.apache.servicecomb.config.ConfigMapping
 
getConvertedMap(Configuration) - Static method in class org.apache.servicecomb.config.ConfigMapping
 
getConvertedMap(Environment) - Static method in class org.apache.servicecomb.config.ConfigMapping
 
getDefaultValue() - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
getDefaultValue() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 
getDoubleProperty(String, DoubleConsumer, double) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getDoubleProperty(String, double) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getEvent() - Method in class org.apache.servicecomb.config.event.DynamicConfigurationChangedEvent
 
getEvent() - Method in class org.apache.servicecomb.config.event.RefreshGovernanceConfigurationEvent
 
getFloatProperty(String, DoubleConsumer, float) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getFloatProperty(String, float) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getInstance() - Method in class org.apache.servicecomb.config.priority.ConfigObject
 
getIntProperty(String, IntConsumer, int) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getIntProperty(String, int) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getInvalidValue() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 
getLongProperty(String, LongConsumer, long) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getLongProperty(String, long) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getMapping() - Static method in class org.apache.servicecomb.config.ConfigMapping
 
getOrCreate(Type, T, T, String...) - Method in class org.apache.servicecomb.config.priority.PriorityPropertyFactory
 
getOrder() - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
getOrder() - Method in class org.apache.servicecomb.config.LastPropertyPlaceholderConfigurer
 
getPriorityKeys() - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
getPriorityKeys() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 
getProperties() - Method in class org.apache.servicecomb.config.priority.ConfigObject
 
getProperties() - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
getProperties() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyFactory
 
getProperty(String) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
getProperty(Object, String) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
getPropertyFactory() - Method in class org.apache.servicecomb.config.priority.ConfigObjectFactory
 
getPropertyFactory() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
getStringList(Configuration, String) - Static method in class org.apache.servicecomb.config.ConfigUtil
get comma separated list values from yaml string
getStringProperty(String, Consumer<String>, String) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getStringProperty(String, String) - Method in interface org.apache.servicecomb.config.DynamicProperties
 
getType() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 
getUrl() - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
getValue() - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 

H

hashCode() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyType
 

I

init(Configuration) - Method in interface org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
 
InjectBeanPostProcessor - Class in org.apache.servicecomb.config.inject
 
InjectBeanPostProcessor(PriorityPropertyManager) - Constructor for class org.apache.servicecomb.config.inject.InjectBeanPostProcessor
 
InjectProperties - Annotation Type in org.apache.servicecomb.config.inject
 
InjectProperty - Annotation Type in org.apache.servicecomb.config.inject
 
installDynamicConfig() - Static method in class org.apache.servicecomb.config.ConfigUtil
 
isChangedKey(String) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
isValidSource(Configuration) - Method in interface org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
 

L

LastPropertyPlaceholderConfigurer - Class in org.apache.servicecomb.config
 
LastPropertyPlaceholderConfigurer() - Constructor for class org.apache.servicecomb.config.LastPropertyPlaceholderConfigurer
 
load(String) - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
load(URL) - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
loadAndSort() - Method in class org.apache.servicecomb.config.archaius.sources.MicroserviceConfigLoader
 
loadData(URL) - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
loadData(URL) - Method in class org.apache.servicecomb.config.archaius.sources.YAMLConfigLoader
 
loadFromClassPath(String) - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 

M

MicroserviceConfigLoader - Class in org.apache.servicecomb.config.archaius.sources
 
MicroserviceConfigLoader() - Constructor for class org.apache.servicecomb.config.archaius.sources.MicroserviceConfigLoader
 
MicroserviceConfigurationSource - Class in org.apache.servicecomb.config.archaius.sources
 
MicroserviceConfigurationSource(List<ConfigModel>) - Constructor for class org.apache.servicecomb.config.archaius.sources.MicroserviceConfigurationSource
 

N

NeverStartPollingScheduler - Class in org.apache.servicecomb.config.archaius.scheduler
Created by on 2017/3/29.
NeverStartPollingScheduler() - Constructor for class org.apache.servicecomb.config.archaius.scheduler.NeverStartPollingScheduler
 

O

OLD_CONFIG_SERVICE_APPLICATION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_DESCRIPTION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_EXTENDED_CLASS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_INSTANCE_ENVIRONMENT - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_INSTANCE_EXTENDED_CLASS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_INSTANCE_INITIAL_STATUS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_INSTANCE_PROPERTIES - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_NAME - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_PATHS - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_PROPERTIES - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_ROLE - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
OLD_CONFIG_SERVICE_VERSION - Static variable in class org.apache.servicecomb.config.BootStrapProperties
 
onDestroy() - Method in class org.apache.servicecomb.config.priority.PriorityPropertyFactory
 
ORDER_BASE - Static variable in interface org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
 
ORDER_KEY - Static variable in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
org.apache.servicecomb.config - package org.apache.servicecomb.config
 
org.apache.servicecomb.config.archaius.scheduler - package org.apache.servicecomb.config.archaius.scheduler
 
org.apache.servicecomb.config.archaius.sources - package org.apache.servicecomb.config.archaius.sources
 
org.apache.servicecomb.config.event - package org.apache.servicecomb.config.event
 
org.apache.servicecomb.config.inject - package org.apache.servicecomb.config.inject
 
org.apache.servicecomb.config.parser - package org.apache.servicecomb.config.parser
 
org.apache.servicecomb.config.priority - package org.apache.servicecomb.config.priority
 
org.apache.servicecomb.config.spi - package org.apache.servicecomb.config.spi
 

P

parse(String, String, boolean) - Method in interface org.apache.servicecomb.config.parser.Parser
 
parse(String, String, boolean) - Method in class org.apache.servicecomb.config.parser.PropertiesParser
 
parse(String, String, boolean) - Method in class org.apache.servicecomb.config.parser.RawParser
 
parse(String, String, boolean) - Method in class org.apache.servicecomb.config.parser.YamlParser
 
parseArrayValue(String) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
Parser - Interface in org.apache.servicecomb.config.parser
 
parserObject(String, Class<T>) - Static method in class org.apache.servicecomb.config.YAMLUtil
 
PlaceholderResolver - Class in org.apache.servicecomb.config.inject
not care for performance behavior of multiple list if defined: org.apache.servicecomb.config.inject.TestPlaceholderResolver#multi_list() behavior of nested and multiple list variable is undefined org.apache.servicecomb.config.inject.TestPlaceholderResolver#mixed()
PlaceholderResolver() - Constructor for class org.apache.servicecomb.config.inject.PlaceholderResolver
 
poll(boolean, Object) - Method in class org.apache.servicecomb.config.archaius.sources.MicroserviceConfigurationSource
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.servicecomb.config.inject.InjectBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.servicecomb.config.LastPropertyPlaceholderConfigurer
 
PriorityProperty<T> - Class in org.apache.servicecomb.config.priority
must create by PriorityPropertyManager
or register to PriorityPropertyManager manually
PriorityProperty(PriorityPropertyType<T>) - Constructor for class org.apache.servicecomb.config.priority.PriorityProperty
 
PriorityPropertyFactory - Class in org.apache.servicecomb.config.priority
 
PriorityPropertyFactory() - Constructor for class org.apache.servicecomb.config.priority.PriorityPropertyFactory
 
PriorityPropertyManager - Class in org.apache.servicecomb.config.priority
 
PriorityPropertyManager(ConfigObjectFactory) - Constructor for class org.apache.servicecomb.config.priority.PriorityPropertyManager
 
PriorityPropertyType<T> - Class in org.apache.servicecomb.config.priority
 
PriorityPropertyType(Type, T, T, String...) - Constructor for class org.apache.servicecomb.config.priority.PriorityPropertyType
 
propertiesParser - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
PropertiesParser - Class in org.apache.servicecomb.config.parser
 
PropertiesParser() - Constructor for class org.apache.servicecomb.config.parser.PropertiesParser
 
propertiesToMap(Properties, String, boolean) - Static method in interface org.apache.servicecomb.config.parser.Parser
 

R

rawParser - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
RawParser - Class in org.apache.servicecomb.config.parser
 
RawParser() - Constructor for class org.apache.servicecomb.config.parser.RawParser
 
readApplication(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readApplication() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readBoolean(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
readDouble(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
readFloat(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
readInt(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
readLong(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
readServiceDescription(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceDescription() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceEnvironment(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceEnvironment() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceExtendedClass(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceExtendedClass() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceEnvironment(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceEnvironment() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceExtendedClass(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceExtendedClass() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceInitialStatus(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceInitialStatus() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceProperties(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceProperties() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceTags(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceInstanceTags() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceName(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceName() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServicePaths(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServicePaths() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceProperties(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceProperties() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceRole(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceRole() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceVersion(Configuration) - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readServiceVersion() - Static method in class org.apache.servicecomb.config.BootStrapProperties
 
readString(DynamicProperty) - Method in class org.apache.servicecomb.config.priority.PriorityProperty
 
RefreshGovernanceConfigurationEvent - Class in org.apache.servicecomb.config.event
 
RefreshGovernanceConfigurationEvent(WatchedUpdateResult) - Constructor for class org.apache.servicecomb.config.event.RefreshGovernanceConfigurationEvent
 
replace(String, Map<String, Object>) - Method in class org.apache.servicecomb.config.inject.PlaceholderResolver
 
replaceFirst(String) - Method in class org.apache.servicecomb.config.inject.PlaceholderResolver
 
replaceFirst(String, Map<String, Object>) - Method in class org.apache.servicecomb.config.inject.PlaceholderResolver
 
retrieveItems(String, Map<String, Object>) - Static method in class org.apache.servicecomb.config.YAMLUtil
 

S

schedule(Runnable) - Method in class org.apache.servicecomb.config.archaius.scheduler.NeverStartPollingScheduler
 
setConfig(Map<String, Object>) - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
setConfigs(Map<String, Object>) - Static method in class org.apache.servicecomb.config.ConfigUtil
 
setOrder(int) - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
setUrl(URL) - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 
sort() - Method in class org.apache.servicecomb.config.archaius.sources.AbstractConfigLoader
 
stop() - Method in class org.apache.servicecomb.config.archaius.scheduler.NeverStartPollingScheduler
 

T

toString() - Method in class org.apache.servicecomb.config.archaius.sources.ConfigModel
 

U

updateConfiguration(WatchedUpdateResult) - Method in class org.apache.servicecomb.config.DynamicWatchedConfigurationExt
 
updateValueWhenChanged(Object, String) - Method in class org.apache.servicecomb.config.priority.ConfigObjectProperty
 

Y

yaml2Properties(InputStream) - Static method in class org.apache.servicecomb.config.YAMLUtil
load a input InputStream to be a map Map, you have to close the inputStream by yourself, such as:
yaml2Properties(String) - Static method in class org.apache.servicecomb.config.YAMLUtil
load a input String to be a map Map
YAMLConfigLoader - Class in org.apache.servicecomb.config.archaius.sources
 
YAMLConfigLoader() - Constructor for class org.apache.servicecomb.config.archaius.sources.YAMLConfigLoader
 
yamlConfigSource() - Static method in class org.apache.servicecomb.config.archaius.sources.ConfigSourceMaker
 
yamlParser - Static variable in interface org.apache.servicecomb.config.parser.Parser
 
YamlParser - Class in org.apache.servicecomb.config.parser
 
YamlParser() - Constructor for class org.apache.servicecomb.config.parser.YamlParser
 
YAMLUtil - Class in org.apache.servicecomb.config
Created by on 2017/1/5.
A B C D E F G H I L M N O P R S T U Y 
Skip navigation links

Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.