public class HTMLHistoryTableRenderer extends HistoryTableRenderer
formatter, pattern, t
Constructor and Description |
---|
HTMLHistoryTableRenderer(HistoryTable tbl,
Pattern pattern,
ValueFormatter formatter) |
public HTMLHistoryTableRenderer(HistoryTable tbl, Pattern pattern, ValueFormatter formatter)
tbl
- pattern
- Used to identify capturing groups and extract column
labels.formatter
- public void render(Writer w) throws IOException
The table has one column for each counter having history data. The 1st header row of the table has the counter path. The seconds header row has just the counter name. The data rows are the samples from each period of the history for each counter.
w
- Where to write the data.IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.