Package redis.clients.jedis
Class ShardedCommandArguments
java.lang.Object
redis.clients.jedis.CommandArguments
redis.clients.jedis.ShardedCommandArguments
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShardedCommandArguments(Hashing algo, Pattern tagPattern, ProtocolCommand command) ShardedCommandArguments(Hashing algo, ProtocolCommand command) -
Method Summary
Modifier and TypeMethodDescriptionprivate Stringprotected CommandArgumentsprocessKey(byte[] key) protected CommandArgumentsprocessKey(String key) Methods inherited from class redis.clients.jedis.CommandArguments
add, addObjects, addObjects, addObjects, addParams, blocking, getCommand, isBlocking, iterator, key, keys, processKeys, processKeys, sizeMethods 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
-
algo
-
tagPattern
-
keyHash
-
-
Constructor Details
-
ShardedCommandArguments
-
ShardedCommandArguments
-
-
Method Details
-
getKeyHash
-
processKey
- Overrides:
processKeyin classCommandArguments
-
processKey
- Overrides:
processKeyin classCommandArguments
-
getKeyTag
-