Uses of Enum Class
org.springframework.data.redis.connection.RedisClusterNode.LinkState
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisClusterNode.LinkState in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionRedisClusterNode.getLinkState()
static RedisClusterNode.LinkState
Returns the enum constant of this class with the specified name.static RedisClusterNode.LinkState[]
RedisClusterNode.LinkState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRedisClusterNode.RedisClusterNodeBuilder.linkState
(RedisClusterNode.LinkState linkState)