Uses of Class
com.exoscale.sdk.model.JsonSchemaRedis.PersistenceEnum
-
Packages that use JsonSchemaRedis.PersistenceEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaRedis.PersistenceEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaRedis.PersistenceEnum Modifier and Type Method Description static JsonSchemaRedis.PersistenceEnum
JsonSchemaRedis.PersistenceEnum. fromValue(String value)
JsonSchemaRedis.PersistenceEnum
JsonSchemaRedis. getPersistence()
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed.static JsonSchemaRedis.PersistenceEnum
JsonSchemaRedis.PersistenceEnum. valueOf(String name)
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.PersistenceEnum Modifier and Type Method Description JsonSchemaRedis
JsonSchemaRedis. persistence(JsonSchemaRedis.PersistenceEnum persistence)
void
JsonSchemaRedis. setPersistence(JsonSchemaRedis.PersistenceEnum persistence)
-