Uses of Class
org.torproject.metrics.onionoo.docs.ClientsHistory
-
Packages that use ClientsHistory Package Description org.torproject.metrics.onionoo.docs Documents managed by this service, including internal status files and pre-written response objects. -
-
Uses of ClientsHistory in org.torproject.metrics.onionoo.docs
Methods in org.torproject.metrics.onionoo.docs that return ClientsHistory Modifier and Type Method Description static ClientsHistory
ClientsHistory. fromString(java.lang.String responseHistoryString)
Instantiates a new clients 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 ClientsHistory Modifier and Type Method Description java.util.SortedSet<ClientsHistory>
ClientsStatus. getHistory()
Methods in org.torproject.metrics.onionoo.docs with parameters of type ClientsHistory Modifier and Type Method 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)
Method parameters in org.torproject.metrics.onionoo.docs with type arguments of type ClientsHistory Modifier and Type Method 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)
-