Package redis.clients.jedis
Class CommandArguments
java.lang.Object
redis.clients.jedis.CommandArguments
- Direct Known Subclasses:
ClusterCommandArguments,ShardedCommandArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddObjects(int[] ints) Deprecated.addObjects(Object... args) addObjects(Collection args) final CommandArgumentsblocking()booleaniterator()final CommandArgumentsprotected CommandArgumentsprocessKey(byte[] key) protected CommandArgumentsprocessKey(String key) protected final CommandArgumentsprocessKeys(byte[]... keys) protected final CommandArgumentsprocessKeys(String... keys) intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
args
-
blocking
private boolean blocking
-
-
Constructor Details
-
CommandArguments
private CommandArguments() -
CommandArguments
-
-
Method Details