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
- 
SummaryInfo
public SummaryInfo(boolean isController) Instantiates a new summary info.- Parameters:
 isController- true, if these information implies only controller samples; false otherwise
 
 - 
 - 
Method Details
- 
isController
public final boolean isController()Checks if these information implies controller sample.- Returns:
 - true, if is controller
 
 - 
getData
Gets the data to store.- Returns:
 - the data to store
 
 - 
setData
Sets the data to store.- Parameters:
 data- the new data to store
 
 -