Class DurationCachedSetting
java.lang.Object
io.datarouter.util.cached.BaseCached<T>
io.datarouter.util.cached.Cached<T>
io.datarouter.storage.setting.cached.CachedSetting<io.datarouter.util.duration.DatarouterDuration>
io.datarouter.storage.setting.cached.impl.DurationCachedSetting
- All Implemented Interfaces:
Setting<io.datarouter.util.duration.DatarouterDuration>,DurationSetting,Supplier<io.datarouter.util.duration.DatarouterDuration>
public class DurationCachedSetting extends CachedSetting<io.datarouter.util.duration.DatarouterDuration> implements DurationSetting
-
Field Summary
Fields inherited from class io.datarouter.storage.setting.cached.CachedSetting
defaultSettingValue, finder, hasCustomValues, hasRedundantCustomValues, name -
Constructor Summary
Constructors Constructor Description DurationCachedSetting(SettingFinder finder, String name, DefaultSettingValue<io.datarouter.util.duration.DatarouterDuration> defaultValue) -
Method Summary
Methods inherited from class io.datarouter.storage.setting.cached.CachedSetting
getDefaultSettingValue, getDefaultSettingValueWinner, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getMostSpecificDatabeanValue, getName, reload, setEnvironmentNameDefault, setEnvironmentTypeDefault, setEnvironmentTypesDefault, setGlobalDefault, setServerNameDefault, setServerTypeDefault, toString, toStringDefaultValue, toStringValue, toStringValue, validateAllCustomValuesCanBeParsedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.datarouter.storage.setting.type.DurationSetting
parseStringValueMethods inherited from interface io.datarouter.storage.setting.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName
-
Constructor Details
-
DurationCachedSetting
public DurationCachedSetting(SettingFinder finder, String name, DefaultSettingValue<io.datarouter.util.duration.DatarouterDuration> defaultValue)
-
-
Method Details