Interface RedisFilterMapper
- All Superinterfaces:
- RedisMapper,- Serializable,- TupleMapper
RedisFilterMapper is for defining spec. which is used for querying value from Redis and filtering.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeclareOutputFields(OutputFieldsDeclarer declarer) declare what are the fields that this code will output.Methods inherited from interface org.apache.storm.redis.common.mapper.RedisMappergetDataTypeDescriptionMethods inherited from interface org.apache.storm.redis.common.mapper.TupleMappergetKeyFromTuple, getValueFromTuple
- 
Method Details- 
declareOutputFieldsdeclare what are the fields that this code will output.- Parameters:
- declarer- OutputFieldsDeclarer
 
 
-