public class LatencyStats extends Object
LatencyStats
objects are used to track and report on the behavior of latencies across
measurements.Modifier and Type | Class and Description |
---|---|
static class |
LatencyStats.Granularity
Granularity for latency metrics.
|
Constructor and Description |
---|
LatencyStats(MetricGroup metricGroup,
int historySize,
int subtaskIndex,
OperatorID operatorID,
LatencyStats.Granularity granularity) |
Modifier and Type | Method and Description |
---|---|
void |
reportLatency(LatencyMarker marker) |
public LatencyStats(MetricGroup metricGroup, int historySize, int subtaskIndex, OperatorID operatorID, LatencyStats.Granularity granularity)
public void reportLatency(LatencyMarker marker)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.