public class MultiLatencyStat<T> extends Object
Constructor and Description |
---|
MultiLatencyStat(int numBuckets)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
Map<String,Map<T,Double>> |
getTimeLatAvg() |
void |
record(T key,
long latency)
Record a latency value.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.