Class ErrorsSummaryConsumer

  • All Implemented Interfaces:
    org.apache.jmeter.report.processor.SampleConsumer , org.apache.jmeter.report.processor.SampleProcessor , org.apache.jmeter.report.processor.SampleProducer

    
    public class ErrorsSummaryConsumer
    extends AbstractSummaryConsumer<TData>
                        

    The class ErrorSummaryConsumer provides a consumer that calculates error statistics.

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorsSummaryConsumer() Instantiates a new errors summary consumer.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void stopConsuming() Stops the consuming process.
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSampleConsumer

        addSampleConsumer, getConsumedChannelCount, getConsumedMetadata, getName, getWorkingDirectory, produce, removeSampleConsumer, setChannelAttribute, setConsumedMetadata, setName, setProducedMetadata, setSampleConsumer, setSampleConsumers, setSampleContext, startProducing, stopProducing
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSampleProcessor

        getChannelAttribute, getSampleContext
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSummaryConsumer

        consume, hasOverallResult, setHasOverallResult, startConsuming, suppportsControllersDiscrimination
      • Methods inherited from class org.apache.jmeter.report.processor.SampleConsumer

        consume
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorsSummaryConsumer

        ErrorsSummaryConsumer()
        Instantiates a new errors summary consumer.
    • Method Detail

      • stopConsuming

         void stopConsuming()

        Stops the consuming process. No sample will be processed after this service has been called.