Uses of Enum Class
org.springframework.data.redis.connection.RedisClusterNode.Flag
Packages that use RedisClusterNode.Flag
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisClusterNode.Flag in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisClusterNode.FlagModifier and TypeMethodDescriptionstatic RedisClusterNode.Flag
Returns the enum constant of this class with the specified name.static RedisClusterNode.Flag[]
RedisClusterNode.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisClusterNode.FlagMethod parameters in org.springframework.data.redis.connection with type arguments of type RedisClusterNode.FlagModifier and TypeMethodDescriptionRedisClusterNode.RedisClusterNodeBuilder.withFlags
(Set<RedisClusterNode.Flag> flags) Set flags for node.