Uses of Interface
redis.clients.jedis.util.Hashing
Packages that use Hashing
Package
Description
This package contains the implementations of ConnectionProvider interface.
This package contains the utility classes.
-
Uses of Hashing in redis.clients.jedis
Fields in redis.clients.jedis declared as HashingModifier and TypeFieldDescriptionprivate final HashingShardedCommandArguments.algoprivate final HashingShardedCommandObjects.algoConstructors in redis.clients.jedis with parameters of type HashingModifierConstructorDescriptionJedisSharding(List<HostAndPort> shards, JedisClientConfig clientConfig, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, Hashing algo) JedisSharding(List<HostAndPort> shards, JedisClientConfig clientConfig, Hashing algo) ShardedCommandArguments(Hashing algo, Pattern tagPattern, ProtocolCommand command) ShardedCommandArguments(Hashing algo, ProtocolCommand command) ShardedCommandObjects(Hashing algo) ShardedCommandObjects(Hashing algo, Pattern tagPattern) ShardedPipeline(List<HostAndPort> shards, JedisClientConfig clientConfig, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, Hashing algo, Pattern tagPattern) -
Uses of Hashing in redis.clients.jedis.providers
Fields in redis.clients.jedis.providers declared as HashingMethods in redis.clients.jedis.providers that return HashingConstructors in redis.clients.jedis.providers with parameters of type HashingModifierConstructorDescriptionShardedConnectionProvider(List<HostAndPort> shards, JedisClientConfig clientConfig, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, Hashing algo) ShardedConnectionProvider(List<HostAndPort> shards, JedisClientConfig clientConfig, Hashing algo) -
Uses of Hashing in redis.clients.jedis.util
Classes in redis.clients.jedis.util that implement HashingModifier and TypeClassDescriptionclassThis is a very fast, non-cryptographic hash suitable for general hash-based lookup.Fields in redis.clients.jedis.util declared as HashingModifier and TypeFieldDescriptionstatic final HashingHashing.MD5static final HashingHashing.MURMUR_HASH