Uses of Enum
com.exoscale.sdk.model.JsonSchemaRedis.PersistenceEnum
Packages that use JsonSchemaRedis.PersistenceEnum
-
Uses of JsonSchemaRedis.PersistenceEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaRedis.PersistenceEnumModifier and TypeMethodDescriptionJsonSchemaRedis.getPersistence()
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed.Returns the enum constant of this type with the specified name.static JsonSchemaRedis.PersistenceEnum[]
JsonSchemaRedis.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 JsonSchemaRedis.PersistenceEnumModifier and TypeMethodDescriptionJsonSchemaRedis.persistence
(JsonSchemaRedis.PersistenceEnum persistence) void
JsonSchemaRedis.setPersistence
(JsonSchemaRedis.PersistenceEnum persistence)