public interface MeterGraphPageInfo
Modifier and Type | Method and Description |
---|---|
int |
getColumns()
Returns the preferred number of columns.
|
MeterGraphInfo[] |
getMeterGraphs()
Returns the graphs in the default section.
|
MeterGraphSectionInfo[] |
getMeterSections()
Returns the sections of the page.
|
java.lang.String |
getName()
Returns the meter graphs page name.
|
long |
getPeriod()
Returns the preferred period in milliseconds
|
boolean |
isHeapDump()
Should we display heap dump?
|
boolean |
isJmxDump()
Should we display jmx-dump?
|
boolean |
isLog()
Should we display log?
|
boolean |
isProfile()
Should we display profile?
|
boolean |
isSummary()
Should we display summary?
|
boolean |
isThreadDump()
Should we display thread-dump?
|
java.lang.String getName()
int getColumns()
long getPeriod()
boolean isSummary()
boolean isLog()
boolean isHeapDump()
boolean isProfile()
boolean isThreadDump()
boolean isJmxDump()
MeterGraphSectionInfo[] getMeterSections()
MeterGraphInfo[] getMeterGraphs()