Uses of Class
io.datarouter.storage.setting.cached.CachedSetting
-
Uses of CachedSetting in io.datarouter.storage.config.setting
Fields in io.datarouter.storage.config.setting declared as CachedSetting Modifier and Type Field Description CachedSetting<Boolean>DatarouterAdminEmailSettings. includeAdditionalAdministratorsEmailsCachedSetting<Boolean>DatarouterStorageSettingRoot. recordCallsites -
Uses of CachedSetting in io.datarouter.storage.config.setting.impl
Methods in io.datarouter.storage.config.setting.impl that return CachedSetting Modifier and Type Method Description CachedSetting<Integer>DatarouterClientAvailabilitySwitchThresholdSettings. getSwitchThreshold(ClientId clientId) -
Uses of CachedSetting in io.datarouter.storage.setting
Methods in io.datarouter.storage.setting with type parameters of type CachedSetting Modifier and Type Method Description protected <S extends CachedSetting<?>>
SSettingNode. register(S setting)Methods in io.datarouter.storage.setting that return types with arguments of type CachedSetting Modifier and Type Method Description ArrayList<CachedSetting<?>>SettingNode. getListSettings()Optional<CachedSetting<?>>SettingRoot. getSettingByName(String name)SortedMap<String,CachedSetting<?>>SettingNode. getSettings()Methods in io.datarouter.storage.setting with parameters of type CachedSetting Modifier and Type Method Description voidMemorySettingFinder. registerCachedSetting(CachedSetting<?> setting)voidSettingFinder. registerCachedSetting(CachedSetting<?> setting) -
Uses of CachedSetting in io.datarouter.storage.setting.cached
Methods in io.datarouter.storage.setting.cached that return CachedSetting Modifier and Type Method Description CachedSetting<T>CachedSetting. setEnvironmentNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String environmentName, T value)CachedSetting<T>CachedSetting. setEnvironmentTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, T value)CachedSetting<T>CachedSetting. setEnvironmentTypesDefault(Collection<Supplier<DatarouterEnvironmentType>> environmentTypes, T value)CachedSetting<T>CachedSetting. setGlobalDefault(T value)CachedSetting<T>CachedSetting. setServerNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String serverName, T value)CachedSetting<T>CachedSetting. setServerTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, ServerType serverType, T value) -
Uses of CachedSetting in io.datarouter.storage.setting.cached.impl
Subclasses of CachedSetting in io.datarouter.storage.setting.cached.impl Modifier and Type Class Description classBooleanCachedSettingclassCommaSeparatedStringCachedSettingclassDoubleCachedSettingclassDurationCachedSettingclassIntegerCachedSettingclassLongCachedSettingclassStringCachedSetting