java.lang.Runnable
public class StatSummarizer
extends java.lang.Object
implements java.lang.Runnable
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static java.lang.String |
DEFAULT_DATABASES |
コンストラクタ | 説明 |
---|---|
StatSummarizer() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.List<SummaryListener> |
getListeners() |
List of SummaryListener instances
|
boolean |
getXML(Rate rate,
java.io.OutputStream out) |
|
static StatSummarizer |
instance() |
|
static boolean |
isDisabled() |
|
java.util.Set<Rate> |
parseSpecs(java.lang.String specs) |
|
boolean |
renderPng(java.io.OutputStream out,
java.lang.String templateFilename) |
推奨されていません。
unused
|
boolean |
renderPng(Rate rate,
java.io.OutputStream out) |
|
boolean |
renderPng(Rate rate,
java.io.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.
|
boolean |
renderRatePng(java.io.OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit) |
This does the two-data bandwidth graph only.
|
void |
run() |
|
(package private) static void |
setDisabled() |
Disable graph generation until restart
See SummaryRenderer.render()
|
public static final java.lang.String DEFAULT_DATABASES
public static StatSummarizer instance()
public void run()
run
インタフェース内 java.lang.Runnable
public static boolean isDisabled()
static void setDisabled()
public java.util.List<SummaryListener> getListeners()
public boolean renderPng(Rate rate, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public boolean renderPng(Rate rate, java.io.OutputStream out, int width, int height, boolean hideLegend, boolean hideGrid, boolean hideTitle, boolean showEvents, int periodCount, int end, boolean showCredit) throws java.io.IOException
end
- number of periods before nowjava.io.IOException
public boolean renderPng(java.io.OutputStream out, java.lang.String templateFilename) throws java.io.IOException
java.io.IOException
public boolean getXML(Rate rate, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public boolean renderRatePng(java.io.OutputStream out, int width, int height, boolean hideLegend, boolean hideGrid, boolean hideTitle, boolean showEvents, int periodCount, int end, boolean showCredit) throws java.io.IOException
end
- number of periods before nowjava.io.IOException
public java.util.Set<Rate> parseSpecs(java.lang.String specs)
specs
- statName.period,statName.period,statName.period