Uses of Class
io.datarouter.storage.config.environment.DatarouterEnvironmentType
| Package | Description |
|---|---|
| io.datarouter.storage.config.environment | |
| io.datarouter.storage.setting | |
| io.datarouter.storage.setting.cached |
-
Uses of DatarouterEnvironmentType in io.datarouter.storage.config.environment
Methods in io.datarouter.storage.config.environment that return DatarouterEnvironmentType Modifier and Type Method Description DatarouterEnvironmentTypeEnvironmentType. get() -
Uses of DatarouterEnvironmentType in io.datarouter.storage.setting
Methods in io.datarouter.storage.setting that return types with arguments of type DatarouterEnvironmentType Modifier and Type Method Description Map<DatarouterEnvironmentType,Map<String,T>>DefaultSettingValue. getValueByEnvironmentNameByEnvironmentType()Map<DatarouterEnvironmentType,T>DefaultSettingValue. getValueByEnvironmentType()Map<DatarouterEnvironmentType,Map<String,T>>DefaultSettingValue. getValueByServerNameByEnvironmentType()Map<DatarouterEnvironmentType,Map<String,T>>DefaultSettingValue. getValueByServerTypeByEnvironmentType()Methods in io.datarouter.storage.setting with parameters of type DatarouterEnvironmentType Modifier and Type Method Description TDefaultSettingValue. getValue(DatarouterEnvironmentType environmentType, String environmentName, ServerType serverType, String serverName, List<DatarouterSettingTag> settingTags)TDefaultSettingValue. getValue(DatarouterEnvironmentType environmentType, String environmentName, String serverTypeString, String serverName, List<DatarouterSettingTag> settingTags)Map<String,T>DefaultSettingValue. getValueByEnvironmentName(DatarouterEnvironmentType environmentType)Map<String,T>DefaultSettingValue. getValueByServerName(DatarouterEnvironmentType environmentType)Map<String,T>DefaultSettingValue. getValueByServerType(DatarouterEnvironmentType environmentType)Method parameters in io.datarouter.storage.setting with type arguments of type DatarouterEnvironmentType Modifier and Type Method Description DefaultSettingValue<T>DefaultSettingValue. withEnvironmentName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String environment, T value)DefaultSettingValue<T>DefaultSettingValue. withEnvironmentType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, T value)DefaultSettingValue<T>DefaultSettingValue. withServerName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String serverName, T value)DefaultSettingValue<T>DefaultSettingValue. withServerType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, ServerType serverType, T value) -
Uses of DatarouterEnvironmentType in io.datarouter.storage.setting.cached
Method parameters in io.datarouter.storage.setting.cached with type arguments of type DatarouterEnvironmentType 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. setServerNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String serverName, T value)CachedSetting<T>CachedSetting. setServerTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, ServerType serverType, T value)