| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.exceptions |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
JedisSentinelPool.getCurrentHostMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
JedisClusterConnectionHandler.assignSlotToNode(int slot,
HostAndPort targetNode) |
void |
JedisSlotBasedConnectionHandler.assignSlotToNode(int slot,
HostAndPort targetNode) |
protected String |
JedisClusterConnectionHandler.getNodeKey(HostAndPort hnp) |
| Constructor and Description |
|---|
JedisCluster(Set<HostAndPort> nodes) |
JedisCluster(Set<HostAndPort> nodes,
int timeout) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int timeout,
int maxRedirections) |
JedisClusterConnectionHandler(Set<HostAndPort> nodes) |
JedisRandomConnectionHandler(Set<HostAndPort> nodes) |
JedisSlotBasedConnectionHandler(Set<HostAndPort> nodes) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
JedisRedirectionException.getTargetNode() |
| Constructor and Description |
|---|
JedisAskDataException(String message,
HostAndPort targetHost,
int slot) |
JedisAskDataException(String message,
Throwable cause,
HostAndPort targetHost,
int slot) |
JedisAskDataException(Throwable cause,
HostAndPort targetHost,
int slot) |
JedisMovedDataException(String message,
HostAndPort targetNode,
int slot) |
JedisMovedDataException(String message,
Throwable cause,
HostAndPort targetNode,
int slot) |
JedisMovedDataException(Throwable cause,
HostAndPort targetNode,
int slot) |
JedisRedirectionException(String message,
HostAndPort targetNode,
int slot) |
JedisRedirectionException(String message,
Throwable cause,
HostAndPort targetNode,
int slot) |
JedisRedirectionException(Throwable cause,
HostAndPort targetNode,
int slot) |
Copyright © 2014. All rights reserved.