Uses of Enum Class
org.springframework.data.redis.connection.RedisStreamCommands.StreamDeletionPolicy
Packages that use RedisStreamCommands.StreamDeletionPolicy
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.StreamDeletionPolicy in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.StreamDeletionPolicyModifier and TypeMethodDescriptionRedisStreamCommands.StreamDeletionPolicy.delete()Factory method forDELETE_REFERENCES.@Nullable RedisStreamCommands.StreamDeletionPolicyRedisStreamCommands.TrimOptions.getDeletionPolicy()RedisStreamCommands.XDelOptions.getDeletionPolicy()RedisStreamCommands.StreamDeletionPolicy.keep()Factory method forKEEP_REFERENCES.RedisStreamCommands.StreamDeletionPolicy.removeAcknowledged()Factory method forACKNOWLEDGED.Returns the enum constant of this class with the specified name.RedisStreamCommands.StreamDeletionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.StreamDeletionPolicyModifier and TypeMethodDescriptionRedisStreamCommands.TrimOptions.deletionPolicy(RedisStreamCommands.StreamDeletionPolicy deletionPolicy) Set the deletion policy for trimming.RedisStreamCommands.XDelOptions.deletionPolicy(RedisStreamCommands.StreamDeletionPolicy deletionPolicy) Set the deletion policy for the delete operation.