Class ApdexSummaryConsumer
java.lang.Object
org.apache.jmeter.report.processor.AbstractSampleProcessor
org.apache.jmeter.report.processor.AbstractSampleConsumer
org.apache.jmeter.report.processor.AbstractSummaryConsumer<ApdexSummaryData>
org.apache.jmeter.report.processor.ApdexSummaryConsumer
- All Implemented Interfaces:
- SampleConsumer,- SampleProcessor,- SampleProducer
The class ApdexSummaryConsumer provides a consumer that calculates Apdex for each sample name.
T and F thresholds for each sample is defined by the thresholds selector field.
- Since:
- 3.0
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.jmeter.report.processor.AbstractSummaryConsumerAbstractSummaryConsumer.SummaryInfo
- 
Field SummaryFields inherited from class org.apache.jmeter.report.processor.AbstractSummaryConsumerRESULT_VALUE_DATA, RESULT_VALUE_IS_CONTROLLER, RESULT_VALUE_ITEMS, RESULT_VALUE_OVERALL, RESULT_VALUE_SUPPORTS_CONTROLLERS_DISCRIMINATION, RESULT_VALUE_TITLES
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ListResultDatacreateDataResult(String key, ApdexSummaryData data) Creates a result item for information identified by the specified key.protected ListResultDataCreates the result containing titles of columns.protected StringgetKeyFromSample(Sample sample) Gets the identifier key from sample.
 This key is use identify the SummaryInfo linked with the samplefinal ThresholdSelectorfinal voidsetThresholdSelector(ThresholdSelector thresholdSelector) protected voidupdateData(AbstractSummaryConsumer<ApdexSummaryData>.SummaryInfo info, Sample sample) Update the stored data with the data from the specified sample.Methods inherited from class org.apache.jmeter.report.processor.AbstractSummaryConsumerconsume, getOverallInfo, getSummaryInfos, hasOverallResult, setHasOverallResult, startConsuming, stopConsuming, suppportsControllersDiscriminationMethods inherited from class org.apache.jmeter.report.processor.AbstractSampleConsumeraddSampleConsumer, getConsumedChannelCount, getConsumedMetadata, getConsumer, getDataFromContext, getName, getWorkingDirectory, produce, removeSampleConsumer, setChannelAttribute, setConsumedMetadata, setDataToContext, setName, setProducedMetadata, setSampleConsumer, setSampleConsumers, setSampleContext, startProducing, stopProducingMethods inherited from class org.apache.jmeter.report.processor.AbstractSampleProcessorgetChannelAttribute, getSampleContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.report.processor.SampleProcessorgetChannelAttribute, getSampleContext
- 
Constructor Details- 
ApdexSummaryConsumerpublic ApdexSummaryConsumer()
 
- 
- 
Method Details- 
getThresholdSelector
- 
setThresholdSelector
- 
createDataResultDescription copied from class:AbstractSummaryConsumerCreates a result item for information identified by the specified key.- Specified by:
- createDataResultin class- AbstractSummaryConsumer<ApdexSummaryData>
- Parameters:
- key- the key
- data- the data
- Returns:
- the list result data
 
- 
getKeyFromSampleDescription copied from class:AbstractSummaryConsumerGets the identifier key from sample.
 This key is use identify the SummaryInfo linked with the sample- Specified by:
- getKeyFromSamplein class- AbstractSummaryConsumer<ApdexSummaryData>
- Parameters:
- sample- the sample
- Returns:
- the key identifying the sample
 
- 
updateDataprotected void updateData(AbstractSummaryConsumer<ApdexSummaryData>.SummaryInfo info, Sample sample) Description copied from class:AbstractSummaryConsumerUpdate the stored data with the data from the specified sample.- Specified by:
- updateDatain class- AbstractSummaryConsumer<ApdexSummaryData>
- Parameters:
- info- SummaryInfo
- sample- the sample
 
- 
createResultTitlesDescription copied from class:AbstractSummaryConsumerCreates the result containing titles of columns.- Specified by:
- createResultTitlesin class- AbstractSummaryConsumer<ApdexSummaryData>
- Returns:
- the list of titles
 
 
-