Class KeysDAORedisImpl.KeyDAOWork
java.lang.Object
net.greghaines.jesque.meta.dao.impl.KeysDAORedisImpl.KeyDAOWork
- Enclosing class:
KeysDAORedisImpl
- Author:
- Greg Haines
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyDAOWork(String key) protectedKeyDAOWork(String key, int offset, int count) -
Method Summary
Modifier and TypeMethodDescriptiondoWork(UnifiedJedis jedis) protected KeyInfohandleHash(UnifiedJedis jedis) protected KeyInfohandleList(UnifiedJedis jedis) protected KeyInfohandleSet(UnifiedJedis jedis) protected KeyInfohandleString(UnifiedJedis jedis) protected KeyInfohandleZSet(UnifiedJedis jedis)
-
Constructor Details
-
KeyDAOWork
-
KeyDAOWork
-
-
Method Details
-
doWork
- Throws:
Exception
-
handleZSet
-
handleString
-
handleSet
-
handleList
-
handleHash
-