backtype.storm.hooks.info
Class BoltAckInfo

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

public class BoltAckInfo
extends Object


Field Summary
 int ackingTaskId
           
 Long processLatencyMs
           
 Tuple tuple
           
 
Constructor Summary
BoltAckInfo(Tuple tuple, int ackingTaskId, Long processLatencyMs)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tuple

public Tuple tuple

ackingTaskId

public int ackingTaskId

processLatencyMs

public Long processLatencyMs
Constructor Detail

BoltAckInfo

public BoltAckInfo(Tuple tuple,
                   int ackingTaskId,
                   Long processLatencyMs)


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