Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
org.apache.jmeter.samplers
public class: StatisticalSampleResult [javadoc | source]
java.lang.Object
   org.apache.jmeter.samplers.SampleResult
      org.apache.jmeter.samplers.StatisticalSampleResult

All Implemented Interfaces:
    Serializable

Aggregates sample results for use by the Statistical remote batch mode. Samples are aggregated by the key defined by getKey(). TODO: merge error count into parent class?
Fields inherited from org.apache.jmeter.samplers.SampleResult:
log,  DEFAULT_HTTP_ENCODING,  DEFAULT_ENCODING,  TEXT,  BINARY
Constructor:
 public StatisticalSampleResult() 
 public StatisticalSampleResult(SampleResult res) 
 public StatisticalSampleResult(long stamp,
    long elapsed) 
Method from org.apache.jmeter.samplers.StatisticalSampleResult Summary:
add,   getErrorCount,   getKey,   getTime,   getTimeStamp,   setErrorCount
Methods from org.apache.jmeter.samplers.SampleResult:
addAssertionResult,   addSubResult,   configure,   createTestSample,   createTestSample,   currentTimeInMs,   getAllThreads,   getAssertionResults,   getBytes,   getContentType,   getDataEncoding,   getDataEncodingNoDefault,   getDataEncodingWithDefault,   getDataType,   getEndTime,   getErrorCount,   getGroupThreads,   getIdleTime,   getLatency,   getMediaType,   getParent,   getRequestHeaders,   getResponseCode,   getResponseData,   getResponseDataAsString,   getResponseHeaders,   getResponseMessage,   getResultFileName,   getSampleCount,   getSampleLabel,   getSampleLabel,   getSamplerData,   getSaveConfig,   getStartTime,   getSubResults,   getThreadName,   getTime,   getTimeStamp,   getURL,   getUrlAsString,   isMonitor,   isResponseCodeOK,   isStampedAtStart,   isStopTest,   isStopTestNow,   isStopThread,   isSuccessful,   latencyEnd,   markFile,   sampleEnd,   samplePause,   sampleResume,   sampleStart,   setAllThreads,   setBytes,   setContentType,   setDataEncoding,   setDataType,   setEncodingAndType,   setEndTime,   setErrorCount,   setGroupThreads,   setLatency,   setMonitor,   setParent,   setRequestHeaders,   setResponseCode,   setResponseCodeOK,   setResponseData,   setResponseData,   setResponseHeaders,   setResponseMessage,   setResponseMessageOK,   setResultFileName,   setSampleCount,   setSampleLabel,   setSamplerData,   setSaveConfig,   setStampAndTime,   setStartTime,   setStopTest,   setStopTestNow,   setStopThread,   setSuccessful,   setThreadName,   setTime,   setTimeStamp,   setURL,   storeSubResult,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.samplers.StatisticalSampleResult Detail:
 public  void add(SampleResult res) 
 public int getErrorCount() 
 public static String getKey(SampleEvent event) 
    Generates the key to be used for aggregating samples as follows:
    sampleLabel "-" threadGroup N.B. the key should agree with the fixed items that are saved in the sample.
 public long getTime() 
 public long getTimeStamp() 
 public  void setErrorCount(int e)