public class JedisRedirectionException extends JedisDataException
| Constructor and Description |
|---|
JedisRedirectionException(String message,
HostAndPort targetNode,
int slot) |
JedisRedirectionException(String message,
Throwable cause,
HostAndPort targetNode,
int slot) |
JedisRedirectionException(Throwable cause,
HostAndPort targetNode,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSlot() |
HostAndPort |
getTargetNode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JedisRedirectionException(String message, HostAndPort targetNode, int slot)
public JedisRedirectionException(Throwable cause, HostAndPort targetNode, int slot)
public JedisRedirectionException(String message, Throwable cause, HostAndPort targetNode, int slot)
public HostAndPort getTargetNode()
public int getSlot()
Processing library Redis by Darius Morawiec. (c) 2015