Uses of Class
org.torproject.metrics.onionoo.docs.UptimeHistory
-
Packages that use UptimeHistory Package Description org.torproject.metrics.onionoo.docs Documents managed by this service, including internal status files and pre-written response objects. -
-
Uses of UptimeHistory in org.torproject.metrics.onionoo.docs
Methods in org.torproject.metrics.onionoo.docs that return UptimeHistory Modifier and Type Method Description static UptimeHistory
UptimeHistory. fromString(java.lang.String uptimeHistoryString)
Instantiates a new uptime history object from the given string that may have been produced bytoString()
.Methods in org.torproject.metrics.onionoo.docs that return types with arguments of type UptimeHistory Modifier and Type Method Description java.util.SortedSet<UptimeHistory>
UptimeStatus. getBridgeHistory()
java.util.SortedSet<UptimeHistory>
UptimeStatus. getRelayHistory()
Methods in org.torproject.metrics.onionoo.docs with parameters of type UptimeHistory Modifier and Type Method Description void
UptimeHistory. addUptime(UptimeHistory other)
Adds uptime hours from another uptime history object, which is assumed to either start right after this one or which ends right before it, and sets the interval start to the earlier interval start.int
UptimeHistory. compareTo(UptimeHistory other)
-