Class AbstractSummaryConsumer.SummaryInfo
java.lang.Object
org.apache.jmeter.report.processor.AbstractSummaryConsumer.SummaryInfo
- Enclosing class:
- AbstractSummaryConsumer<TData>
The class SummaryInfo stores intermediate results.
- 
Constructor Details- 
SummaryInfopublic SummaryInfo(boolean isController) Instantiates a new summary info.- Parameters:
- isController- true, if these information implies only controller samples; false otherwise
 
 
- 
- 
Method Details- 
isControllerpublic final boolean isController()Checks if these information implies controller sample.- Returns:
- true, if is controller
 
- 
getDataGets the data to store.- Returns:
- the data to store
 
- 
setDataSets the data to store.- Parameters:
- data- the new data to store
 
 
-