Uses of Interface
redis.clients.jedis.util.Hashing
-
Packages that use Hashing Package Description redis.clients.jedis redis.clients.jedis.util -
-
Uses of Hashing in redis.clients.jedis
Constructors in redis.clients.jedis with parameters of type Hashing Constructor Description BinaryShardedJedis(List<JedisShardInfo> shards, Hashing algo)BinaryShardedJedis(List<JedisShardInfo> shards, Hashing algo, Pattern keyTagPattern)ShardedJedis(List<JedisShardInfo> shards, Hashing algo)ShardedJedis(List<JedisShardInfo> shards, Hashing algo, Pattern keyTagPattern)ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, List<JedisShardInfo> shards, Hashing algo)ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, List<JedisShardInfo> shards, Hashing algo, Pattern keyTagPattern) -
Uses of Hashing in redis.clients.jedis.util
Classes in redis.clients.jedis.util that implement Hashing Modifier and Type Class Description classMurmurHashThis is a very fast, non-cryptographic hash suitable for general hash-based lookup.Fields in redis.clients.jedis.util declared as Hashing Modifier and Type Field Description static HashingHashing. MD5static HashingHashing. MURMUR_HASHConstructors in redis.clients.jedis.util with parameters of type Hashing Constructor Description Sharded(List<S> shards, Hashing algo)Sharded(List<S> shards, Hashing algo, Pattern tagPattern)
-