Uses of Interface
org.apache.storm.redis.common.mapper.RedisStoreMapper
-
Packages that use RedisStoreMapper Package Description org.apache.storm.redis.bolt org.apache.storm.redis.trident org.apache.storm.redis.trident.state -
-
Uses of RedisStoreMapper in org.apache.storm.redis.bolt
Constructors in org.apache.storm.redis.bolt with parameters of type RedisStoreMapper Constructor Description RedisStoreBolt(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 Modifier and Type Class Description class
WordCountStoreMapper
-
Uses of RedisStoreMapper in org.apache.storm.redis.trident.state
Constructors in org.apache.storm.redis.trident.state with parameters of type RedisStoreMapper Constructor Description AbstractRedisStateUpdater(RedisStoreMapper storeMapper)
Constructor.RedisClusterStateUpdater(RedisStoreMapper storeMapper)
Constructor.RedisStateUpdater(RedisStoreMapper storeMapper)
Constructor.
-