| Package | Description |
|---|---|
| org.apache.storm.hbase.trident.state | |
| org.apache.storm.redis.trident.state | |
| org.apache.storm.trident.state |
| Constructor and Description |
|---|
Factory(StateType stateType,
HBaseMapState.Options options) |
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<StateType,Serializer> |
AbstractRedisMapState.DEFAULT_SERIALIZERS |
| Constructor and Description |
|---|
Factory(JedisClusterConfig jedisClusterConfig,
StateType type,
Options options)
Constructor
|
Factory(JedisPoolConfig jedisPoolConfig,
StateType type,
Options options)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static StateType |
StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.