Uses of Class
redis.embedded.model.OS
Package | Description |
---|---|
redis.embedded | |
redis.embedded.model |
-
Uses of OS in redis.embedded
Methods in redis.embedded with parameters of type OS Modifier and Type Method Description RedisExecProvider
RedisExecProvider. put(OS os, String executable)
RedisExecProvider
RedisExecProvider. put(OS os, Architecture arch, String executable)
-
Uses of OS in redis.embedded.model
Methods in redis.embedded.model that return OS Modifier and Type Method Description static OS
OS. detectOS()
OS
OsArchitecture. os()
static OS
OS. 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)