AbstractTable is the base Element for different kinds of report tables.
REPORT_TABLE_50_PERCENT
public static final String REPORT_TABLE_50_PERCENT
REPORT_TABLE_90_PERCENT
public static final String REPORT_TABLE_90_PERCENT
REPORT_TABLE_ERROR_RATE
public static final String REPORT_TABLE_ERROR_RATE
REPORT_TABLE_MAX
public static final String REPORT_TABLE_MAX
REPORT_TABLE_MEAN
public static final String REPORT_TABLE_MEAN
REPORT_TABLE_MEDIAN
public static final String REPORT_TABLE_MEDIAN
REPORT_TABLE_MIN
public static final String REPORT_TABLE_MIN
REPORT_TABLE_RESPONSE_RATE
public static final String REPORT_TABLE_RESPONSE_RATE
REPORT_TABLE_TOTAL
public static final String REPORT_TABLE_TOTAL
REPORT_TABLE_TRANSFER_RATE
public static final String REPORT_TABLE_TRANSFER_RATE
REPORT_TABLE_URL
public static final String REPORT_TABLE_URL
items
public static final String[] items
xitems
public static final String[] xitems
get50Percent
public boolean get50Percent()
get90Percent
public boolean get90Percent()
getErrorRate
public boolean getErrorRate()
getMax
public boolean getMax()
getMean
public boolean getMean()
getMedian
public boolean getMedian()
getMin
public boolean getMin()
getResponseRate
public boolean getResponseRate()
getTableData
public abstract String[][] getTableData(List data)
method isn't implemented and is left abstract. Subclasses
need to filter the data in the list and return statistics.
The statistics should be like the aggregate listener.
- getTableData in interface ReportTable
getTransferRate
public boolean getTransferRate()
set50Percent
public void set50Percent(String set)
set90Percent
public void set90Percent(String set)
setErrorRate
public void setErrorRate(String set)
setMax
public void setMax(String set)
setMean
public void setMean(String set)
setMedian
public void setMedian(String set)
setMin
public void setMin(String set)
setResponseRate
public void setResponseRate(String set)
setTransferRate
public void setTransferRate(String set)