Uses of Class
redis.embedded.model.OS
| Package | Description |
|---|---|
| redis.embedded.core | |
| redis.embedded.model |
-
Uses of OS in redis.embedded.core
Methods in redis.embedded.core with parameters of type OS Modifier and Type Method Description ExecutableProviderBuilderExecutableProviderBuilder. put(OS os, String executable)ExecutableProviderBuilderExecutableProviderBuilder. put(OS os, Architecture arch, String executable) -
Uses of OS in redis.embedded.model
Fields in redis.embedded.model declared as OS Modifier and Type Field Description OSOsArchitecture. osMethods in redis.embedded.model that return OS Modifier and Type Method Description static OSOS. detectOS()static OSOS. valueOf(String name)Returns the enum constant of this type with the specified name.static OS[]OS. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in redis.embedded.model with parameters of type OS Constructor Description OsArchitecture(OS os, Architecture arch)