|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rate | |
---|---|
net.i2p.router.web | |
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 | |
---|---|
Rate |
SummaryListener.getRate()
|
Methods in net.i2p.router.web that return types with arguments of type Rate | |
---|---|
(package private) List<Rate> |
StatSummarizer.parseSpecs(String specs)
|
Methods in net.i2p.router.web with parameters of type Rate | |
---|---|
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 | |
---|---|
SummaryListener(Rate r)
|
Uses of Rate in net.i2p.stat |
---|
Fields in net.i2p.stat with type parameters of type Rate | |
---|---|
protected ConcurrentHashMap<Long,Rate> |
RateStat._rates
actual rate objects for this statistic |
Methods in net.i2p.stat that return Rate | |
---|---|
Rate |
RateStat.getRate(long period)
Returns rate with requested period if it exists, otherwise null |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |