Package | Description |
---|---|
org.torproject.metrics.onionoo.docs |
Documents managed by this service, including internal status files and
pre-written response objects.
|
Modifier and Type | Method and Description |
---|---|
static ClientsHistory |
ClientsHistory.fromString(java.lang.String responseHistoryString)
Instantiates a new clients history object from the given string that
may have been produced by
toString() . |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<ClientsHistory> |
ClientsStatus.getHistory() |
Modifier and Type | Method and Description |
---|---|
void |
ClientsHistory.addResponses(ClientsHistory other)
Adds responses from another clients history object to this one by
summing up response numbers and extending interval start and/or
end.
|
int |
ClientsHistory.compareTo(ClientsHistory other) |
Modifier and Type | Method and Description |
---|---|
void |
ClientsStatus.addToHistory(java.util.SortedSet<ClientsHistory> newIntervals)
Adds all given clients history objects that don't overlap with
existing clients history objects.
|
void |
ClientsStatus.setHistory(java.util.SortedSet<ClientsHistory> history) |