| Package | Description |
|---|---|
| com.ctrip.framework.apollo.internals |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigRepository |
class |
K8sConfigMapConfigRepository |
class |
LocalFileConfigRepository |
class |
PropertiesCompatibleFileConfigRepository |
class |
RemoteConfigRepository |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteConfigRepository.setUpstreamRepository(ConfigRepository upstreamConfigRepository) |
void |
LocalFileConfigRepository.setUpstreamRepository(ConfigRepository upstreamConfigRepository) |
void |
ConfigRepository.setUpstreamRepository(ConfigRepository upstreamConfigRepository)
Set the fallback repo for this repository.
|
void |
K8sConfigMapConfigRepository.setUpstreamRepository(ConfigRepository upstreamConfigRepository)
Update the memory when the configuration center changes
|
void |
PropertiesCompatibleFileConfigRepository.setUpstreamRepository(ConfigRepository upstreamConfigRepository) |
Copyright © 2025. All rights reserved.