public class Metrics extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgRequestTime() |
int |
getMaxRequestTime() |
Map<Integer,LongAdder> |
getMetrics() |
int |
getMinRequestTime() |
void |
inc(int responseCode) |
void |
update(int requestTime) |
public Metrics()
public Metrics(Metrics copy)
Copyright © 2016. All rights reserved.