Apache JMeter
1.9

org.apache.jmeter.visualizers
Class Sample

java.lang.Object
  |
  +--org.apache.jmeter.visualizers.Sample
All Implemented Interfaces:
Serializable

public class Sample
extends Object
implements Serializable

Title: Apache JMeter Description: Copyright: Copyright (c) 2000 Company: Apache Foundation

Version:
1.0
Author:
Michael Stover
See Also:
Serialized Form

Field Summary
 long average
          Description of the Field
 long data
          Description of the Field
 long deviation
          Description of the Field
 boolean error
           
 long median
           
 float throughput
           
 
Constructor Summary
Sample()
           
Sample(long data, long average, long deviation, float throughput, long median, boolean error)
          Constructor for the Sample object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public long data
Description of the Field


average

public long average
Description of the Field


median

public long median

deviation

public long deviation
Description of the Field


throughput

public float throughput

error

public boolean error
Constructor Detail

Sample

public Sample(long data,
              long average,
              long deviation,
              float throughput,
              long median,
              boolean error)
Constructor for the Sample object

Parameters:
data - Description of Parameter
average - Description of Parameter
deviation - Description of Parameter

Sample

public Sample()

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.