Package net.i2p.router
Class StatisticsManager
java.lang.Object
net.i2p.router.StatisticsManager
public class StatisticsManager extends Object
Publishes some statistics about the router in the netDB.
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_PUBLISH_RANKINGS
-
Constructor Summary
Constructors Constructor Description StatisticsManager(RouterContext context)
-
Method Summary
Modifier and Type Method Description Properties
publishStatistics()
Retrieve a snapshot of the statistics that should be published.Properties
publishStatistics(Hash h)
Retrieve a snapshot of the statistics that should be published.void
renderStatusHTML(Writer out)
-
Field Details
-
PROP_PUBLISH_RANKINGS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
publishStatistics
Retrieve a snapshot of the statistics that should be published. This includes all standard options (as of 0.9.24, network ID and caps) -
publishStatistics
Retrieve a snapshot of the statistics that should be published. This includes all standard options (as of 0.9.24, network ID and caps)- Parameters:
h
- current router hash, non-null- Since:
- 0.9.24
-
renderStatusHTML
-