Package org.apache.storm.jms.trident
Class JmsStateFactory
- java.lang.Object
-
- org.apache.storm.jms.trident.JmsStateFactory
-
- All Implemented Interfaces:
Serializable
,StateFactory
public class JmsStateFactory extends Object implements StateFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmsStateFactory(JmsState.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description State
makeState(Map<String,Object> map, IMetricsContext metricsContext, int partitionIndex, int numPartitions)
-
-
-
Constructor Detail
-
JmsStateFactory
public JmsStateFactory(JmsState.Options options)
-
-
Method Detail
-
makeState
public State makeState(Map<String,Object> map, IMetricsContext metricsContext, int partitionIndex, int numPartitions)
- Specified by:
makeState
in interfaceStateFactory
-
-