summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/SuperModelProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Make service monitors aware of infra applications in duper model.Håkon Hallingstad2018-12-061-6/+7
| | | | | | | | | | | | | | | - Notify monitors of infrastructure application activation. Live-flipping the content of the duper model is non-trivial and has been removed. - Split out DuperModel as a simple mutable and thread-unsafe container of the applications in the duper model, that also handles calls listeners on changes. The previous DuperModel has been renamed to DuperModelManager. - Replace SuperModelProvider::snapshot method (fast but difficult to use right) with registerListener. - Shorten the fully qualified package names by 1-2 levels for mosts classes. Next steps: - Make HA query the real orchestrator - Start experimenting with health monitoring of infra apps
* Remove unused methodHarald Musum2018-11-281-4/+0
|
* Need to remove override annotation before method can be removedHarald Musum2018-11-161-1/+1
|
* Inject Zone and remove unused methodHarald Musum2018-10-281-1/+1
|
* Move SuperModel to config-model-apiHåkon Hallingstad2017-09-251-3/+8
| | | | This avoids duplication of datastructures in service monitor
* Move SuperModel API to config-model-apiHåkon Hallingstad2017-09-201-0/+13