public class BoltExecuteInfo extends Object
Modifier and Type | Field and Description |
---|---|
Long |
executeLatencyMs |
int |
executingTaskId |
Tuple |
tuple |
Constructor and Description |
---|
BoltExecuteInfo(Tuple tuple,
int executingTaskId,
Long executeLatencyMs) |
public Tuple tuple
public int executingTaskId
public Long executeLatencyMs
public void applyOn(TopologyContext topologyContext)
Copyright © 2022 The Apache Software Foundation. All rights reserved.