public interface ClientStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgDuration() |
String |
getClient() |
int |
getCount() |
long |
getMaxDuration() |
long |
getMinDuration() |
int getCount()
String getClient()
long getMinDuration()
long getMaxDuration()
long getAvgDuration()
Copyright © 2019. All Rights Reserved.