public class ConfigStoreYaml extends Object implements ConfigStore
| Modifier and Type | Field and Description |
|---|---|
static Duration |
DEFAULT_EVICTION_TIME |
| Constructor and Description |
|---|
ConfigStoreYaml(Path configFilePath,
com.codahale.metrics.MetricRegistry metricRegistry) |
ConfigStoreYaml(Path configFilePath,
com.github.benmanes.caffeine.cache.Ticker ticker,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
ConfigWithOverrides |
getConfigForModule(String moduleName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGlobalConfigpublic static final Duration DEFAULT_EVICTION_TIME
public ConfigStoreYaml(Path configFilePath, com.codahale.metrics.MetricRegistry metricRegistry)
public ConfigStoreYaml(Path configFilePath, com.github.benmanes.caffeine.cache.Ticker ticker, com.codahale.metrics.MetricRegistry metricRegistry)
public ConfigWithOverrides getConfigForModule(String moduleName) throws MissingModuleSettingsException
getConfigForModule in interface ConfigStoreMissingModuleSettingsExceptionCopyright © 2022. All rights reserved.