Package org.apache.storm.hooks.info
Class BoltAckInfo
- java.lang.Object
-
- org.apache.storm.hooks.info.BoltAckInfo
-
public class BoltAckInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
ackingTaskId
Long
processLatencyMs
Tuple
tuple
-
Constructor Summary
Constructors Constructor Description BoltAckInfo(Tuple tuple, int ackingTaskId, Long processLatencyMs)
-
-
-
Method Detail
-
applyOn
public void applyOn(TopologyContext topologyContext)
-
-