Uses of Interface
io.datarouter.storage.servertype.ServerType
| Package | Description |
|---|---|
| io.datarouter.storage.config | |
| io.datarouter.storage.servertype | |
| io.datarouter.storage.setting | |
| io.datarouter.storage.setting.cached |
-
Uses of ServerType in io.datarouter.storage.config
Methods in io.datarouter.storage.config that return ServerType Modifier and Type Method Description ServerTypeDatarouterProperties. getServerType() -
Uses of ServerType in io.datarouter.storage.servertype
Classes in io.datarouter.storage.servertype that implement ServerType Modifier and Type Class Description classSingleServerTypeFields in io.datarouter.storage.servertype declared as ServerType Modifier and Type Field Description static ServerTypeServerType. ALLstatic ServerTypeServerType. DEVstatic ServerTypeServerType. UNKNOWNMethods in io.datarouter.storage.servertype that return ServerType Modifier and Type Method Description ServerTypeBaseServerTypes. fromPersistentString(String str)ServerTypeServerTypes. fromPersistentString(String str)ServerTypeBaseServerTypes. getJobletServerType()default ServerTypeServerTypes. getJobletServerType()ServerTypeBaseServerTypes. getJobServerType()default ServerTypeServerTypes. getJobServerType()ServerTypeBaseServerTypes. getWebServerType()ServerTypeServerTypes. getWebServerType()static ServerTypeBaseServerTypes. makeProduction(String persistentString)Methods in io.datarouter.storage.servertype that return types with arguments of type ServerType Modifier and Type Method Description io.datarouter.scanner.Scanner<ServerType>BaseServerTypes. values()io.datarouter.scanner.Scanner<ServerType>ServerTypes. values()Methods in io.datarouter.storage.servertype with parameters of type ServerType Modifier and Type Method Description BaseServerTypesBaseServerTypes. add(ServerType serverType)intSingleServerType. compareTo(ServerType other)Constructors in io.datarouter.storage.servertype with parameters of type ServerType Constructor Description BaseServerTypes(ServerType defaultServerType)BaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType) -
Uses of ServerType in io.datarouter.storage.setting
Methods in io.datarouter.storage.setting that return ServerType Modifier and Type Method Description ServerTypeMemorySettingFinder. getServerType()ServerTypeSettingFinder. getServerType()Methods in io.datarouter.storage.setting with parameters of type ServerType Modifier and Type Method Description TDefaultSettingValue. getValue(DatarouterEnvironmentType environmentType, String environmentName, ServerType serverType, String serverName, List<DatarouterSettingTag> settingTags)TDefaultSettingValue. getValue(String environmentTypeString, String environmentName, ServerType serverType, String serverName, List<DatarouterSettingTag> settingTags)DefaultSettingValue<T>DefaultSettingValue. withServerType(Supplier<DatarouterEnvironmentType> environmentTypeSupplier, ServerType serverType, T value)Constructors in io.datarouter.storage.setting with parameters of type ServerType Constructor Description MemorySettingFinder(String environmentType, String environment, ServerType serverType, String serverName, List<DatarouterSettingTag> settingTags) -
Uses of ServerType in io.datarouter.storage.setting.cached
Methods in io.datarouter.storage.setting.cached with parameters of type ServerType Modifier and Type Method Description CachedSetting<T>CachedSetting. setServerTypeDefault(Supplier<DatarouterEnvironmentType> environmentType, ServerType serverType, T value)