public class StatisticsHistory extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | StatisticsHistory.StatisticsHistoryModel | 
| class  | StatisticsHistory.TestStepStatisticsHistory | 
| Constructor and Description | 
|---|
| StatisticsHistory(LoadTestStatistics statistics) | 
| Modifier and Type | Method and Description | 
|---|---|
| long[][] | getHistoryAt(int index) | 
| long | getResolution() | 
| int | getRowCount() | 
| StatisticsHistory.StatisticsHistoryModel | getStatisticsValueHistory(LoadTestStatistics.Statistic statistic) | 
| StatisticsHistory.StatisticsHistoryModel | getTestStepHistory(int testStepIndex) | 
| Map<Integer,StatisticsHistory.TestStepStatisticsHistory> | getTestStepStatisticHistories() | 
| long | getThreadCountAt(int index) | 
| void | reset() | 
| void | setResolution(long resolution) | 
public StatisticsHistory(LoadTestStatistics statistics)
public Map<Integer,StatisticsHistory.TestStepStatisticsHistory> getTestStepStatisticHistories()
public long getResolution()
public void setResolution(long resolution)
public int getRowCount()
public long[][] getHistoryAt(int index)
public long getThreadCountAt(int index)
public StatisticsHistory.StatisticsHistoryModel getTestStepHistory(int testStepIndex)
public StatisticsHistory.StatisticsHistoryModel getStatisticsValueHistory(LoadTestStatistics.Statistic statistic)
public void reset()
Copyright © 2019. All Rights Reserved.