Uses of Interface
io.datarouter.storage.servertype.ServerType
Packages that use ServerType
Package
Description
-
Uses of ServerType in io.datarouter.storage.config.properties
Methods in io.datarouter.storage.config.properties that return ServerType -
Uses of ServerType in io.datarouter.storage.servertype
Classes in io.datarouter.storage.servertype that implement ServerTypeFields in io.datarouter.storage.servertype declared as ServerTypeModifier and TypeFieldDescriptionstatic final ServerTypeServerType.ALLstatic final ServerTypeServerType.DEVstatic final ServerTypeServerType.UNKNOWNMethods in io.datarouter.storage.servertype that return ServerTypeModifier and TypeMethodDescriptionBaseServerTypes.fromPersistentString(String str) ServerTypes.fromPersistentString(String str) BaseServerTypes.getJobletServerType()default ServerTypeServerTypes.getJobletServerType()BaseServerTypes.getJobServerType()default ServerTypeServerTypes.getJobServerType()BaseServerTypes.getWebServerType()ServerTypes.getWebServerType()static ServerTypeBaseServerTypes.makeProduction(String persistentString, boolean isHttpExposed) Methods in io.datarouter.storage.servertype that return types with arguments of type ServerTypeModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<ServerType>BaseServerTypes.values()io.datarouter.scanner.Scanner<ServerType>ServerTypes.values()Methods in io.datarouter.storage.servertype with parameters of type ServerTypeModifier and TypeMethodDescriptionBaseServerTypes.add(ServerType serverType) intSingleServerType.compareTo(ServerType other) Constructors in io.datarouter.storage.servertype with parameters of type ServerTypeModifierConstructorDescriptionBaseServerTypes(ServerType defaultServerType) protectedBaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType) -
Uses of ServerType in io.datarouter.storage.setting
Methods in io.datarouter.storage.setting that return ServerTypeModifier and TypeMethodDescriptionMemorySettingFinder.getServerType()SettingFinder.getServerType()Methods in io.datarouter.storage.setting with parameters of type ServerTypeModifier and TypeMethodDescriptionDefaultSettingValue.getValue(DatarouterEnvironmentType environmentType, String environmentCategoryName, String environmentName, ServerType serverType, String serviceName, String serverName, List<DatarouterSettingTag> settingTags) DefaultSettingValue.getValue(String environmentTypeString, String environmentCategoryName, String environmentName, ServerType serverType, String serviceName, String serverName, List<DatarouterSettingTag> settingTags) DefaultSettingValue.withServerType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, ServerType serverType, T value) Constructors in io.datarouter.storage.setting with parameters of type ServerTypeModifierConstructorDescriptionMemorySettingFinder(String environmentType, String environmentName, String environmentCategoryName, ServerType serverType, String serverName, String serviceName, List<DatarouterSettingTag> settingTags) -
Uses of ServerType in io.datarouter.storage.setting.cached
Methods in io.datarouter.storage.setting.cached with parameters of type ServerTypeModifier and TypeMethodDescriptionCachedSetting.setServerTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, ServerType serverType, T value)