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>
-
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
ConstructorsConstructorDescriptionLongCachedSetting(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, 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.LongSetting
parseStringValueMethods inherited from interface io.datarouter.storage.setting.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName