Uses of Class
redis.embedded.model.Architecture
Package | Description |
---|---|
redis.embedded | |
redis.embedded.model |
-
Uses of Architecture in redis.embedded
Methods in redis.embedded with parameters of type Architecture Modifier and Type Method Description RedisExecProvider
RedisExecProvider. put(OS os, Architecture arch, String executable)
-
Uses of Architecture in redis.embedded.model
Methods in redis.embedded.model that return Architecture Modifier and Type Method Description Architecture
OsArchitecture. arch()
Architecture
OS. detectArchitecture()
static Architecture
Architecture. detectMacOSXArchitecture()
static Architecture
Architecture. detectUnixArchitecture()
static Architecture
Architecture. detectWindowsArchitecture()
static Architecture
Architecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static Architecture[]
Architecture. 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 Architecture Constructor Description OsArchitecture(OS os, Architecture arch)