Package org.apache.jmeter.report.core
Class SampleWriter
java.lang.Object
org.apache.jmeter.report.core.SampleWriter
- All Implemented Interfaces:
 Closeable,AutoCloseable
- Direct Known Subclasses:
 AbstractSampleWriter
Describes sample writer basic operations.
 
Basically a sample writer is able to write samples to an unknown destination and close itself.
Basically a sample writer is able to write samples to an unknown destination and close itself.
- Since:
 - 3.0
 
- 
Constructor Details
- 
SampleWriter
public SampleWriter() 
 - 
 - 
Method Details
- 
write
Write a sample to the underlying destination- Parameters:
 sample- The sample to be written (Must not benull)- Returns:
 - The number of samples written at this time to the underlying destination
 
 
 -