Uses of Enum
redis.embedded.model.Architecture
Packages that use Architecture
-
Uses of Architecture in redis.embedded.core
Methods in redis.embedded.core with parameters of type ArchitectureModifier and TypeMethodDescriptionExecutableProviderBuilder.put
(OS os, Architecture arch, String executable) -
Uses of Architecture in redis.embedded.model
Fields in redis.embedded.model declared as ArchitectureMethods in redis.embedded.model that return ArchitectureModifier and TypeMethodDescriptionOS.detectArchitecture()
static Architecture
Architecture.detectMacOSXArchitecture()
static Architecture
Architecture.detectUnixArchitecture()
static Architecture
Architecture.detectWindowsArchitecture()
static Architecture
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