Uses of Enum Class
redis.clients.jedis.args.ClientPauseMode
Packages that use ClientPauseMode
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 ClientPauseMode in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ClientPauseMode -
Uses of ClientPauseMode in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return ClientPauseModeModifier and TypeMethodDescriptionstatic ClientPauseModeReturns the enum constant of this class with the specified name.static ClientPauseMode[]ClientPauseMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientPauseMode in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClientPauseModeModifier and TypeMethodDescriptionClientBinaryCommands.clientPause(long timeout, ClientPauseMode mode) A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)ClientCommands.clientPause(long timeout, ClientPauseMode mode) A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)