org.apache.camel.component.redis
Class CommandDispatcher

java.lang.Object
  extended by org.apache.camel.component.redis.CommandDispatcher

public class CommandDispatcher
extends Object


Constructor Summary
CommandDispatcher(RedisConfiguration configuration, org.apache.camel.Exchange exchange)
           
 
Method Summary
 void execute(RedisClient redisClient)
           
 Long getCount()
           
 Integer getDb()
           
 String getDestination()
           
 Double getIncrement()
           
 Long getIndex()
           
 Collection<String> getKeys()
           
 Double getMax()
           
 Double getMin()
           
 String getPattern()
           
 String getPivot()
           
 String getPosition()
           
 Double getScore()
           
 Long getTimestamp()
           
 Boolean getWithScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandDispatcher

public CommandDispatcher(RedisConfiguration configuration,
                         org.apache.camel.Exchange exchange)
Method Detail

execute

public void execute(RedisClient redisClient)

getDestination

public String getDestination()

getIndex

public Long getIndex()

getPivot

public String getPivot()

getPosition

public String getPosition()

getCount

public Long getCount()

getKeys

public Collection<String> getKeys()

getTimestamp

public Long getTimestamp()

getPattern

public String getPattern()

getDb

public Integer getDb()

getScore

public Double getScore()

getMin

public Double getMin()

getMax

public Double getMax()

getIncrement

public Double getIncrement()

getWithScore

public Boolean getWithScore()


Apache Camel