Package org.apache.heron.api.hooks.info
Class SpoutAckInfo
- java.lang.Object
-
- org.apache.heron.api.hooks.info.SpoutAckInfo
-
public class SpoutAckInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SpoutAckInfo(Object messageId, int spoutTaskId, Duration completeLatency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Duration
getCompleteLatency()
Object
getMessageId()
int
getSpoutTaskId()
-