public final class LoadTestStatistics extends AbstractTableModel implements Runnable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LoadTestStatistics.Statistic | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_SAMPLE_INTERVAL | 
| static String | NO_STATS_TESTCASE_CANCEL_REASON | 
| static int | TOTAL | 
listenerList| Constructor and Description | 
|---|
| LoadTestStatistics(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addError(int stepIndex) | 
| void | finish() | 
| Class<?> | getColumnClass(int columnIndex) | 
| int | getColumnCount() | 
| String | getColumnName(int columnIndex) | 
| StatisticsHistory | getHistory() | 
| WsdlLoadTest | getLoadTest() | 
| int | getRowCount() | 
| StringList[] | getSnapshot() | 
| long | getStatistic(int stepIndex,
            LoadTestStatistics.Statistic statistic) | 
| int | getStepCount() | 
| TestStep | getTestStepAtRow(int selectedRow) | 
| long | getUpdateFrequency() | 
| Object | getValueAt(int rowIndex,
          int columnIndex) | 
| boolean | isCellEditable(int rowIndex,
              int columnIndex) | 
| void | pushSamples(long[] samples,
           long[] sizes,
           long[] sampleCounts,
           long startTime,
           long timeTaken,
           boolean complete) | 
| void | release() | 
| void | reset() | 
| void | run() | 
| void | setUpdateFrequency(long updateFrequency) | 
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic static final String NO_STATS_TESTCASE_CANCEL_REASON
public static final int TOTAL
public static final int DEFAULT_SAMPLE_INTERVAL
public LoadTestStatistics(WsdlLoadTest loadTest)
public StatisticsHistory getHistory()
public int getRowCount()
getRowCount in interface TableModelpublic WsdlLoadTest getLoadTest()
public int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
                              int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic long getStatistic(int stepIndex,
                         LoadTestStatistics.Statistic statistic)
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic void pushSamples(long[] samples,
                        long[] sizes,
                        long[] sampleCounts,
                        long startTime,
                        long timeTaken,
                        boolean complete)
public int getStepCount()
public void reset()
public void release()
public TestStep getTestStepAtRow(int selectedRow)
public long getUpdateFrequency()
public void setUpdateFrequency(long updateFrequency)
public void addError(int stepIndex)
public StringList[] getSnapshot()
public void finish()
Copyright © 2019. All Rights Reserved.