Class LongCachedSetting
java.lang.Object
io.datarouter.util.cached.BaseCached<T>
io.datarouter.util.cached.Cached<T>
io.datarouter.storage.setting.cached.CachedSetting<Long>
io.datarouter.storage.setting.cached.impl.LongCachedSetting
- All Implemented Interfaces:
Setting<Long>,LongSetting,Supplier<Long>
public class LongCachedSetting extends CachedSetting<Long> implements LongSetting
-
Field Summary
Fields inherited from class io.datarouter.storage.setting.cached.CachedSetting
defaultSettingValue, finder, hasCustomValues, hasRedundantCustomValues, name -
Constructor Summary
Constructors Constructor Description LongCachedSetting(SettingFinder finder, String name, DefaultSettingValue<Long> 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.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName
-
Constructor Details
-
LongCachedSetting
public LongCachedSetting(SettingFinder finder, String name, DefaultSettingValue<Long> defaultValue)
-
-
Method Details