Uses of Enum Class
redis.clients.jedis.args.ClusterResetType
Packages that use ClusterResetType
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 ClusterResetType in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ClusterResetType -
Uses of ClusterResetType in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return ClusterResetTypeModifier and TypeMethodDescriptionstatic ClusterResetTypeReturns the enum constant of this class with the specified name.static ClusterResetType[]ClusterResetType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClusterResetType in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClusterResetTypeModifier and TypeMethodDescriptionClusterCommands.clusterReset(ClusterResetType resetType) resetTypecan be null for default behavior.