Uses of Interface
redis.clients.util.Hashing

Packages that use Hashing
redis.clients.jedis   
redis.clients.util   
 

Uses of Hashing in redis.clients.jedis
 

Constructors in redis.clients.jedis with parameters of type Hashing
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.pool.impl.GenericObjectPool.Config poolConfig, List<JedisShardInfo> shards, Hashing algo)
           
ShardedJedisPool(org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig, List<JedisShardInfo> shards, Hashing algo, Pattern keyTagPattern)
           
 

Uses of Hashing in redis.clients.util
 

Classes in redis.clients.util that implement Hashing
 class MurmurHash
          This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
 

Fields in redis.clients.util declared as Hashing
static Hashing Hashing.MD5
           
static Hashing Hashing.MURMUR_HASH
           
 

Constructors in redis.clients.util with parameters of type Hashing
Sharded(List<S> shards, Hashing algo)
           
Sharded(List<S> shards, Hashing algo, Pattern tagPattern)
           
 



Copyright © 2012. All Rights Reserved.