Uses of Interface
org.apache.storm.redis.common.mapper.RedisMapper
Packages that use RedisMapper
-
Uses of RedisMapper in org.apache.storm.redis.common.mapper
Subinterfaces of RedisMapper in org.apache.storm.redis.common.mapperModifier and TypeInterfaceDescriptioninterface
RedisFilterMapper is for defining spec. which is used for querying value from Redis and filtering.interface
RedisLookupMapper is for defining spec. which is used for querying value from Redis and converting response to tuple.interface
RedisStoreMapper is for defining spec. which is used for storing value to Redis. -
Uses of RedisMapper in org.apache.storm.redis.trident
Classes in org.apache.storm.redis.trident that implement RedisMapper