Uses of Interface
org.apache.storm.redis.common.mapper.RedisStoreMapper
Packages that use RedisStoreMapper
Package
Description
-
Uses of RedisStoreMapper in org.apache.storm.redis.bolt
Constructors in org.apache.storm.redis.bolt with parameters of type RedisStoreMapperModifierConstructorDescriptionRedisStoreBolt
(JedisClusterConfig config, RedisStoreMapper storeMapper) Constructor for Redis Cluster environment (JedisCluster).RedisStoreBolt
(JedisPoolConfig config, RedisStoreMapper storeMapper) Constructor for single Redis environment (JedisPool). -
Uses of RedisStoreMapper in org.apache.storm.redis.trident
Classes in org.apache.storm.redis.trident that implement RedisStoreMapper -
Uses of RedisStoreMapper in org.apache.storm.redis.trident.state
Constructors in org.apache.storm.redis.trident.state with parameters of type RedisStoreMapperModifierConstructorDescriptionAbstractRedisStateUpdater
(RedisStoreMapper storeMapper) Constructor.RedisClusterStateUpdater
(RedisStoreMapper storeMapper) Constructor.RedisStateUpdater
(RedisStoreMapper storeMapper) Constructor.