Package com.google.gerrit.server.config
Class GerritServerConfigReloader
- java.lang.Object
-
- com.google.gerrit.server.config.GerritServerConfigReloader
-
public class GerritServerConfigReloader extends Object
Issues a configuration reload from the GerritServerConfigProvider and notify all listeners.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry>
fireUpdatedConfigEvent(ConfigUpdatedEvent event)
com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry>
reloadConfig()
Reloads the Gerrit Server Configuration from disk.
-
-
-
Method Detail
-
reloadConfig
public com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> reloadConfig()
Reloads the Gerrit Server Configuration from disk. Synchronized to ensure that one issued reload is fully completed before a new one starts.
-
fireUpdatedConfigEvent
public com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> fireUpdatedConfigEvent(ConfigUpdatedEvent event)
-
-