Class StatisticsSummaryData

  • All Implemented Interfaces:

    
    public class StatisticsSummaryData
    
                        

    The class ApdexSummaryData provides information for StatisticsSummaryConsumer.

    Since:

    3.0

    • Constructor Detail

      • StatisticsSummaryData

        StatisticsSummaryData(double percentileIndex1, double percentileIndex2, double percentileIndex3)
        Instantiates a new statistics info.
        Parameters:
        percentileIndex1 - value of first percentile
        percentileIndex2 - value of second percentile
        percentileIndex3 - value of third percentile
    • Method Detail

      • getFirstTime

         final long getFirstTime()

        Gets the first time.

        Returns:

        the firstTime

      • setFirstTime

         final void setFirstTime(long firstTime)

        Sets the first time.

        Parameters:
        firstTime - the firstTime to set
      • getEndTime

         final long getEndTime()

        Gets the end time.

        Returns:

        the endTime

      • setEndTime

         final void setEndTime(long endTime)

        Sets the end time.

        Parameters:
        endTime - the endTime to set
      • getBytes

         final long getBytes()

        Gets the bytes.

        Returns:

        the bytes

      • setBytes

         final void setBytes(long bytes)

        Sets the bytes.

        Parameters:
        bytes - the bytes to set
      • getErrors

         final long getErrors()
        Returns:

        the errors

      • setErrors

         final void setErrors(long errors)
        Parameters:
        errors - the errors to set
      • getTotal

         final long getTotal()
        Returns:

        the total

      • setTotal

         final void setTotal(long total)
        Parameters:
        total - the total to set
      • getMin

         final long getMin()
        Returns:

        the min

      • setMin

         final void setMin(long min)
        Parameters:
        min - the min to set
      • getMax

         final long getMax()
        Returns:

        the max

      • setMax

         final void setMax(long max)
        Parameters:
        max - the max to set
      • getBytesPerSecond

         double getBytesPerSecond()

        Gets the bytes per second.

        Returns:

        the bytes per second

      • getKBytesPerSecond

         double getKBytesPerSecond()

        Gets the kilo bytes per second.

        Returns:

        the kilo bytes per second

      • getThroughput

         double getThroughput()

        Gets the throughput.

        Returns:

        the throughput

      • incBytes

         void incBytes(long value)

        Increment received bytes

        Parameters:
        value - bytes
      • incSentBytes

         void incSentBytes(long value)

        Increment sent bytes

        Parameters:
        value - bytes
      • getSentBytesPerSecond

         double getSentBytesPerSecond()

        Gets the sent bytes per second.

        Returns:

        the sent bytes per second

      • getSentKBytesPerSecond

         double getSentKBytesPerSecond()

        Gets the sent kilo bytes per second.

        Returns:

        the sent kilo bytes per second