Uses of Class
org.apache.storm.trident.state.StateType
-
Packages that use StateType Package Description org.apache.storm.redis.trident.state org.apache.storm.trident.state -
-
Uses of StateType in org.apache.storm.redis.trident.state
Fields in org.apache.storm.redis.trident.state with type parameters of type StateType Modifier and Type Field Description static EnumMap<StateType,Serializer>
AbstractRedisMapState. DEFAULT_SERIALIZERS
Constructors in org.apache.storm.redis.trident.state with parameters of type StateType Constructor Description Factory(JedisClusterConfig jedisClusterConfig, StateType type, Options options)
Constructor.Factory(JedisPoolConfig jedisPoolConfig, StateType type, Options options)
Constructor. -
Uses of StateType in org.apache.storm.trident.state
Methods in org.apache.storm.trident.state that return StateType Modifier and Type Method 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.
-