com.bigdata.counters.render
Class TabDelimitedHistoryTableRenderer
java.lang.Object
com.bigdata.counters.render.HistoryTableRenderer
com.bigdata.counters.render.TabDelimitedHistoryTableRenderer
- All Implemented Interfaces:
- IRenderer
public class TabDelimitedHistoryTableRenderer
- extends HistoryTableRenderer
- Version:
- $Id: TabDelimitedHistoryTableRenderer.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabDelimitedHistoryTableRenderer
public TabDelimitedHistoryTableRenderer(HistoryTable tbl,
Pattern pattern,
ValueFormatter formatter)
- Parameters:
tbl - pattern - Used to identify capturing groups and extract column
labels.formatter -
render
public void render(Writer w)
throws IOException
- Generate the table.
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.
- Parameters:
w - Where to write the data.
- Throws:
IOException
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.