Uses of Class
net.i2p.stat.Rate
Package | Description |
---|---|
net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
|
net.i2p.stat |
These classes define the statistics package used extensively throughout
the I2P router - both for adaptive operation of the router
and for debugging.
|
-
Uses of Rate in net.i2p.router.web
Methods in net.i2p.router.web that return Rate Modifier and Type Method Description Rate
SummaryListener. getRate()
Methods in net.i2p.router.web that return types with arguments of type Rate Modifier and Type Method Description Set<Rate>
StatSummarizer. parseSpecs(String specs)
Methods in net.i2p.router.web with parameters of type Rate Modifier and Type Method Description boolean
StatSummarizer. getXML(Rate rate, OutputStream out)
boolean
StatSummarizer. renderPng(Rate rate, OutputStream out)
boolean
StatSummarizer. renderPng(Rate rate, OutputStream out, int width, int height, boolean hideLegend, boolean hideGrid, boolean hideTitle, boolean showEvents, int periodCount, int end, boolean showCredit)
This does the single data graphs.Constructors in net.i2p.router.web with parameters of type Rate Constructor Description SummaryListener(Rate r)
-
Uses of Rate in net.i2p.stat
Fields in net.i2p.stat declared as Rate Modifier and Type Field Description protected Rate[]
RateStat. _rates
actual rate objects for this statisticMethods in net.i2p.stat that return Rate Modifier and Type Method Description Rate
RateStat. getRate(long period)
Returns rate with requested period if it exists, otherwise null