Package org.apache.heron.api.hooks.info
Class BoltAckInfo
- java.lang.Object
-
- org.apache.heron.api.hooks.info.BoltAckInfo
-
public class BoltAckInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BoltAckInfo(Tuple tuple, int ackingTaskId, Duration processLatency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAckingTaskId()
Duration
getProcessLatency()
Tuple
getTuple()
-