backtype.storm.hooks.info
Class BoltExecuteInfo

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

public class BoltExecuteInfo
extends Object


Field Summary
 Long executeLatencyMs
           
 int executingTaskId
           
 Tuple tuple
           
 
Constructor Summary
BoltExecuteInfo(Tuple tuple, int executingTaskId, Long executeLatencyMs)
           
 
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

executingTaskId

public int executingTaskId

executeLatencyMs

public Long executeLatencyMs
Constructor Detail

BoltExecuteInfo

public BoltExecuteInfo(Tuple tuple,
                       int executingTaskId,
                       Long executeLatencyMs)


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