Uses of Class
org.kobe.xbot.Utilities.SystemStatistics
Packages that use SystemStatistics
-
Uses of SystemStatistics in org.kobe.xbot.Utilities
Methods in org.kobe.xbot.Utilities that return SystemStatisticsModifier and TypeMethodDescriptionLatencyInfo.getSystemStatistics()
SystemStatistics.setClientDataList
(List<ClientData> clientDataList) SystemStatistics.setHostname
(String hostname) SystemStatistics.setMaxIterationsPerSecond
(int maxIterationsPerSecond) SystemStatistics.setStatus
(XTableStatus status) SystemStatistics.setTotalPublishMessages
(int totalPublishMessages) SystemStatistics.setTotalPullMessages
(int totalPullMessages) SystemStatistics.setTotalReplyMessages
(int totalReplyMessages) SystemStatistics.setVersion
(String version) Methods in org.kobe.xbot.Utilities with parameters of type SystemStatisticsModifier and TypeMethodDescriptionvoid
LatencyInfo.setSystemStatistics
(SystemStatistics systemStatistics) Constructors in org.kobe.xbot.Utilities with parameters of type SystemStatisticsModifierConstructorDescriptionLatencyInfo
(double networkLatencyMS, double roundTripLatencyMS, SystemStatistics systemStatistics) -
Uses of SystemStatistics in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return SystemStatistics