Package org.apache.storm.jms.trident
Class JmsState
- java.lang.Object
-
- org.apache.storm.jms.trident.JmsState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JmsState.Options
-
Constructor Summary
Constructors Modifier Constructor Description protected
JmsState(JmsState.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginCommit(Long someLong)
void
commit(Long someLong)
protected void
prepare()
void
updateState(List<TridentTuple> tuples, TridentCollector collector)
-
-
-
Constructor Detail
-
JmsState
protected JmsState(JmsState.Options options)
-
-
Method Detail
-
prepare
protected void prepare()
-
beginCommit
public void beginCommit(Long someLong)
- Specified by:
beginCommit
in interfaceState
-
updateState
public void updateState(List<TridentTuple> tuples, TridentCollector collector) throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
-