Package org.apache.camel.component.redis
Class RedisProducer
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultProducer
org.apache.camel.support.DefaultAsyncProducer
org.apache.camel.support.HeaderSelectorProducer
org.apache.camel.component.redis.RedisProducer
- All Implemented Interfaces:
AutoCloseable
,org.apache.camel.AsyncProcessor
,org.apache.camel.AsyncProducer
,org.apache.camel.CamelContextAware
,org.apache.camel.EndpointAware
,org.apache.camel.IsSingleton
,org.apache.camel.Processor
,org.apache.camel.Producer
,org.apache.camel.Service
,org.apache.camel.ShutdownableService
,org.apache.camel.spi.HasCamelContext
,org.apache.camel.StatefulService
,org.apache.camel.SuspendableService
public class RedisProducer
extends org.apache.camel.support.HeaderSelectorProducer
-
Field Summary
Fields inherited from class org.apache.camel.support.HeaderSelectorProducer
RESOURCE_PATH
Fields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING
-
Constructor Summary
ConstructorsConstructorDescriptionRedisProducer
(org.apache.camel.Endpoint endpoint, String header, String defaultHeaderValue, RedisClient redisClient) -
Method Summary
Modifier and TypeMethodDescriptioninvokeAppend
(org.apache.camel.Exchange exchange) invokeBlpop
(org.apache.camel.Exchange exchange) invokeBrpop
(org.apache.camel.Exchange exchange) invokeBrpoplpush
(org.apache.camel.Exchange exchange) invokeDecr
(org.apache.camel.Exchange exchange) invokeDecrby
(org.apache.camel.Exchange exchange) void
invokeDel
(org.apache.camel.Exchange exchange) void
invokeDiscard
(org.apache.camel.Exchange exchange) invokeEcho
(org.apache.camel.Exchange exchange) void
invokeExec
(org.apache.camel.Exchange exchange) invokeExists
(org.apache.camel.Exchange exchange) invokeExpire
(org.apache.camel.Exchange exchange) invokeExpireat
(org.apache.camel.Exchange exchange) invokeGeoadd
(org.apache.camel.Exchange exchange) org.springframework.data.geo.Distance
invokeGeodist
(org.apache.camel.Exchange exchange) invokeGeohash
(org.apache.camel.Exchange exchange) List
<org.springframework.data.geo.Point> invokeGeopos
(org.apache.camel.Exchange exchange) org.springframework.data.geo.GeoResults
<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradius
(org.apache.camel.Exchange exchange) org.springframework.data.geo.GeoResults
<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradiusbymember
(org.apache.camel.Exchange exchange) invokeGet
(org.apache.camel.Exchange exchange) invokeGetbit
(org.apache.camel.Exchange exchange) invokeGetrange
(org.apache.camel.Exchange exchange) invokeGetset
(org.apache.camel.Exchange exchange) void
invokeHdel
(org.apache.camel.Exchange exchange) invokeHexists
(org.apache.camel.Exchange exchange) invokeHget
(org.apache.camel.Exchange exchange) invokeHgetAll
(org.apache.camel.Exchange exchange) invokeHincrBy
(org.apache.camel.Exchange exchange) invokeHkeys
(org.apache.camel.Exchange exchange) invokeHlen
(org.apache.camel.Exchange exchange) invokeHmget
(org.apache.camel.Exchange exchange) void
invokeHmset
(org.apache.camel.Exchange exchange) void
invokeHset
(org.apache.camel.Exchange exchange) invokeHsetnx
(org.apache.camel.Exchange exchange) invokeHvals
(org.apache.camel.Exchange exchange) invokeIncr
(org.apache.camel.Exchange exchange) invokeIncrby
(org.apache.camel.Exchange exchange) invokeKeys
(org.apache.camel.Exchange exchange) invokeLindex
(org.apache.camel.Exchange exchange) invokeLinsert
(org.apache.camel.Exchange exchange) invokeLlen
(org.apache.camel.Exchange exchange) invokeLpop
(org.apache.camel.Exchange exchange) invokeLpush
(org.apache.camel.Exchange exchange) invokeLpushx
(org.apache.camel.Exchange exchange) invokeLrange
(org.apache.camel.Exchange exchange) invokeLrem
(org.apache.camel.Exchange exchange) void
invokeLset
(org.apache.camel.Exchange exchange) void
invokeLtrim
(org.apache.camel.Exchange exchange) invokeMget
(org.apache.camel.Exchange exchange) invokeMove
(org.apache.camel.Exchange exchange) void
invokeMset
(org.apache.camel.Exchange exchange) void
invokeMsetnx
(org.apache.camel.Exchange exchange) void
invokeMulti
(org.apache.camel.Exchange exchange) invokePersist
(org.apache.camel.Exchange exchange) invokePexpire
(org.apache.camel.Exchange exchange) invokePexpireat
(org.apache.camel.Exchange exchange) invokePing
(org.apache.camel.Exchange exchange) void
invokePublish
(org.apache.camel.Exchange exchange) void
invokeQuit
(org.apache.camel.Exchange exchange) invokeRandomkey
(org.apache.camel.Exchange exchange) void
invokeRename
(org.apache.camel.Exchange exchange) invokeRenamenx
(org.apache.camel.Exchange exchange) invokeRpop
(org.apache.camel.Exchange exchange) invokeRpoplpush
(org.apache.camel.Exchange exchange) invokeRpush
(org.apache.camel.Exchange exchange) invokeRpushx
(org.apache.camel.Exchange exchange) invokeSadd
(org.apache.camel.Exchange exchange) invokeScard
(org.apache.camel.Exchange exchange) invokeSdiff
(org.apache.camel.Exchange exchange) void
invokeSdiffstore
(org.apache.camel.Exchange exchange) void
invokeSet
(org.apache.camel.Exchange exchange) void
invokeSetbit
(org.apache.camel.Exchange exchange) void
invokeSetex
(org.apache.camel.Exchange exchange) invokeSetnx
(org.apache.camel.Exchange exchange) void
invokeSetrange
(org.apache.camel.Exchange exchange) invokeSinter
(org.apache.camel.Exchange exchange) void
invokeSinterstore
(org.apache.camel.Exchange exchange) invokeSismember
(org.apache.camel.Exchange exchange) invokeSmembers
(org.apache.camel.Exchange exchange) invokeSmove
(org.apache.camel.Exchange exchange) invokeSort
(org.apache.camel.Exchange exchange) invokeSpop
(org.apache.camel.Exchange exchange) invokeSrandmember
(org.apache.camel.Exchange exchange) invokeSrem
(org.apache.camel.Exchange exchange) invokeStrlen
(org.apache.camel.Exchange exchange) invokeSunion
(org.apache.camel.Exchange exchange) void
invokeSunionstore
(org.apache.camel.Exchange exchange) invokeTtl
(org.apache.camel.Exchange exchange) invokeType
(org.apache.camel.Exchange exchange) void
invokeUnwatch
(org.apache.camel.Exchange exchange) void
invokeWatch
(org.apache.camel.Exchange exchange) invokeZadd
(org.apache.camel.Exchange exchange) invokeZcard
(org.apache.camel.Exchange exchange) invokeZcount
(org.apache.camel.Exchange exchange) invokeZincrby
(org.apache.camel.Exchange exchange) void
invokeZinterstore
(org.apache.camel.Exchange exchange) invokeZrange
(org.apache.camel.Exchange exchange) invokeZrangebyscore
(org.apache.camel.Exchange exchange) invokeZrank
(org.apache.camel.Exchange exchange) invokeZrem
(org.apache.camel.Exchange exchange) void
invokeZremrangebyrank
(org.apache.camel.Exchange exchange) void
invokeZremrangebyscore
(org.apache.camel.Exchange exchange) invokeZrevrange
(org.apache.camel.Exchange exchange) invokeZrevrangebyscore
(org.apache.camel.Exchange exchange) invokeZrevrank
(org.apache.camel.Exchange exchange) void
invokeZunionstore
(org.apache.camel.Exchange exchange) Methods inherited from class org.apache.camel.support.HeaderSelectorProducer
doBuild, getCamelContext, process, processResult, setCamelContext
Methods inherited from class org.apache.camel.support.DefaultAsyncProducer
process, processAsync
Methods inherited from class org.apache.camel.support.DefaultProducer
createExchange, doStart, doStop, getEndpoint, isSingleton, toString
Methods inherited from class org.apache.camel.support.service.BaseService
build, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getInternalLock, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.camel.EndpointAware
getEndpoint
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
Methods inherited from interface org.apache.camel.Service
build, close, init, start, stop
Methods inherited from interface org.apache.camel.ShutdownableService
shutdown
Methods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspending
Methods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
RedisProducer
public RedisProducer(org.apache.camel.Endpoint endpoint, String header, String defaultHeaderValue, RedisClient redisClient)
-
-
Method Details
-
invokeEcho
-
invokePing
-
invokeQuit
public void invokeQuit(org.apache.camel.Exchange exchange) -
invokeHdel
public void invokeHdel(org.apache.camel.Exchange exchange) -
invokeHexists
-
invokeHget
-
invokeHgetAll
-
invokeHincrBy
-
invokeHkeys
-
invokeHlen
-
invokeHmget
-
invokeHmset
public void invokeHmset(org.apache.camel.Exchange exchange) -
invokeHset
public void invokeHset(org.apache.camel.Exchange exchange) -
invokeHsetnx
-
invokeHvals
-
invokeDel
public void invokeDel(org.apache.camel.Exchange exchange) -
invokeExists
-
invokeExpire
-
invokeExpireat
-
invokeKeys
-
invokeMove
-
invokePersist
-
invokePexpire
-
invokePexpireat
-
invokeRandomkey
-
invokeRename
public void invokeRename(org.apache.camel.Exchange exchange) -
invokeRenamenx
-
invokeSort
-
invokeTtl
-
invokeType
-
invokeBlpop
-
invokeBrpop
-
invokeBrpoplpush
-
invokeLindex
-
invokeLinsert
-
invokeLlen
-
invokeLpop
-
invokeLpush
-
invokeLpushx
-
invokeLrange
-
invokeLrem
-
invokeLset
public void invokeLset(org.apache.camel.Exchange exchange) -
invokeLtrim
public void invokeLtrim(org.apache.camel.Exchange exchange) -
invokeRpop
-
invokeRpoplpush
-
invokeRpush
-
invokeRpushx
-
invokePublish
public void invokePublish(org.apache.camel.Exchange exchange) -
invokeSadd
-
invokeScard
-
invokeSdiff
-
invokeSdiffstore
public void invokeSdiffstore(org.apache.camel.Exchange exchange) -
invokeSinter
-
invokeSinterstore
public void invokeSinterstore(org.apache.camel.Exchange exchange) -
invokeSismember
-
invokeSmembers
-
invokeSmove
-
invokeSpop
-
invokeSrandmember
-
invokeSrem
-
invokeSunion
-
invokeSunionstore
public void invokeSunionstore(org.apache.camel.Exchange exchange) -
invokeZadd
-
invokeZcard
-
invokeZcount
-
invokeZincrby
-
invokeZinterstore
public void invokeZinterstore(org.apache.camel.Exchange exchange) -
invokeZrange
-
invokeZrangebyscore
-
invokeZrank
-
invokeZrem
-
invokeZremrangebyrank
public void invokeZremrangebyrank(org.apache.camel.Exchange exchange) -
invokeZremrangebyscore
public void invokeZremrangebyscore(org.apache.camel.Exchange exchange) -
invokeZrevrange
-
invokeZrevrangebyscore
-
invokeZrevrank
-
invokeZunionstore
public void invokeZunionstore(org.apache.camel.Exchange exchange) -
invokeAppend
-
invokeDecr
-
invokeDecrby
-
invokeGet
-
invokeGetbit
-
invokeGetrange
-
invokeSetrange
public void invokeSetrange(org.apache.camel.Exchange exchange) -
invokeGetset
-
invokeIncr
-
invokeIncrby
-
invokeMget
-
invokeMset
public void invokeMset(org.apache.camel.Exchange exchange) -
invokeMsetnx
public void invokeMsetnx(org.apache.camel.Exchange exchange) -
invokeSet
public void invokeSet(org.apache.camel.Exchange exchange) -
invokeSetbit
public void invokeSetbit(org.apache.camel.Exchange exchange) -
invokeSetex
public void invokeSetex(org.apache.camel.Exchange exchange) -
invokeSetnx
-
invokeStrlen
-
invokeDiscard
public void invokeDiscard(org.apache.camel.Exchange exchange) -
invokeExec
public void invokeExec(org.apache.camel.Exchange exchange) -
invokeMulti
public void invokeMulti(org.apache.camel.Exchange exchange) -
invokeWatch
public void invokeWatch(org.apache.camel.Exchange exchange) -
invokeUnwatch
public void invokeUnwatch(org.apache.camel.Exchange exchange) -
invokeGeoadd
-
invokeGeodist
public org.springframework.data.geo.Distance invokeGeodist(org.apache.camel.Exchange exchange) -
invokeGeohash
-
invokeGeopos
-
invokeGeoradius
public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradius(org.apache.camel.Exchange exchange) -
invokeGeoradiusbymember
public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradiusbymember(org.apache.camel.Exchange exchange)
-