backtype.storm.hooks.info
Class SpoutAckInfo

java.lang.Object
  extended by backtype.storm.hooks.info.SpoutAckInfo

public class SpoutAckInfo
extends Object


Field Summary
 Long completeLatencyMs
           
 Object messageId
           
 int spoutTaskId
           
 
Constructor Summary
SpoutAckInfo(Object messageId, int spoutTaskId, Long completeLatencyMs)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageId

public Object messageId

spoutTaskId

public int spoutTaskId

completeLatencyMs

public Long completeLatencyMs
Constructor Detail

SpoutAckInfo

public SpoutAckInfo(Object messageId,
                    int spoutTaskId,
                    Long completeLatencyMs)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.