|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectredis.clients.jedis.Queable
redis.clients.jedis.BinaryTransaction
redis.clients.jedis.Transaction
redis.clients.jedis.TransactionBlock
public abstract class TransactionBlock
Field Summary |
---|
Fields inherited from class redis.clients.jedis.BinaryTransaction |
---|
client, inTransaction |
Constructor Summary | |
---|---|
TransactionBlock()
|
|
TransactionBlock(Client client)
|
Method Summary | |
---|---|
abstract void |
execute()
|
void |
setClient(Client client)
|
Methods inherited from class redis.clients.jedis.BinaryTransaction |
---|
append, blpop, brpop, brpoplpush, decr, decrBy, del, discard, echo, exec, exists, expire, expireAt, get, getSet, hdel, hexists, hget, hgetAll, hincrBy, hkeys, hlen, hmget, hmset, hset, hsetnx, hvals, incr, incrBy, keys, lindex, linsert, llen, lpop, lpush, lpushx, lrange, lrem, lset, ltrim, mget, move, mset, msetnx, persist, rename, renamenx, rpop, rpoplpush, rpush, rpushx, sadd, scard, sdiff, sdiffstore, set, setex, setnx, sinter, sinterstore, sismember, smembers, smove, sort, sort, sort, sort, spop, srandmember, srem, strlen, substr, sunion, sunionstore, ttl, type, watch, zadd, zcard, zcount, zincrby, zinterstore, zinterstore, zrange, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeWithScores, zrank, zrem, zremrangeByRank, zremrangeByScore, zrevrange, zrevrangeWithScores, zrevrank, zscore, zunionstore, zunionstore |
Methods inherited from class redis.clients.jedis.Queable |
---|
clean, generateResponse, getResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionBlock(Client client)
public TransactionBlock()
Method Detail |
---|
public abstract void execute() throws JedisException
JedisException
public void setClient(Client client)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |