Uses of Class
redis.embedded.model.Architecture
| Package | Description |
|---|---|
| redis.embedded.core | |
| redis.embedded.model |
-
Uses of Architecture in redis.embedded.core
Methods in redis.embedded.core with parameters of type Architecture Modifier and Type Method Description ExecutableProviderBuilderExecutableProviderBuilder. put(OS os, Architecture arch, String executable) -
Uses of Architecture in redis.embedded.model
Fields in redis.embedded.model declared as Architecture Modifier and Type Field Description ArchitectureOsArchitecture. archMethods in redis.embedded.model that return Architecture Modifier and Type Method Description ArchitectureOS. detectArchitecture()static ArchitectureArchitecture. detectMacOSXArchitecture()static ArchitectureArchitecture. detectUnixArchitecture()static ArchitectureArchitecture. detectWindowsArchitecture()static ArchitectureArchitecture. 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)