Uses of Enum
com.exoscale.sdk.model.JsonSchemaValkey.PersistenceEnum
Packages that use JsonSchemaValkey.PersistenceEnum
-
Uses of JsonSchemaValkey.PersistenceEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaValkey.PersistenceEnumModifier and TypeMethodDescriptionJsonSchemaValkey.getPersistence()
When persistence is 'rdb', Valkey does RDB dumps each 10 minutes if any key is changed.Returns the enum constant of this type with the specified name.static JsonSchemaValkey.PersistenceEnum[]
JsonSchemaValkey.PersistenceEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaValkey.PersistenceEnumModifier and TypeMethodDescriptionJsonSchemaValkey.persistence
(JsonSchemaValkey.PersistenceEnum persistence) void
JsonSchemaValkey.setPersistence
(JsonSchemaValkey.PersistenceEnum persistence)