org.apache.camel.component.redis
Class CommandDispatcher
java.lang.Object
   org.apache.camel.component.redis.CommandDispatcher
org.apache.camel.component.redis.CommandDispatcher
- public class CommandDispatcher 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CommandDispatcher
public CommandDispatcher(RedisConfiguration configuration,
                         org.apache.camel.Exchange exchange)
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