Uses of Enum Class
org.apache.storm.trident.state.StateType
Packages that use StateType
-
Uses of StateType in org.apache.storm.redis.trident.state
Fields in org.apache.storm.redis.trident.state with type parameters of type StateTypeModifier and TypeFieldDescriptionstatic final EnumMap<StateType,
Serializer> AbstractRedisMapState.DEFAULT_SERIALIZERS
Constructors in org.apache.storm.redis.trident.state with parameters of type StateTypeModifierConstructorDescriptionFactory
(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