redis.clients.jedis
Class TransactionBlock

java.lang.Object
  extended by redis.clients.jedis.BinaryTransaction
      extended by redis.clients.jedis.Transaction
          extended by redis.clients.jedis.TransactionBlock

public abstract class TransactionBlock
extends Transaction


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

TransactionBlock

public TransactionBlock(Client client)

TransactionBlock

public TransactionBlock()
Method Detail

execute

public abstract void execute()
                      throws JedisException
Throws:
JedisException

setClient

public void setClient(Client client)


Copyright © 2010. All Rights Reserved.