Uses of Class
net.targetr.rc.monitoring.health.HealthStat
Packages that use HealthStat
-
Uses of HealthStat in net.targetr.rc.monitoring.health
Methods in net.targetr.rc.monitoring.health that return HealthStatModifier and TypeMethodDescriptionstatic HealthStatHealth.getChanges(HealthStat oldState, HealthStat newState) Calculates the differences between an old health state and a new one.Health.getRecent()Retrieves the most recently collected health stat.Methods in net.targetr.rc.monitoring.health that return types with arguments of type HealthStatModifier and TypeMethodDescriptionHealth.getHistory()Retrieves the history of health stats, structured as initial state and subsequent differences.Methods in net.targetr.rc.monitoring.health with parameters of type HealthStatModifier and TypeMethodDescriptionstatic voidHealth.addTimeOffset(HealthStat stat, long time) Converts the absolute timestamp of a stat into an offset relative to the current time.static HealthStatHealth.getChanges(HealthStat oldState, HealthStat newState) Calculates the differences between an old health state and a new one.