public class ClientStatisticsCollector extends Object implements ClientStatistics
| Constructor and Description |
|---|
ClientStatisticsCollector(String client) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(AbstractExchange exc) |
long |
getAvgDuration() |
String |
getClient() |
int |
getCount() |
long |
getMaxDuration() |
long |
getMinDuration() |
public ClientStatisticsCollector(String client)
public void collect(AbstractExchange exc)
public int getCount()
getCount in interface ClientStatisticspublic String getClient()
getClient in interface ClientStatisticspublic long getMinDuration()
getMinDuration in interface ClientStatisticspublic long getMaxDuration()
getMaxDuration in interface ClientStatisticspublic long getAvgDuration()
getAvgDuration in interface ClientStatisticsCopyright © 2019. All Rights Reserved.