|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.samplers.StatisticalSampleSender
public class StatisticalSampleSender
Implements batch reporting for remote testing.
Constructor Summary | |
---|---|
StatisticalSampleSender()
Deprecated. only for use by test code |
Method Summary | |
---|---|
void |
sampleOccurred(SampleEvent e)
Stores sample events untill either a time or sample threshold is breached. |
void |
testEnded()
Checks if any sample events are still present in the sampleStore and sends them to the listener. |
void |
testEnded(String host)
Checks if any sample events are still present in the sampleStore and sends them to the listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public StatisticalSampleSender()
Method Detail |
---|
public void testEnded()
testEnded
in interface SampleSender
public void testEnded(String host)
testEnded
in interface SampleSender
host
- the hostname that the test has ended on.public void sampleOccurred(SampleEvent e)
sampleOccurred
in interface SampleSender
e
- a Sample Event
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |