Package org.apache.storm.hooks.info
Class BoltExecuteInfo
- java.lang.Object
-
- org.apache.storm.hooks.info.BoltExecuteInfo
-
public class BoltExecuteInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Long
executeLatencyMs
int
executingTaskId
Tuple
tuple
-
Constructor Summary
Constructors Constructor Description BoltExecuteInfo(org.apache.heron.api.hooks.info.BoltExecuteInfo info)
BoltExecuteInfo(Tuple tuple, int executingTaskId, Long executeLatencyMs)
-