Uses of Enum Class
redis.clients.jedis.args.ClusterFailoverOption
Packages that use ClusterFailoverOption
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of ClusterFailoverOption in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ClusterFailoverOption -
Uses of ClusterFailoverOption in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return ClusterFailoverOptionModifier and TypeMethodDescriptionstatic ClusterFailoverOptionReturns the enum constant of this class with the specified name.static ClusterFailoverOption[]ClusterFailoverOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClusterFailoverOption in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClusterFailoverOptionModifier and TypeMethodDescriptionClusterCommands.clusterFailover(ClusterFailoverOption failoverOption)