Uses of Enum Class
org.springframework.data.redis.connection.RedisNode.NodeType
Packages that use RedisNode.NodeType
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisNode.NodeType in org.springframework.data.redis.connection
Subclasses with type arguments of type RedisNode.NodeType in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return RedisNode.NodeTypeModifier and TypeMethodDescriptionRedisNode.getType()static RedisNode.NodeTypeReturns the enum constant of this class with the specified name.static RedisNode.NodeType[]RedisNode.NodeType.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 RedisNode.NodeTypeModifier and TypeMethodDescriptionRedisClusterNode.RedisClusterNodeBuilder.promotedAs(RedisNode.NodeType nodeType) RedisNode.RedisNodeBuilder.promotedAs(RedisNode.NodeType type) Set server role.