|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectredis.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.Transaction |
---|
append, decr, decrBy, del, exists, expire, expireAt, get, getSet, hdel, hexists, hget, hgetAll, hincrBy, hkeys, hlen, hmget, hmset, hset, hsetnx, hvals, incr, incrBy, keys, lindex, llen, lpop, lpush, lrange, lrem, lset, ltrim, mget, move, mset, msetnx, randomKey, rename, renamenx, rpop, rpoplpush, rpush, sadd, scard, sdiff, sdiffstore, set, setex, setnx, sinter, sinterstore, sismember, smembers, smove, sort, sort, spop, srandmember, srem, substr, sunion, sunionstore, ttl, type, zadd, zcard, zincrby, zrange, zrangeWithScores, zrank, zrem, zrevrange, zrevrangeWithScores, zrevrank, zscore |
Methods inherited from class redis.clients.jedis.BinaryTransaction |
---|
append, dbSize, decr, decrBy, del, discard, exec, exists, expire, expireAt, flushAll, flushDB, get, getSet, hdel, hexists, hget, hgetAll, hincrBy, hkeys, hlen, hmget, hmset, hset, hsetnx, hvals, incr, incrBy, keys, lindex, llen, lpop, lpush, lrange, lrem, lset, ltrim, mget, move, mset, msetnx, ping, randomBinaryKey, rename, renamenx, rpop, rpoplpush, rpush, sadd, scard, sdiff, sdiffstore, select, set, setex, setnx, sinter, sinterstore, sismember, smembers, smove, sort, sort, spop, srandmember, srem, substr, sunion, sunionstore, ttl, type, zadd, zcard, zincrby, zrange, zrangeWithScores, zrank, zrem, zrevrange, zrevrangeWithScores, zrevrank, zscore |
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 |