|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pool | |
---|---|
redis.clients.jedis |
Uses of Pool in redis.clients.jedis |
---|
Subclasses of Pool in redis.clients.jedis | |
---|---|
class |
JedisPool
|
class |
JedisSentinelPool
|
class |
ShardedJedisPool
|
Fields in redis.clients.jedis declared as Pool | |
---|---|
protected Pool<ShardedJedis> |
ShardedJedis.dataSource
|
protected Pool<Jedis> |
Jedis.dataSource
|
Methods in redis.clients.jedis with parameters of type Pool | |
---|---|
void |
Jedis.setDataSource(Pool<Jedis> jedisPool)
|
void |
ShardedJedis.setDataSource(Pool<ShardedJedis> shardedJedisPool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |