Interface ServerStatisticsAPI
- All Known Implementing Classes:
ServerStatisticsAPIImpl
public interface ServerStatisticsAPI
Server statistics API.
-
Method Summary
Modifier and TypeMethodDescriptionGet all servers brief info.intGet servers total count.
-
Method Details
-
getServersTotalCount
int getServersTotalCount()Get servers total count.- Returns:
- servers total count
-
getAllServersBriefInfo
Collection<ServerBriefInfo> getAllServersBriefInfo()Get all servers brief info.- Returns:
- all servers brief info
-