Package org.apache.storm.jms.trident
Class JmsState
java.lang.Object
org.apache.storm.jms.trident.JmsState
- All Implemented Interfaces:
State
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beginCommit
(Long someLong) void
protected void
prepare()
void
updateState
(List<TridentTuple> tuples, TridentCollector collector)
-
Constructor Details
-
JmsState
-
-
Method Details
-
prepare
protected void prepare() -
beginCommit
- Specified by:
beginCommit
in interfaceState
-
commit
-
updateState
public void updateState(List<TridentTuple> tuples, TridentCollector collector) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-