Package | Description |
---|---|
org.apache.storm.redis.bolt | |
org.apache.storm.redis.trident | |
org.apache.storm.redis.trident.state |
Constructor and Description |
---|
RedisStoreBolt(JedisClusterConfig config,
RedisStoreMapper storeMapper)
Constructor for Redis Cluster environment (JedisCluster)
|
RedisStoreBolt(JedisPoolConfig config,
RedisStoreMapper storeMapper)
Constructor for single Redis environment (JedisPool)
|
Modifier and Type | Class and Description |
---|---|
class |
WordCountStoreMapper |
Constructor and Description |
---|
AbstractRedisStateUpdater(RedisStoreMapper storeMapper)
Constructor
|
RedisClusterStateUpdater(RedisStoreMapper storeMapper)
Constructor
|
RedisStateUpdater(RedisStoreMapper storeMapper)
Constructor
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.