Uses of Class
io.datarouter.storage.config.environment.DatarouterEnvironmentType
Packages that use DatarouterEnvironmentType
Package
Description
-
Uses of DatarouterEnvironmentType in io.datarouter.storage.config.environment
Methods in io.datarouter.storage.config.environment that return DatarouterEnvironmentType -
Uses of DatarouterEnvironmentType in io.datarouter.storage.config.properties
Methods in io.datarouter.storage.config.properties that return DatarouterEnvironmentTypeModifier and TypeMethodDescriptionDatarouterEnvironmentTypeSupplier.getDatarouterEnvironmentType() -
Uses of DatarouterEnvironmentType in io.datarouter.storage.setting
Methods in io.datarouter.storage.setting that return types with arguments of type DatarouterEnvironmentTypeModifier and TypeMethodDescriptionDefaultSettingValue.getValueByEnvironmentCategoryNameByEnvironmentType()DefaultSettingValue.getValueByEnvironmentNameByEnvironmentType()DefaultSettingValue.getValueByEnvironmentType()DefaultSettingValue.getValueByServerNameByEnvironmentType()DefaultSettingValue.getValueByServerTypeByEnvironmentType()DefaultSettingValue.getValueByServiceNameByEnvironmentType()Methods in io.datarouter.storage.setting with parameters of type DatarouterEnvironmentTypeModifier and TypeMethodDescriptionDefaultSettingValue.getValue(DatarouterEnvironmentType environmentType, String environmentCategoryName, String environmentName, ServerType serverType, String serviceName, String serverName, List<DatarouterSettingTag> settingTags) DefaultSettingValue.getValue(DatarouterEnvironmentType environmentType, String environmentCategoryName, String environmentName, String serverTypeString, String serviceName, String serverName, List<DatarouterSettingTag> settingTags) DefaultSettingValue.getValueByEnvironmentCategoryName(DatarouterEnvironmentType environmentType) DefaultSettingValue.getValueByEnvironmentName(DatarouterEnvironmentType environmentType) DefaultSettingValue.getValueByServerName(DatarouterEnvironmentType environmentType) DefaultSettingValue.getValueByServerType(DatarouterEnvironmentType environmentType) DefaultSettingValue.getValueByServiceName(DatarouterEnvironmentType environmentType) Method parameters in io.datarouter.storage.setting with type arguments of type DatarouterEnvironmentTypeModifier and TypeMethodDescriptionDefaultSettingValue.withEnvironmentCategoryName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String categoryName, T value) DefaultSettingValue.withEnvironmentName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String environment, T value) DefaultSettingValue.withEnvironmentType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, T value) DefaultSettingValue.withServerName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String serverName, T value) DefaultSettingValue.withServerType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, ServerType serverType, T value) DefaultSettingValue.withServiceName(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, String serviceName, T value) -
Uses of DatarouterEnvironmentType in io.datarouter.storage.setting.cached
Method parameters in io.datarouter.storage.setting.cached with type arguments of type DatarouterEnvironmentTypeModifier and TypeMethodDescriptionCachedSetting.setEnvironmentCategoryNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String environmentCategoryName, T value) CachedSetting.setEnvironmentNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String environmentName, T value) CachedSetting.setEnvironmentTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, T value) CachedSetting.setEnvironmentTypesDefault(Collection<Supplier<DatarouterEnvironmentType>> environmentTypes, T value) CachedSetting.setServerNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String serverName, T value) CachedSetting.setServerTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, ServerType serverType, T value) CachedSetting.setServiceNameDefault(Supplier<DatarouterEnvironmentType> environmentType, String serviceName, T value)