|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostAndPort | |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.exceptions | |
| redis.clients.util | |
| Uses of HostAndPort in redis.clients.jedis |
|---|
| Methods in redis.clients.jedis that return HostAndPort | |
|---|---|
HostAndPort |
JedisSentinelPool.getCurrentHostMaster()
|
| Methods in redis.clients.jedis with parameters of type HostAndPort | |
|---|---|
void |
JedisClusterInfoCache.assignSlotsToNode(List<Integer> targetSlots,
HostAndPort targetNode)
|
void |
JedisClusterInfoCache.assignSlotToNode(int slot,
HostAndPort targetNode)
|
void |
JedisClusterConnectionHandler.assignSlotToNode(int slot,
HostAndPort targetNode)
|
static String |
JedisClusterInfoCache.getNodeKey(HostAndPort hnp)
|
void |
JedisClusterInfoCache.setNodeIfNotExist(HostAndPort node)
|
| Constructor parameters in redis.clients.jedis with type arguments of type HostAndPort | |
|---|---|
JedisCluster(Set<HostAndPort> nodes)
|
|
JedisCluster(Set<HostAndPort> nodes,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
|
|
JedisCluster(Set<HostAndPort> nodes,
int timeout)
|
|
JedisCluster(Set<HostAndPort> nodes,
int timeout,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
|
|
JedisCluster(Set<HostAndPort> nodes,
int timeout,
int maxRedirections)
|
|
JedisCluster(Set<HostAndPort> jedisClusterNode,
int timeout,
int maxRedirections,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
|
|
JedisClusterConnectionHandler(Set<HostAndPort> nodes,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
|
|
JedisSlotBasedConnectionHandler(Set<HostAndPort> nodes,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
|
|
| Uses of HostAndPort in redis.clients.jedis.exceptions |
|---|
| Methods in redis.clients.jedis.exceptions that return HostAndPort | |
|---|---|
HostAndPort |
JedisRedirectionException.getTargetNode()
|
| Constructors in redis.clients.jedis.exceptions with parameters of type HostAndPort | |
|---|---|
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)
|
|
| Uses of HostAndPort in redis.clients.util |
|---|
| Methods in redis.clients.util that return HostAndPort | |
|---|---|
HostAndPort |
ClusterNodeInformationParser.getHostAndPortFromNodeLine(String[] nodeInfoPartArray,
HostAndPort current)
|
HostAndPort |
ClusterNodeInformation.getNode()
|
| Methods in redis.clients.util with parameters of type HostAndPort | |
|---|---|
HostAndPort |
ClusterNodeInformationParser.getHostAndPortFromNodeLine(String[] nodeInfoPartArray,
HostAndPort current)
|
ClusterNodeInformation |
ClusterNodeInformationParser.parse(String nodeInfo,
HostAndPort current)
|
| Constructors in redis.clients.util with parameters of type HostAndPort | |
|---|---|
ClusterNodeInformation(HostAndPort node)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||