|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.data.redis.connection.jedis.JedisUtils
@Deprecated public abstract class JedisUtils
Helper class featuring methods for Jedis connection handling, providing support for exception translation. Deprecated
in favor of JedisConverters
Constructor Summary | |
---|---|
JedisUtils()
Deprecated. |
Method Summary | |
---|---|
static DataAccessException |
convertJedisAccessException(redis.clients.jedis.exceptions.JedisException ex)
Deprecated. Converts the given, native Jedis exception to Spring's DAO hierarchy. |
static DataAccessException |
convertJedisAccessException(RuntimeException ex)
Deprecated. Converts the given, native, runtime Jedis exception to Spring's DAO hierarchy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JedisUtils()
Method Detail |
---|
public static DataAccessException convertJedisAccessException(redis.clients.jedis.exceptions.JedisException ex)
ex
- Jedis exception
public static DataAccessException convertJedisAccessException(RuntimeException ex)
ex
- Jedis runtime/unchecked exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |