Package com.google.gerrit.server.config
Class GerritServerConfigReloader
java.lang.Object
com.google.gerrit.server.config.GerritServerConfigReloader
Issues a configuration reload from the GerritServerConfigProvider and notify all listeners.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,
ConfigUpdatedEvent.ConfigUpdateEntry> com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,
ConfigUpdatedEvent.ConfigUpdateEntry> Reloads the Gerrit Server Configuration from disk.
-
Method Details
-
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)
-