A B C D E F G H I J K L N O P R S T U V X Y 

A

AbstractConfig - Class in com.ctrip.framework.apollo.internals
 
AbstractConfig() - Constructor for class com.ctrip.framework.apollo.internals.AbstractConfig
 
AbstractConfigFile - Class in com.ctrip.framework.apollo.internals
 
AbstractConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
AbstractConfigRepository - Class in com.ctrip.framework.apollo.internals
 
AbstractConfigRepository() - Constructor for class com.ctrip.framework.apollo.internals.AbstractConfigRepository
 
addChangeListener(ConfigChangeListener) - Method in interface com.ctrip.framework.apollo.Config
Add change listener to this config instance, will be notified when any key is changed in this namespace.
addChangeListener(ConfigChangeListener, Set<String>) - Method in interface com.ctrip.framework.apollo.Config
Add change listener to this config instance, will only be notified when any of the interested keys is changed in this namespace.
addChangeListener(ConfigChangeListener, Set<String>, Set<String>) - Method in interface com.ctrip.framework.apollo.Config
Add change listener to this config instance, will only be notified when any of the interested keys is changed in this namespace.
addChangeListener(ConfigFileChangeListener) - Method in interface com.ctrip.framework.apollo.ConfigFile
Add change listener to this config file instance.
addChangeListener(ConfigChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
addChangeListener(ConfigChangeListener, Set<String>) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
addChangeListener(ConfigChangeListener, Set<String>, Set<String>) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
addChangeListener(ConfigFileChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
addChangeListener(RepositoryChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfigRepository
 
addChangeListener(RepositoryChangeListener) - Method in interface com.ctrip.framework.apollo.internals.ConfigRepository
Add change listener.
addChangeListener(ConfigChangeListener) - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySource
 
addFirstPropertySource(PropertySource<?>) - Method in class com.ctrip.framework.apollo.spring.config.CachedCompositePropertySource
 
addNamespaces(Collection<String>, int) - Static method in class com.ctrip.framework.apollo.spring.config.PropertySourcesProcessor
 
addPropertySource(PropertySource<?>) - Method in class com.ctrip.framework.apollo.spring.config.CachedCompositePropertySource
 
APOLLO_BOOTSTRAP_EAGER_LOAD_ENABLED - Static variable in interface com.ctrip.framework.apollo.spring.config.PropertySourcesConstants
 
APOLLO_BOOTSTRAP_ENABLED - Static variable in interface com.ctrip.framework.apollo.spring.config.PropertySourcesConstants
 
APOLLO_BOOTSTRAP_NAMESPACES - Static variable in interface com.ctrip.framework.apollo.spring.config.PropertySourcesConstants
 
APOLLO_BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in interface com.ctrip.framework.apollo.spring.config.PropertySourcesConstants
 
APOLLO_PROPERTY_ORDER_ENABLE - Static variable in interface com.ctrip.framework.apollo.util.factory.PropertiesFactory
Configuration to keep properties order as same as line order in .yml/.yaml/.properties file.
APOLLO_PROPERTY_SOURCE_NAME - Static variable in interface com.ctrip.framework.apollo.spring.config.PropertySourcesConstants
 
APOLLO_SYSTEM_PROPERTIES - Static variable in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
ApolloAnnotationProcessor - Class in com.ctrip.framework.apollo.spring.annotation
Apollo Annotation Processor for Spring Application
ApolloAnnotationProcessor() - Constructor for class com.ctrip.framework.apollo.spring.annotation.ApolloAnnotationProcessor
 
ApolloApplicationContextInitializer - Class in com.ctrip.framework.apollo.spring.boot
Initialize apollo system properties and inject the Apollo config in Spring Boot bootstrap phase
ApolloApplicationContextInitializer() - Constructor for class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
ApolloAutoConfiguration - Class in com.ctrip.framework.apollo.spring.boot
 
ApolloAutoConfiguration() - Constructor for class com.ctrip.framework.apollo.spring.boot.ApolloAutoConfiguration
 
ApolloConfig - Annotation Type in com.ctrip.framework.apollo.spring.annotation
Use this annotation to inject Apollo Config Instance.
ApolloConfigChangeListener - Annotation Type in com.ctrip.framework.apollo.spring.annotation
Use this annotation to register Apollo ConfigChangeListener.
ApolloConfigException - Exception in com.ctrip.framework.apollo.exceptions
 
ApolloConfigException(String) - Constructor for exception com.ctrip.framework.apollo.exceptions.ApolloConfigException
 
ApolloConfigException(String, Throwable) - Constructor for exception com.ctrip.framework.apollo.exceptions.ApolloConfigException
 
ApolloConfigRegistrar - Class in com.ctrip.framework.apollo.spring.annotation
 
ApolloConfigRegistrar() - Constructor for class com.ctrip.framework.apollo.spring.annotation.ApolloConfigRegistrar
 
ApolloConfigRegistrarHelper - Interface in com.ctrip.framework.apollo.spring.spi
 
ApolloConfigStatusCodeException - Exception in com.ctrip.framework.apollo.exceptions
 
ApolloConfigStatusCodeException(int, String) - Constructor for exception com.ctrip.framework.apollo.exceptions.ApolloConfigStatusCodeException
 
ApolloConfigStatusCodeException(int, Throwable) - Constructor for exception com.ctrip.framework.apollo.exceptions.ApolloConfigStatusCodeException
 
ApolloInjector - Class in com.ctrip.framework.apollo.build
 
ApolloInjector() - Constructor for class com.ctrip.framework.apollo.build.ApolloInjector
 
ApolloInjectorCustomizer - Interface in com.ctrip.framework.apollo.spi
Allow users to inject customized instances, see DefaultInjector.getInstance(java.lang.Class)
ApolloJsonValue - Annotation Type in com.ctrip.framework.apollo.spring.annotation
Use this annotation to inject json property from Apollo, support the same format as Spring @Value.
ApolloProcessor - Class in com.ctrip.framework.apollo.spring.annotation
Create by zhangzheng on 2018/2/6
ApolloProcessor() - Constructor for class com.ctrip.framework.apollo.spring.annotation.ApolloProcessor
 
asProperties() - Method in class com.ctrip.framework.apollo.internals.YamlConfigFile
 
asProperties() - Method in interface com.ctrip.framework.apollo.PropertiesCompatibleConfigFile
 
AutoUpdateConfigChangeListener - Class in com.ctrip.framework.apollo.spring.property
Create by zhangzheng on 2018/3/6
AutoUpdateConfigChangeListener(Environment, ConfigurableListableBeanFactory) - Constructor for class com.ctrip.framework.apollo.spring.property.AutoUpdateConfigChangeListener
 

B

BeanRegistrationUtil - Class in com.ctrip.framework.apollo.spring.util
 
BeanRegistrationUtil() - Constructor for class com.ctrip.framework.apollo.spring.util.BeanRegistrationUtil
 

C

CachedCompositePropertySource - Class in com.ctrip.framework.apollo.spring.config
 
CachedCompositePropertySource(String) - Constructor for class com.ctrip.framework.apollo.spring.config.CachedCompositePropertySource
 
changedKeys() - Method in class com.ctrip.framework.apollo.model.ConfigChangeEvent
Get the keys changed.
clear() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
com.ctrip.framework.apollo - package com.ctrip.framework.apollo
 
com.ctrip.framework.apollo.build - package com.ctrip.framework.apollo.build
 
com.ctrip.framework.apollo.enums - package com.ctrip.framework.apollo.enums
 
com.ctrip.framework.apollo.exceptions - package com.ctrip.framework.apollo.exceptions
 
com.ctrip.framework.apollo.internals - package com.ctrip.framework.apollo.internals
 
com.ctrip.framework.apollo.model - package com.ctrip.framework.apollo.model
 
com.ctrip.framework.apollo.spi - package com.ctrip.framework.apollo.spi
 
com.ctrip.framework.apollo.spring - package com.ctrip.framework.apollo.spring
This package contains Apollo Spring integration codes and enables the following features:
com.ctrip.framework.apollo.spring.annotation - package com.ctrip.framework.apollo.spring.annotation
 
com.ctrip.framework.apollo.spring.boot - package com.ctrip.framework.apollo.spring.boot
 
com.ctrip.framework.apollo.spring.config - package com.ctrip.framework.apollo.spring.config
 
com.ctrip.framework.apollo.spring.property - package com.ctrip.framework.apollo.spring.property
 
com.ctrip.framework.apollo.spring.spi - package com.ctrip.framework.apollo.spring.spi
 
com.ctrip.framework.apollo.spring.util - package com.ctrip.framework.apollo.spring.util
 
com.ctrip.framework.apollo.util - package com.ctrip.framework.apollo.util
 
com.ctrip.framework.apollo.util.factory - package com.ctrip.framework.apollo.util.factory
 
com.ctrip.framework.apollo.util.function - package com.ctrip.framework.apollo.util.function
 
com.ctrip.framework.apollo.util.http - package com.ctrip.framework.apollo.util.http
 
com.ctrip.framework.apollo.util.parser - package com.ctrip.framework.apollo.util.parser
 
com.ctrip.framework.apollo.util.yaml - package com.ctrip.framework.apollo.util.yaml
 
Config - Interface in com.ctrip.framework.apollo
 
ConfigChange - Class in com.ctrip.framework.apollo.model
Holds the information for a config change.
ConfigChange(String, String, String, String, PropertyChangeType) - Constructor for class com.ctrip.framework.apollo.model.ConfigChange
Constructor.
ConfigChangeEvent - Class in com.ctrip.framework.apollo.model
A change event when a namespace's config is changed.
ConfigChangeEvent(String, Map<String, ConfigChange>) - Constructor for class com.ctrip.framework.apollo.model.ConfigChangeEvent
Constructor.
ConfigChangeListener - Interface in com.ctrip.framework.apollo
 
ConfigFactory - Interface in com.ctrip.framework.apollo.spi
 
ConfigFactoryManager - Interface in com.ctrip.framework.apollo.spi
 
ConfigFile - Interface in com.ctrip.framework.apollo
 
ConfigFileChangeEvent - Class in com.ctrip.framework.apollo.model
 
ConfigFileChangeEvent(String, String, String, PropertyChangeType) - Constructor for class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
Constructor.
ConfigFileChangeListener - Interface in com.ctrip.framework.apollo
 
ConfigManager - Interface in com.ctrip.framework.apollo.internals
 
ConfigPropertySource - Class in com.ctrip.framework.apollo.spring.config
Property source wrapper for Config
ConfigPropertySourceFactory - Class in com.ctrip.framework.apollo.spring.config
 
ConfigPropertySourceFactory() - Constructor for class com.ctrip.framework.apollo.spring.config.ConfigPropertySourceFactory
 
configPropertySourcesProcessor() - Method in class com.ctrip.framework.apollo.spring.boot.ApolloAutoConfiguration
 
ConfigPropertySourcesProcessor - Class in com.ctrip.framework.apollo.spring.config
Apollo Property Sources processor for Spring XML Based Application
ConfigPropertySourcesProcessor() - Constructor for class com.ctrip.framework.apollo.spring.config.ConfigPropertySourcesProcessor
 
ConfigPropertySourcesProcessorHelper - Interface in com.ctrip.framework.apollo.spring.spi
 
ConfigRegistry - Interface in com.ctrip.framework.apollo.spi
The manually config registry, use with caution!
ConfigRepository - Interface in com.ctrip.framework.apollo.internals
 
ConfigService - Class in com.ctrip.framework.apollo
Entry point for client config use
ConfigService() - Constructor for class com.ctrip.framework.apollo.ConfigService
 
ConfigServiceLocator - Class in com.ctrip.framework.apollo.internals
 
ConfigServiceLocator() - Constructor for class com.ctrip.framework.apollo.internals.ConfigServiceLocator
Create a config service locator.
ConfigSourceType - Enum in com.ctrip.framework.apollo.enums
To indicate the config's source type, i.e.
ConfigUtil - Class in com.ctrip.framework.apollo.util
 
ConfigUtil() - Constructor for class com.ctrip.framework.apollo.util.ConfigUtil
 
containsProperty(String) - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySource
 
create(String) - Method in interface com.ctrip.framework.apollo.spi.ConfigFactory
Create the config instance for the namespace.
create(String) - Method in class com.ctrip.framework.apollo.spi.DefaultConfigFactory
 
createConfigFile(String, ConfigFileFormat) - Method in interface com.ctrip.framework.apollo.spi.ConfigFactory
Create the config file instance for the namespace
createConfigFile(String, ConfigFileFormat) - Method in class com.ctrip.framework.apollo.spi.DefaultConfigFactory
 

D

DEFAULT_ORDER - Static variable in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
DefaultApolloConfigRegistrarHelper - Class in com.ctrip.framework.apollo.spring.spi
 
DefaultApolloConfigRegistrarHelper() - Constructor for class com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
 
DefaultConfig - Class in com.ctrip.framework.apollo.internals
 
DefaultConfig(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.DefaultConfig
Constructor.
DefaultConfigFactory - Class in com.ctrip.framework.apollo.spi
 
DefaultConfigFactory() - Constructor for class com.ctrip.framework.apollo.spi.DefaultConfigFactory
 
DefaultConfigFactoryManager - Class in com.ctrip.framework.apollo.spi
 
DefaultConfigFactoryManager() - Constructor for class com.ctrip.framework.apollo.spi.DefaultConfigFactoryManager
 
DefaultConfigManager - Class in com.ctrip.framework.apollo.internals
 
DefaultConfigManager() - Constructor for class com.ctrip.framework.apollo.internals.DefaultConfigManager
 
DefaultConfigPropertySourcesProcessorHelper - Class in com.ctrip.framework.apollo.spring.spi
 
DefaultConfigPropertySourcesProcessorHelper() - Constructor for class com.ctrip.framework.apollo.spring.spi.DefaultConfigPropertySourcesProcessorHelper
 
DefaultConfigRegistry - Class in com.ctrip.framework.apollo.spi
 
DefaultConfigRegistry() - Constructor for class com.ctrip.framework.apollo.spi.DefaultConfigRegistry
 
DefaultHttpClient - Class in com.ctrip.framework.apollo.util.http
 
DefaultHttpClient() - Constructor for class com.ctrip.framework.apollo.util.http.DefaultHttpClient
Constructor.
DefaultInjector - Class in com.ctrip.framework.apollo.internals
Guice injector
DefaultInjector() - Constructor for class com.ctrip.framework.apollo.internals.DefaultInjector
 
DefaultMetaServerProvider - Class in com.ctrip.framework.apollo.internals
 
DefaultMetaServerProvider() - Constructor for class com.ctrip.framework.apollo.internals.DefaultMetaServerProvider
 
DefaultPropertiesFactory - Class in com.ctrip.framework.apollo.util.factory
Default PropertiesFactory implementation.
DefaultPropertiesFactory() - Constructor for class com.ctrip.framework.apollo.util.factory.DefaultPropertiesFactory
 
doGet(HttpRequest, Class<T>) - Method in class com.ctrip.framework.apollo.util.http.DefaultHttpClient
Do get operation for the http request.
doGet(HttpRequest, Type) - Method in class com.ctrip.framework.apollo.util.http.DefaultHttpClient
Do get operation for the http request.
doGet(HttpRequest, Class<T>) - Method in interface com.ctrip.framework.apollo.util.http.HttpClient
Do get operation for the http request.
doGet(HttpRequest, Type) - Method in interface com.ctrip.framework.apollo.util.http.HttpClient
Do get operation for the http request.
doGet(HttpRequest, Class<T>) - Method in class com.ctrip.framework.apollo.util.http.HttpUtil
Deprecated.
Do get operation for the http request.
doGet(HttpRequest, Type) - Method in class com.ctrip.framework.apollo.util.http.HttpUtil
Deprecated.
Do get operation for the http request.

E

EnableApolloConfig - Annotation Type in com.ctrip.framework.apollo.spring.annotation
Use this annotation to register Apollo property sources when using Java Config.
entrySet() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
ExceptionUtil - Class in com.ctrip.framework.apollo.util
 
ExceptionUtil() - Constructor for class com.ctrip.framework.apollo.util.ExceptionUtil
 
extractPlaceholderKeys(String) - Method in class com.ctrip.framework.apollo.spring.property.PlaceholderHelper
Extract keys from placeholder, e.g.

F

forDate() - Static method in class com.ctrip.framework.apollo.util.parser.Parsers
 
forDuration() - Static method in class com.ctrip.framework.apollo.util.parser.Parsers
 
Functions - Interface in com.ctrip.framework.apollo.util.function
 

G

get(BeanFactory, String) - Method in class com.ctrip.framework.apollo.spring.property.SpringValueRegistry
 
getAccessKeySecret() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
Get the access key secret for the current application.
getAllConfigPropertySources() - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySourceFactory
 
getApolloEnv() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
Get the current environment.
getAppConfig() - Static method in class com.ctrip.framework.apollo.ConfigService
Get Application's config instance.
getAppId() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
Get the app id for the current application.
getArrayProperty(String, String, String[]) - Method in interface com.ctrip.framework.apollo.Config
Return the array property value with the given key, or defaultValue if the key doesn't exist.
getArrayProperty(String, String, String[]) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getBeanName() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getBeanName2SpringValueDefinitions(BeanDefinitionRegistry) - Static method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor
 
getBody() - Method in class com.ctrip.framework.apollo.util.http.HttpResponse
 
getBooleanProperty(String, Boolean) - Method in interface com.ctrip.framework.apollo.Config
Return the boolean property value with the given key, or defaultValue if the key doesn't exist.
getBooleanProperty(String, Boolean) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getByteProperty(String, Byte) - Method in interface com.ctrip.framework.apollo.Config
Return the byte property value with the given key, or defaultValue if the key doesn't exist.
getByteProperty(String, Byte) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getChange(String) - Method in class com.ctrip.framework.apollo.model.ConfigChangeEvent
Get a specific change instance for the key specified.
getChangeType() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
getChangeType() - Method in class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
 
getCluster() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
Get the cluster name for the current application.
getConfig(String) - Static method in class com.ctrip.framework.apollo.ConfigService
Get the config instance for the namespace.
getConfig(String) - Method in interface com.ctrip.framework.apollo.internals.ConfigManager
Get the config instance for the namespace specified.
getConfig() - Method in interface com.ctrip.framework.apollo.internals.ConfigRepository
Get the config from this repository.
getConfig(String) - Method in class com.ctrip.framework.apollo.internals.DefaultConfigManager
 
getConfig() - Method in class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
 
getConfig() - Method in class com.ctrip.framework.apollo.internals.PropertiesCompatibleFileConfigRepository
 
getConfig() - Method in class com.ctrip.framework.apollo.internals.RemoteConfigRepository
 
getConfigCacheExpireTime() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getConfigCacheExpireTimeUnit() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getConfigFile(String, ConfigFileFormat) - Static method in class com.ctrip.framework.apollo.ConfigService
 
getConfigFile(String, ConfigFileFormat) - Method in interface com.ctrip.framework.apollo.internals.ConfigManager
Get the config file instance for the namespace specified.
getConfigFile(String, ConfigFileFormat) - Method in class com.ctrip.framework.apollo.internals.DefaultConfigManager
 
getConfigFileFormat() - Method in interface com.ctrip.framework.apollo.ConfigFile
Get the file format of this config file instance
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.JsonConfigFile
 
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.PropertiesConfigFile
 
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.TxtConfigFile
 
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.XmlConfigFile
 
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.YamlConfigFile
 
getConfigFileFormat() - Method in class com.ctrip.framework.apollo.internals.YmlConfigFile
 
getConfigPropertySource(String, Config) - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySourceFactory
 
getConfigServices() - Method in class com.ctrip.framework.apollo.internals.ConfigServiceLocator
Get the config service info from remote meta server.
getConnectTimeout() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getConnectTimeout() - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
getContent() - Method in interface com.ctrip.framework.apollo.ConfigFile
Get file content of the namespace
getContent() - Method in class com.ctrip.framework.apollo.internals.PlainTextConfigFile
 
getContent() - Method in class com.ctrip.framework.apollo.internals.PropertiesConfigFile
 
getDataCenter() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
Get the data center info for the current application.
getDateProperty(String, Date) - Method in interface com.ctrip.framework.apollo.Config
Return the Date property value with the given name, or defaultValue if the name doesn't exist.
getDateProperty(String, String, Date) - Method in interface com.ctrip.framework.apollo.Config
Return the Date property value with the given name, or defaultValue if the name doesn't exist.
getDateProperty(String, String, Locale, Date) - Method in interface com.ctrip.framework.apollo.Config
Return the Date property value with the given name, or defaultValue if the name doesn't exist.
getDateProperty(String, Date) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getDateProperty(String, String, Date) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getDateProperty(String, String, Locale, Date) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getDefaultLocalCacheDir() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getDescription() - Method in enum com.ctrip.framework.apollo.enums.ConfigSourceType
 
getDetailMessage(Throwable) - Static method in class com.ctrip.framework.apollo.util.ExceptionUtil
Assemble the detail message for the throwable with all of its cause included (at most 10 causes).
getDoubleProperty(String, Double) - Method in interface com.ctrip.framework.apollo.Config
Return the double property value with the given key, or defaultValue if the key doesn't exist.
getDoubleProperty(String, Double) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getDurationProperty(String, long) - Method in interface com.ctrip.framework.apollo.Config
Return the duration property value(in milliseconds) with the given name, or defaultValue if the name doesn't exist.
getDurationProperty(String, long) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getEnumProperty(String, Class<T>, T) - Method in interface com.ctrip.framework.apollo.Config
Return the Enum property value with the given key, or defaultValue if the key doesn't exist.
getEnumProperty(String, Class<T>, T) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getFactory(String) - Method in interface com.ctrip.framework.apollo.spi.ConfigFactoryManager
Get the config factory for the namespace.
getFactory(String) - Method in interface com.ctrip.framework.apollo.spi.ConfigRegistry
Get the registered config factory for the namespace.
getFactory(String) - Method in class com.ctrip.framework.apollo.spi.DefaultConfigFactoryManager
 
getFactory(String) - Method in class com.ctrip.framework.apollo.spi.DefaultConfigRegistry
 
getField() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getFloatProperty(String, Float) - Method in interface com.ctrip.framework.apollo.Config
Return the float property value with the given key, or defaultValue if the key doesn't exist.
getFloatProperty(String, Float) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getGenericType() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getHeaders() - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
getInstance(Class<T>) - Static method in class com.ctrip.framework.apollo.build.ApolloInjector
 
getInstance(Class<T>, String) - Static method in class com.ctrip.framework.apollo.build.ApolloInjector
 
getInstance(Class<T>) - Method in class com.ctrip.framework.apollo.internals.DefaultInjector
 
getInstance(Class<T>, String) - Method in class com.ctrip.framework.apollo.internals.DefaultInjector
 
getInstance(Class<T>) - Method in interface com.ctrip.framework.apollo.internals.Injector
Returns the appropriate instance for the given injection type
getInstance(Class<T>, String) - Method in interface com.ctrip.framework.apollo.internals.Injector
Returns the appropriate instance for the given injection type and name
getInstance(Class<T>) - Static method in class com.ctrip.framework.apollo.spring.util.SpringInjector
 
getIntProperty(String, Integer) - Method in interface com.ctrip.framework.apollo.Config
Return the integer property value with the given key, or defaultValue if the key doesn't exist.
getIntProperty(String, Integer) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getKey() - Method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinition
 
getLoadConfigQPS() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getLocalIp() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getLongPollingInitialDelayInMills() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getLongPollQPS() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getLongProperty(String, Long) - Method in interface com.ctrip.framework.apollo.Config
Return the long property value with the given key, or defaultValue if the key doesn't exist.
getLongProperty(String, Long) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getMaxConfigCacheSize() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getMetaServerAddress(Env) - Method in class com.ctrip.framework.apollo.internals.DefaultMetaServerProvider
 
getMetaServerDomainName() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getMethodParameter() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getNamespace() - Method in interface com.ctrip.framework.apollo.ConfigFile
Get the namespace of this config file instance
getNamespace() - Method in class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
getNamespace() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
getNamespace() - Method in class com.ctrip.framework.apollo.model.ConfigChangeEvent
Get the namespace of this change event.
getNamespace() - Method in class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
 
getNewValue() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
getNewValue() - Method in class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
 
getOldValue() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
getOldValue() - Method in class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
 
getOnErrorRetryInterval() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getOnErrorRetryIntervalTimeUnit() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getOrder() - Method in class com.ctrip.framework.apollo.internals.DefaultMetaServerProvider
 
getOrder() - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloProcessor
 
getOrder() - Method in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
getOrder() - Method in class com.ctrip.framework.apollo.spring.config.PropertySourcesProcessor
 
getOrder() - Method in class com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
 
getOrder() - Method in class com.ctrip.framework.apollo.spring.spi.DefaultConfigPropertySourcesProcessorHelper
 
getPlaceholder() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getPlaceholder() - Method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinition
 
getPropertiesInstance() - Method in class com.ctrip.framework.apollo.util.factory.DefaultPropertiesFactory
 
getPropertiesInstance() - Method in interface com.ctrip.framework.apollo.util.factory.PropertiesFactory
Default implementation: 1.
getProperty(String, String) - Method in interface com.ctrip.framework.apollo.Config
Return the property value with the given key, or defaultValue if the key doesn't exist.
getProperty(String, Function<String, T>, T) - Method in interface com.ctrip.framework.apollo.Config
Return the user-defined property value with the given key, or defaultValue if the key doesn't exist.
getProperty(String, Function<String, T>, T) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getProperty(String, String) - Method in class com.ctrip.framework.apollo.internals.DefaultConfig
 
getProperty(String, String) - Method in class com.ctrip.framework.apollo.internals.SimpleConfig
 
getProperty(String) - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySource
 
getPropertyName() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
getPropertyName() - Method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinition
 
getPropertyNames() - Method in interface com.ctrip.framework.apollo.Config
Return a set of the property names
getPropertyNames() - Method in class com.ctrip.framework.apollo.internals.DefaultConfig
 
getPropertyNames() - Method in class com.ctrip.framework.apollo.internals.SimpleConfig
 
getPropertyNames() - Method in class com.ctrip.framework.apollo.spring.config.CachedCompositePropertySource
 
getPropertyNames() - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySource
 
getReadTimeout() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getReadTimeout() - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
getRefreshInterval() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getRefreshIntervalTimeUnit() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
getShortProperty(String, Short) - Method in interface com.ctrip.framework.apollo.Config
Return the short property value with the given key, or defaultValue if the key doesn't exist.
getShortProperty(String, Short) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
getSourceType() - Method in interface com.ctrip.framework.apollo.Config
Return the config's source type, i.e.
getSourceType() - Method in interface com.ctrip.framework.apollo.ConfigFile
Return the config's source type, i.e.
getSourceType() - Method in class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
getSourceType() - Method in interface com.ctrip.framework.apollo.internals.ConfigRepository
Return the config's source type, i.e.
getSourceType() - Method in class com.ctrip.framework.apollo.internals.DefaultConfig
 
getSourceType() - Method in class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
 
getSourceType() - Method in class com.ctrip.framework.apollo.internals.PropertiesCompatibleFileConfigRepository
 
getSourceType() - Method in class com.ctrip.framework.apollo.internals.RemoteConfigRepository
 
getSourceType() - Method in class com.ctrip.framework.apollo.internals.SimpleConfig
 
getStatusCode() - Method in exception com.ctrip.framework.apollo.exceptions.ApolloConfigStatusCodeException
 
getStatusCode() - Method in class com.ctrip.framework.apollo.util.http.HttpResponse
 
getTargetType() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
getUrl() - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 

H

hasContent() - Method in interface com.ctrip.framework.apollo.ConfigFile
Whether the config file has any content
hasContent() - Method in class com.ctrip.framework.apollo.internals.PlainTextConfigFile
 
hasContent() - Method in class com.ctrip.framework.apollo.internals.PropertiesConfigFile
 
HttpClient - Interface in com.ctrip.framework.apollo.util.http
 
HttpRequest - Class in com.ctrip.framework.apollo.util.http
 
HttpRequest(String) - Constructor for class com.ctrip.framework.apollo.util.http.HttpRequest
Create the request for the url.
HttpResponse<T> - Class in com.ctrip.framework.apollo.util.http
 
HttpResponse(int, T) - Constructor for class com.ctrip.framework.apollo.util.http.HttpResponse
 
HttpUtil - Class in com.ctrip.framework.apollo.util.http
Deprecated.
in favor of the interface HttpClient and it's default implementation DefaultHttpClient
HttpUtil() - Constructor for class com.ctrip.framework.apollo.util.http.HttpUtil
Deprecated.
Constructor.

I

init() - Method in class com.ctrip.framework.apollo.spring.config.NamespaceHandler
 
initialize(ConfigurableApplicationContext) - Method in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
Injector - Interface in com.ctrip.framework.apollo.internals
 
interestedChangedKeys() - Method in class com.ctrip.framework.apollo.model.ConfigChangeEvent
Maybe subclass override this method.
isAutoUpdateInjectedSpringPropertiesEnabled() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
isChanged(String) - Method in class com.ctrip.framework.apollo.model.ConfigChangeEvent
Check whether the specified key is changed
isField() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
isInLocalMode() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
isJson() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
isOSWindows() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
isPropertiesOrderEnabled() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 
isPropertyNamesCacheEnabled() - Method in class com.ctrip.framework.apollo.util.ConfigUtil
 

J

JsonConfigFile - Class in com.ctrip.framework.apollo.internals
 
JsonConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.JsonConfigFile
 

K

keys() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
keySet() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 

L

LocalFileConfigRepository - Class in com.ctrip.framework.apollo.internals
 
LocalFileConfigRepository(String) - Constructor for class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
Constructor.
LocalFileConfigRepository(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
 

N

NamespaceHandler - Class in com.ctrip.framework.apollo.spring.config
 
NamespaceHandler() - Constructor for class com.ctrip.framework.apollo.spring.config.NamespaceHandler
 

O

onChange(ConfigChangeEvent) - Method in interface com.ctrip.framework.apollo.ConfigChangeListener
Invoked when there is any config change for the namespace.
onChange(ConfigFileChangeEvent) - Method in interface com.ctrip.framework.apollo.ConfigFileChangeListener
Invoked when there is any config change for the namespace.
onChange(ConfigFileChangeEvent) - Method in class com.ctrip.framework.apollo.internals.PropertiesCompatibleFileConfigRepository
 
onChange(ConfigChangeEvent) - Method in class com.ctrip.framework.apollo.spring.config.CachedCompositePropertySource
 
onChange(ConfigChangeEvent) - Method in class com.ctrip.framework.apollo.spring.property.AutoUpdateConfigChangeListener
 
onLongPollNotified(ServiceDTO, ApolloNotificationMessages) - Method in class com.ctrip.framework.apollo.internals.RemoteConfigRepository
 
onRepositoryChange(String, Properties) - Method in class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
onRepositoryChange(String, Properties) - Method in class com.ctrip.framework.apollo.internals.DefaultConfig
 
onRepositoryChange(String, Properties) - Method in class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
 
onRepositoryChange(String, Properties) - Method in interface com.ctrip.framework.apollo.internals.RepositoryChangeListener
Invoked when config repository changes.
onRepositoryChange(String, Properties) - Method in class com.ctrip.framework.apollo.internals.SimpleConfig
 
ORDER - Static variable in class com.ctrip.framework.apollo.internals.DefaultMetaServerProvider
 
OrderedProperties - Class in com.ctrip.framework.apollo.util
An OrderedProperties instance will keep appearance order in config file.
OrderedProperties() - Constructor for class com.ctrip.framework.apollo.util.OrderedProperties
 

P

parse(String) - Method in enum com.ctrip.framework.apollo.util.parser.Parsers.DateParser
Will try to parse the date with Locale.US and formats as follows: yyyy-MM-dd HH:mm:ss.SSS, yyyy-MM-dd HH:mm:ss and yyyy-MM-dd
parse(String, String) - Method in enum com.ctrip.framework.apollo.util.parser.Parsers.DateParser
Parse the text with the format specified and Locale.US
parse(String, String, Locale) - Method in enum com.ctrip.framework.apollo.util.parser.Parsers.DateParser
Parse the text with the format and locale specified
ParserException - Exception in com.ctrip.framework.apollo.util.parser
 
ParserException(String) - Constructor for exception com.ctrip.framework.apollo.util.parser.ParserException
 
ParserException(String, Throwable) - Constructor for exception com.ctrip.framework.apollo.util.parser.ParserException
 
Parsers - Class in com.ctrip.framework.apollo.util.parser
 
Parsers() - Constructor for class com.ctrip.framework.apollo.util.parser.Parsers
 
Parsers.DateParser - Enum in com.ctrip.framework.apollo.util.parser
 
Parsers.DurationParser - Enum in com.ctrip.framework.apollo.util.parser
 
parseToMillis(String) - Method in enum com.ctrip.framework.apollo.util.parser.Parsers.DurationParser
 
PlaceholderHelper - Class in com.ctrip.framework.apollo.spring.property
Placeholder helper functions.
PlaceholderHelper() - Constructor for class com.ctrip.framework.apollo.spring.property.PlaceholderHelper
 
PlainTextConfigFile - Class in com.ctrip.framework.apollo.internals
 
PlainTextConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.PlainTextConfigFile
 
postProcessAfterInitialization(Object, String) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.ctrip.framework.apollo.spring.config.ConfigPropertySourcesProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in interface com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.ctrip.framework.apollo.spring.spi.DefaultConfigPropertySourcesProcessorHelper
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.ctrip.framework.apollo.spring.config.PropertySourcesProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
In order to load Apollo configurations as early as even before Spring loading logging system phase, this EnvironmentPostProcessor can be called Just After ConfigFileApplicationListener has succeeded.
PropertiesCompatibleConfigFile - Interface in com.ctrip.framework.apollo
Config files that are properties compatible, e.g.
PropertiesCompatibleFileConfigRepository - Class in com.ctrip.framework.apollo.internals
 
PropertiesCompatibleFileConfigRepository(PropertiesCompatibleConfigFile) - Constructor for class com.ctrip.framework.apollo.internals.PropertiesCompatibleFileConfigRepository
 
PropertiesConfigFile - Class in com.ctrip.framework.apollo.internals
 
PropertiesConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.PropertiesConfigFile
 
PropertiesFactory - Interface in com.ctrip.framework.apollo.util.factory
Factory interface to construct Properties instances.
PropertyChangeType - Enum in com.ctrip.framework.apollo.enums
 
propertyNames() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
PropertySourcesConstants - Interface in com.ctrip.framework.apollo.spring.config
 
PropertySourcesProcessor - Class in com.ctrip.framework.apollo.spring.config
Apollo Property Sources processor for Spring Annotation Based Application.
PropertySourcesProcessor() - Constructor for class com.ctrip.framework.apollo.spring.config.PropertySourcesProcessor
 
put(Object, Object) - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
putAll(Map<?, ?>) - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 

R

register(String, ConfigFactory) - Method in interface com.ctrip.framework.apollo.spi.ConfigRegistry
Register the config factory for the namespace specified.
register(String, ConfigFactory) - Method in class com.ctrip.framework.apollo.spi.DefaultConfigRegistry
 
register(BeanFactory, String, SpringValue) - Method in class com.ctrip.framework.apollo.spring.property.SpringValueRegistry
 
registerBeanDefinitionIfNotExists(BeanDefinitionRegistry, String, Class<?>) - Static method in class com.ctrip.framework.apollo.spring.util.BeanRegistrationUtil
 
registerBeanDefinitionIfNotExists(BeanDefinitionRegistry, String, Class<?>, Map<String, Object>) - Static method in class com.ctrip.framework.apollo.spring.util.BeanRegistrationUtil
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloConfigRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in interface com.ctrip.framework.apollo.spring.spi.ApolloConfigRegistrarHelper
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
 
RemoteConfigLongPollService - Class in com.ctrip.framework.apollo.internals
 
RemoteConfigLongPollService() - Constructor for class com.ctrip.framework.apollo.internals.RemoteConfigLongPollService
Constructor.
RemoteConfigRepository - Class in com.ctrip.framework.apollo.internals
 
RemoteConfigRepository(String) - Constructor for class com.ctrip.framework.apollo.internals.RemoteConfigRepository
Constructor.
remove(Object) - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
removeChangeListener(ConfigChangeListener) - Method in interface com.ctrip.framework.apollo.Config
Remove the change listener
removeChangeListener(ConfigFileChangeListener) - Method in interface com.ctrip.framework.apollo.ConfigFile
Remove the change listener
removeChangeListener(ConfigChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfig
 
removeChangeListener(ConfigFileChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfigFile
 
removeChangeListener(RepositoryChangeListener) - Method in class com.ctrip.framework.apollo.internals.AbstractConfigRepository
 
removeChangeListener(RepositoryChangeListener) - Method in interface com.ctrip.framework.apollo.internals.ConfigRepository
Remove change listener.
RepositoryChangeListener - Interface in com.ctrip.framework.apollo.internals
 
resolvePropertyValue(ConfigurableBeanFactory, String, String) - Method in class com.ctrip.framework.apollo.spring.property.PlaceholderHelper
Resolve placeholder property values, e.g.

S

setBeanFactory(BeanFactory) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloAnnotationProcessor
 
setBeanFactory(BeanFactory) - Method in class com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor
 
setChangeType(PropertyChangeType) - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
setConnectTimeout(int) - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
setEnvironment(Environment) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloAnnotationProcessor
 
setEnvironment(Environment) - Method in class com.ctrip.framework.apollo.spring.annotation.ApolloConfigRegistrar
 
setEnvironment(Environment) - Method in class com.ctrip.framework.apollo.spring.config.PropertySourcesProcessor
 
setEnvironment(Environment) - Method in class com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
 
setHeaders(Map<String, String>) - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
setNewValue(String) - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
setOldValue(String) - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
setOrder(int) - Method in class com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer
 
setReadTimeout(int) - Method in class com.ctrip.framework.apollo.util.http.HttpRequest
 
setUpstreamRepository(ConfigRepository) - Method in interface com.ctrip.framework.apollo.internals.ConfigRepository
Set the fallback repo for this repository.
setUpstreamRepository(ConfigRepository) - Method in class com.ctrip.framework.apollo.internals.LocalFileConfigRepository
 
setUpstreamRepository(ConfigRepository) - Method in class com.ctrip.framework.apollo.internals.PropertiesCompatibleFileConfigRepository
 
setUpstreamRepository(ConfigRepository) - Method in class com.ctrip.framework.apollo.internals.RemoteConfigRepository
 
SimpleConfig - Class in com.ctrip.framework.apollo.internals
 
SimpleConfig(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.SimpleConfig
Constructor.
SpringInjector - Class in com.ctrip.framework.apollo.spring.util
 
SpringInjector() - Constructor for class com.ctrip.framework.apollo.spring.util.SpringInjector
 
SpringValue - Class in com.ctrip.framework.apollo.spring.property
Spring @Value method info
SpringValue(String, String, Object, String, Field, boolean) - Constructor for class com.ctrip.framework.apollo.spring.property.SpringValue
 
SpringValue(String, String, Object, String, Method, boolean) - Constructor for class com.ctrip.framework.apollo.spring.property.SpringValue
 
SpringValueDefinition - Class in com.ctrip.framework.apollo.spring.property
 
SpringValueDefinition(String, String, String) - Constructor for class com.ctrip.framework.apollo.spring.property.SpringValueDefinition
 
SpringValueDefinitionProcessor - Class in com.ctrip.framework.apollo.spring.property
To process xml config placeholders, e.g.
SpringValueDefinitionProcessor() - Constructor for class com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor
 
SpringValueProcessor - Class in com.ctrip.framework.apollo.spring.annotation
Spring value processor of field or method which has @Value and xml config placeholders.
SpringValueProcessor() - Constructor for class com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor
 
SpringValueRegistry - Class in com.ctrip.framework.apollo.spring.property
 
SpringValueRegistry() - Constructor for class com.ctrip.framework.apollo.spring.property.SpringValueRegistry
 
stringPropertyNames() - Method in class com.ctrip.framework.apollo.util.OrderedProperties
 
submit(String, RemoteConfigRepository) - Method in class com.ctrip.framework.apollo.internals.RemoteConfigLongPollService
 

T

TO_BOOLEAN_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_BYTE_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_DATE_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_DOUBLE_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_DURATION_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_FLOAT_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_INT_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_LONG_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
TO_SHORT_FUNCTION - Static variable in interface com.ctrip.framework.apollo.util.function.Functions
 
toString() - Method in class com.ctrip.framework.apollo.model.ConfigChange
 
toString() - Method in class com.ctrip.framework.apollo.model.ConfigFileChangeEvent
 
toString() - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 
TxtConfigFile - Class in com.ctrip.framework.apollo.internals
 
TxtConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.TxtConfigFile
 

U

update(Object) - Method in class com.ctrip.framework.apollo.spring.property.SpringValue
 

V

valueOf(String) - Static method in enum com.ctrip.framework.apollo.enums.ConfigSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ctrip.framework.apollo.enums.PropertyChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ctrip.framework.apollo.util.parser.Parsers.DateParser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ctrip.framework.apollo.util.parser.Parsers.DurationParser
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ctrip.framework.apollo.enums.ConfigSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ctrip.framework.apollo.enums.PropertyChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ctrip.framework.apollo.util.parser.Parsers.DateParser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ctrip.framework.apollo.util.parser.Parsers.DurationParser
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlConfigFile - Class in com.ctrip.framework.apollo.internals
 
XmlConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.XmlConfigFile
 

Y

YamlConfigFile - Class in com.ctrip.framework.apollo.internals
 
YamlConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.YamlConfigFile
 
YamlParser - Class in com.ctrip.framework.apollo.util.yaml
Transplanted from org.springframework.beans.factory.config.YamlProcessor since apollo can't depend on Spring directly
YamlParser() - Constructor for class com.ctrip.framework.apollo.util.yaml.YamlParser
 
yamlToProperties(String) - Method in class com.ctrip.framework.apollo.util.yaml.YamlParser
Transform yaml content to properties
YmlConfigFile - Class in com.ctrip.framework.apollo.internals
 
YmlConfigFile(String, ConfigRepository) - Constructor for class com.ctrip.framework.apollo.internals.YmlConfigFile
 
A B C D E F G H I J K L N O P R S T U V X Y 

Copyright © 2022 Ctrip, Inc.. All rights reserved.