Uses of Class
adams.flow.sink.redisaction.AbstractRedisAction
-
Packages that use AbstractRedisAction Package Description adams.flow.sink adams.flow.sink.redisaction adams.flow.standalone.rats.output -
-
Uses of AbstractRedisAction in adams.flow.sink
Fields in adams.flow.sink declared as AbstractRedisAction Modifier and Type Field Description protected AbstractRedisActionRedisSink. m_Actionthe action to execute.Methods in adams.flow.sink that return AbstractRedisAction Modifier and Type Method Description AbstractRedisActionRedisSink. getAction()Returns the action to execute.Methods in adams.flow.sink with parameters of type AbstractRedisAction Modifier and Type Method Description voidRedisSink. setAction(AbstractRedisAction value)Sets the action to execute. -
Uses of AbstractRedisAction in adams.flow.sink.redisaction
Subclasses of AbstractRedisAction in adams.flow.sink.redisaction Modifier and Type Class Description classNullDummy, does nothing.classPublishPublishes the incoming message to the specified channel.classSetSets the incoming data under the specified key. -
Uses of AbstractRedisAction in adams.flow.standalone.rats.output
Fields in adams.flow.standalone.rats.output declared as AbstractRedisAction Modifier and Type Field Description protected AbstractRedisActionRedisAction. m_Actionthe name of the action.Methods in adams.flow.standalone.rats.output that return AbstractRedisAction Modifier and Type Method Description AbstractRedisActionRedisAction. getAction()Returns the name of the action.Methods in adams.flow.standalone.rats.output with parameters of type AbstractRedisAction Modifier and Type Method Description voidRedisAction. setAction(AbstractRedisAction value)Sets the name of the action.
-