Uses of Class
net.i2p.stat.Rate
Packages that use Rate
Package
Description
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
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 RateMethods in net.i2p.router.web that return types with arguments of type RateMethods in net.i2p.router.web with parameters of type RateModifier and TypeMethodDescriptionboolean
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 -
Uses of Rate in net.i2p.stat
Fields in net.i2p.stat declared as RateModifier and TypeFieldDescriptionprotected final Rate[]
RateStat._rates
actual rate objects for this statisticMethods in net.i2p.stat that return Rate