Package | Description |
---|---|
org.torproject.onionoo.docs |
Modifier and Type | Method and Description |
---|---|
static UptimeHistory |
UptimeHistory.fromString(java.lang.String uptimeHistoryString)
Instantiates a new uptime history object from the given string that
may have been produced by
toString() . |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<UptimeHistory> |
UptimeStatus.getBridgeHistory() |
java.util.SortedSet<UptimeHistory> |
UptimeStatus.getRelayHistory() |
Modifier and Type | Method and 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) |