Class DoubleCachedSetting
java.lang.Object
io.datarouter.util.cached.BaseCached<T>
io.datarouter.util.cached.Cached<T>
io.datarouter.storage.setting.cached.CachedSetting<Double>
io.datarouter.storage.setting.cached.impl.DoubleCachedSetting
- All Implemented Interfaces:
Setting<Double>,DoubleSetting,Supplier<Double>
-
Field Summary
Fields inherited from class io.datarouter.storage.setting.cached.CachedSetting
defaultSettingValue, finder, hasCustomValues, hasRedundantCustomValues, nameFields inherited from class io.datarouter.util.cached.Cached
cacheForMsFields inherited from class io.datarouter.util.cached.BaseCached
cachedAtMs, value -
Constructor Summary
ConstructorsConstructorDescriptionDoubleCachedSetting(SettingFinder finder, String name, DefaultSettingValue<Double> defaultValue) -
Method Summary
Methods inherited from class io.datarouter.storage.setting.cached.CachedSetting
getDefaultSettingValue, getDefaultSettingValueWinner, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getMostSpecificDatabeanValue, getName, reload, setEnvironmentCategoryNameDefault, setEnvironmentNameDefault, setEnvironmentTypeDefault, setEnvironmentTypesDefault, setGlobalDefault, setServerNameDefault, setServerTypeDefault, setServiceNameDefault, setTagDefault, toString, toStringDefaultValue, toStringValue, toStringValue, validateAllCustomValuesCanBeParsedMethods inherited from class io.datarouter.util.cached.Cached
expire, isExpiredMethods inherited from class io.datarouter.util.cached.BaseCached
get, updateIfExpiredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.datarouter.storage.setting.type.DoubleSetting
parseStringValueMethods inherited from interface io.datarouter.storage.setting.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName
-
Constructor Details
-
DoubleCachedSetting
public DoubleCachedSetting(SettingFinder finder, String name, DefaultSettingValue<Double> defaultValue)
-
-
Method Details