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
Subclasses with type arguments of type RedisStreamCommands.StreamDeletionPolicy in org.springframework.data.redis.connectionModifier and TypeClassDescriptionstatic enumDeletion policy for stream entries - specifies how to handle consumer group references when deleting stream entries.Methods in org.springframework.data.redis.connection that return RedisStreamCommands.StreamDeletionPolicyModifier and TypeMethodDescriptionRedisStreamCommands.StreamDeletionPolicy.delete()Factory method forRedisStreamCommands.StreamDeletionPolicy.DELETE_REFERENCES.@Nullable RedisStreamCommands.StreamDeletionPolicyRedisStreamCommands.TrimOptions.getDeletionPolicy()RedisStreamCommands.XDelOptions.getDeletionPolicy()RedisStreamCommands.StreamDeletionPolicy.keep()Factory method forRedisStreamCommands.StreamDeletionPolicy.KEEP_REFERENCES.RedisStreamCommands.StreamDeletionPolicy.removeAcknowledged()Factory method forRedisStreamCommands.StreamDeletionPolicy.ACKNOWLEDGED.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.