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()
Copyright © 2014. All rights reserved.