Uses of Enum Class
org.apache.storm.trident.state.StateType
Packages that use StateType
- 
Uses of StateType in org.apache.storm.redis.trident.stateFields in org.apache.storm.redis.trident.state with type parameters of type StateTypeModifier and TypeFieldDescriptionstatic final EnumMap<StateType,Serializer> AbstractRedisMapState.DEFAULT_SERIALIZERSConstructors 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.stateMethods in org.apache.storm.trident.state that return StateType