A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

S

sample(org.apache.jmeter.samplers.Entry) - function in org.apache.jmeter.control.TransactionSampler
One cannot sample the TransactionSampler directly.
Sample - class in org.apache.jmeter.report.core
Represents a sample read from a CSV source.
sample(org.apache.jmeter.samplers.Entry) - function in org.apache.jmeter.samplers.Sampler
Obtains statistics about the given Entry, and packages the information into a SampleResult.
sample(org.apache.jmeter.samplers.Entry) - function in org.apache.jmeter.samplers.Sampler
Obtains statistics about the given Entry, and packages the information into a SampleResult.
Sample - class in org.apache.jmeter.visualizers
 
SampleBuilder - class in org.apache.jmeter.report.core
This class is meant to simplify the building of samples.
SampleComparator - class in org.apache.jmeter.report.core
Defines a comparator for Sample instances
SampleConsumer - class in org.apache.jmeter.report.processor
Defines a sample consumer A sample consumer is meant to consume samples in order to process them.
SampleContext - class in org.apache.jmeter.report.processor
Defines the context in which SampleConsumer, SampleProducer will operate
sampleEnd() - function in org.apache.jmeter.samplers.SampleResult
Record the end time of a sample and calculate the elapsed time
sampleEnd() - function in org.apache.jmeter.samplers.SampleResult
Record the end time of a sample and calculate the elapsed time
sampleEnded(org.apache.jmeter.samplers.Sampler) - function in org.apache.jmeter.samplers.SampleMonitor
Will be called when a sample has just finished
SampleEvent - class in org.apache.jmeter.samplers
Packages information regarding the target of a sample event, such as the result from that event and the thread group it ran in.
SampleEventConverter - class in org.apache.jmeter.save.converters
XStream Converter for the SampleResult class
SampleException - class in org.apache.jmeter.report.core
Thrown when some sample processing occurred
SampleIndexer - class in org.apache.jmeter.report.processor
The classes that implement interface SampleIndexer have to calculate an index from a sample.
SampleListener - class in org.apache.jmeter.samplers
Allows notification on events occurring during the sampling process.
SampleMetadata - class in org.apache.jmeter.report.core
Describe samples structure by holding sample column names and theirs matching indexes.
SampleMetaDataParser - class in org.apache.jmeter.report.core
Simple parser to get a SampleMetadata instance
SampleMonitor - class in org.apache.jmeter.samplers
Allows notification just before and just after a sample is invoked.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.control.TransactionController
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultAction
Examine the sample(s) and take appropriate action
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultCollector
When a test result is received, display it and save it.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultSaver
Saves the sample result (and any sub results) in files
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.Summariser
Accumulates the sample in two SampleResult objects - one for running totals, and the other for deltas.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.AsynchSampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.BatchSampleSender
Stores sample events until either a time or sample threshold is breached.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.DataStrippingSampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.DiskStoreSampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.HoldSampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteListenerWrapper
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListener
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerImpl
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerWrapper
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.SampleListener
A sample has started and stopped.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.SampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.SampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.StandardSampleSender
A sample occurred.
sampleOccurred(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.StatisticalSampleSender
Stores sample events until either a time or sample threshold is breached.
SamplePackage - class in org.apache.jmeter.threads
Packages methods related to sample handling.
samplePause() - function in org.apache.jmeter.samplers.SampleResult
Pause a sample
samplePause() - function in org.apache.jmeter.samplers.SampleResult
Pause a sample
SamplePredicate - class in org.apache.jmeter.report.core
The interface SamplePredicate represents a predicate to apply to a sample.
SampleProcessor - class in org.apache.jmeter.report.processor
Defines a sample processor.
SampleProducer - class in org.apache.jmeter.report.processor
Defines a sample producer A sample producer is able to produce sample on different channels.
Sampler - class in org.apache.jmeter.samplers
Classes which are able to generate information about an entry should implement this interface.
SampleResult - class in org.apache.jmeter.samplers
This is a nice packaging for the various information returned from taking a sample of an entry.
SampleResultConverter - class in org.apache.jmeter.save.converters
XStream Converter for the SampleResult class
sampleResume() - function in org.apache.jmeter.samplers.SampleResult
Resume a sample
sampleResume() - function in org.apache.jmeter.samplers.SampleResult
Resume a sample
SampleSaveConfiguration - class in org.apache.jmeter.samplers
Holds details of which sample attributes to save.
SampleSaveConfigurationConverter - class in org.apache.jmeter.save.converters
 
SampleSelector - class in org.apache.jmeter.report.core
The interface SampleSelector represents a typed projection from a sample.
SampleSender - class in org.apache.jmeter.samplers
This interface is used to define the methods that need to be intercepted by the SampleSender wrapper classes processed by the RemoteListenerWrapper.
SampleSenderFactory - class in org.apache.jmeter.samplers
 
SampleSource - class in org.apache.jmeter.report.processor
The interface SampleSource represents a source of samples for sample consumers.
sampleStart() - function in org.apache.jmeter.samplers.SampleResult
Record the start time of a sample
sampleStart() - function in org.apache.jmeter.samplers.SampleResult
Record the start time of a sample
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.control.TransactionController
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultAction
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultCollector
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultSaver
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.Summariser
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteListenerWrapper
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListener
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerImpl
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerWrapper
A sample has started.
sampleStarted(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.SampleListener
A sample has started.
sampleStarting(org.apache.jmeter.samplers.Sampler) - function in org.apache.jmeter.samplers.SampleMonitor
Will be called when a sample is about to start
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.control.TransactionController
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultAction
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultCollector
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.ResultSaver
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.reporters.Summariser
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteListenerWrapper
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListener
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerImpl
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.RemoteSampleListenerWrapper
A sample has stopped.
sampleStopped(org.apache.jmeter.samplers.SampleEvent) - function in org.apache.jmeter.samplers.SampleListener
A sample has stopped.
SampleWriter - class in org.apache.jmeter.report.core
Describes sample writer basic operations.
SampleWriterConsumer - class in org.apache.jmeter.report.processor
Sample consumed by this consumer are written to a file
SamplingStatCalculator - class in org.apache.jmeter.visualizers
Aggregate sample data container.
SamplingStatistic - class in org.apache.jmeter.report.dashboard
Statistics about a Transaction (Sampler or TransactionController)
Save - class in org.apache.jmeter.gui.action
Save the current test plan; implements: Save Save TestPlan As Save (Selection) As
saveAssertionResultsFailureMessage() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveAssertions() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveAsXml() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
SaveBeforeRun - class in org.apache.jmeter.gui.action
Save Before Run Action To save test plan before GUI execution
saveBytes() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveCode() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveConnectTime() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveCSVStats(java.util.List,java.io.Writer) - function in org.apache.jmeter.save.CSVSaveService
Method will save aggregate statistics as CSV.
saveCSVStats(java.util.List,java.io.Writer,kotlin.Array) - function in org.apache.jmeter.save.CSVSaveService
Method will save aggregate statistics as CSV.
saveCSVStats(javax.swing.table.DefaultTableModel,java.io.FileWriter) - function in org.apache.jmeter.save.CSVSaveService
Method saves aggregate statistics (with header names) as CSV from a table model.
saveCSVStats(javax.swing.table.DefaultTableModel,java.io.FileWriter,boolean) - function in org.apache.jmeter.save.CSVSaveService
Method saves aggregate statistics as CSV from a table model.
saveDataType() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveElement(Object,java.io.OutputStream) - function in org.apache.jmeter.save.SaveService
 
saveEncoding() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveFieldNames() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveFileName() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
SaveGraphics - class in org.apache.jmeter.gui.action
SaveGraphics action is meant to be a generic reusable Action.
SaveGraphicsService - class in org.apache.jmeter.save
Class is responsible for taking a component and saving it as a JPEG, PNG or TIFF.
saveHostname() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveIdleTime() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveJComponent(java.lang.String,int,javax.swing.JComponent) - function in org.apache.jmeter.save.SaveGraphicsService
Method will save the JComponent as an image.
saveLabel() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveLatency() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveMessage() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
savePNGWithBatik(java.lang.String,java.awt.image.BufferedImage) - function in org.apache.jmeter.save.SaveGraphicsService
Use Batik to save a PNG of the graph
SavePropertyDialog - class in org.apache.jmeter.gui
Generates Configure pop-up dialogue for Listeners from all methods in SampleSaveConfiguration with the signature "boolean saveXXX()".
saveRequestHeaders() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveResponseData() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveResponseData(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveResponseHeaders() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveSampleCount() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveSamplerData() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveSamplerData(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveSampleResult(org.apache.jmeter.samplers.SampleEvent,java.io.PrintWriter) - function in org.apache.jmeter.save.CSVSaveService
 
saveSampleResult(org.apache.jmeter.samplers.SampleEvent,java.io.Writer) - function in org.apache.jmeter.save.SaveService
Save a sampleResult to an XML output file using XStream.
saveSentBytes() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
SaveService - class in org.apache.jmeter.save
Handles setting up XStream serialisation.
saveSpecialProperties(org.apache.jmeter.testelement.TestElement,com.thoughtworks.xstream.io.HierarchicalStreamWriter) - function in org.apache.jmeter.save.converters.ConversionHelp
Save the special properties:
  • TestElement.GUI_CLASS
  • TestElement.TEST_CLASS
  • TestElement.NAME
  • TestElement.ENABLED
saveSubresults() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveSuccess() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveTemplates() - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
saveThreadCounts() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveThreadName() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveTIFFWithBatik(java.lang.String,java.awt.image.BufferedImage) - function in org.apache.jmeter.save.SaveGraphicsService
Use Batik to save a TIFF file of the graph
saveTime() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveTimestamp() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
saveTree(org.apache.jorphan.collections.HashTree,java.io.OutputStream) - function in org.apache.jmeter.save.SaveService
 
saveUrl() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
SchematicView - class in org.apache.jmeter.gui.action
Schematic view of Test Plan
SchematicView.SchematicViewGenerator - class in org.apache.jmeter.gui.action.SchematicView
 
ScopePanel - class in org.apache.jmeter.util
Scope panel so users can choose whether to apply the test element to the parent sample, the child samples or both.
ScriptingBeanInfoSupport - class in org.apache.jmeter.util
Parent class to define common GUI parameters for BSF and JSR223 test elements
ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor - class in org.apache.jmeter.util.ScriptingBeanInfoSupport
 
ScriptingTestElement - class in org.apache.jmeter.util
Common parent class for the BSFTestElement and JSR223TestElement scripting test elements.
ScriptWrapperConverter - class in org.apache.jmeter.save
Handles XStream conversion of Test Scripts
scrollRectToVisible(java.awt.Rectangle) - function in javax.swing.JComponent
 
scrollRectToVisible(java.awt.Rectangle) - function in javax.swing.JComponent
 
scrollRectToVisible(java.awt.Rectangle) - function in javax.swing.JTextField
 
scrollToReference(java.lang.String) - function in javax.swing.JEditorPane
 
search(java.util.List) - function in org.apache.jmeter.gui.action.RawTextSearcher
Implements the search
search(java.util.List) - function in org.apache.jmeter.gui.action.RegexpSearcher
Implements the search
search(java.util.List) - function in org.apache.jmeter.gui.action.Searcher
Implements the search
SEARCH - enum entry in org.apache.jmeter.gui.plugin.MenuCreator.MENU_LOCATION
 
Searchable - class in org.apache.jmeter.gui
Interface for nodes that are searchable.
Searcher - class in org.apache.jmeter.gui.action
Search algorithm
SearchTreeCommand - class in org.apache.jmeter.gui.action
Search nodes for a text TODO Enhance search dialog to select kind of nodes ....
SearchTreeDialog - class in org.apache.jmeter.gui.action
Dialog to search in tree of element
SecurityProviderLoader - class in org.apache.jmeter.util
 
select(int,int) - function in javax.swing.text.JTextComponent
 
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.core.GraphKeysSelector
Do the projection from the specified sample
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.core.GraphSeriesSelector
Do the projection from the specified sample
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.core.SampleSelector
Do the projection from the specified sample
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.core.SampleSelector
Do the projection from the specified sample
select(java.lang.String) - function in org.apache.jmeter.report.processor.ThresholdSelector
Do a projection from the specified samplers name to APDEX threshold information.
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.CodeSeriesSelector
Do the projection from the specified sample
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.ConnectTimeValueSelector
Do a projection from a sample to the value to aggregate for the specified series and key.
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.CountValueSelector
 
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.ElapsedTimeValueSelector
Do a projection from a sample to the value to aggregate for the specified series and key.
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.GraphValueSelector
Do a projection from a sample to the value to aggregate for the specified series and key.
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.IndexedNameSelector
Do the projection from the specified sample
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.LatencyValueSelector
Do a projection from a sample to the value to aggregate for the specified series and key.
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.NameSeriesSelector
Do the projection from the specified sample
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.StaticSeriesSelector
Do the projection from the specified sample
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.StatusSeriesSelector
Do the projection from the specified sample
select(java.lang.String,org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector
 
select(org.apache.jmeter.report.core.Sample) - function in org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
Do the projection from the specified sample
selectAll() - function in javax.swing.text.JTextComponent
 
SELECTED - enum entry in org.apache.jmeter.gui.util.TristateState
 
selectNodeList(org.w3c.dom.Document,java.lang.String) - function in org.apache.jmeter.util.XPathUtil
Extract NodeList using expression
selectsBeginTime() - function in org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
Gets a status defining whether the projection is done with the begin or end time of the sample.
SelectTemplatesDialog - class in org.apache.jmeter.gui.action
Dialog used for Templates selection
sendUrgentData(int) - function in java.net.Socket
 
sendUrgentData(int) - function in org.apache.jmeter.util.SlowSSLSocket
 
SeriesData - class in org.apache.jmeter.report.processor.graph
The class SeriesData helps to store series data in a graph.
ServerPanel - class in org.apache.jmeter.gui
Common server panel implementation for use with HTTP, TCP etc samplers
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.Controller
Set property as string, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.Sampler
Set property as string, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.BooleanPropertyDescriptor,java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
Set property as boolean, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.BooleanPropertyDescriptor,java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
Set property as boolean, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.ClassPropertyDescriptor,java.lang.Class) - function in org.apache.jmeter.testelement.TestElement
Set property as Class, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.ClassPropertyDescriptor,java.lang.Class) - function in org.apache.jmeter.testelement.TestElement
Set property as Class, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.CollectionPropertyDescriptor,java.util.Collection) - function in org.apache.jmeter.testelement.TestElement
Set property as Collection, or remove it if the given Collection is null.
set(org.apache.jmeter.testelement.schema.CollectionPropertyDescriptor,java.util.Collection) - function in org.apache.jmeter.testelement.TestElement
Set property as Collection, or remove it if the given Collection is null.
set(org.apache.jmeter.testelement.schema.DoublePropertyDescriptor,java.lang.Double) - function in org.apache.jmeter.testelement.TestElement
Set property as double.
set(org.apache.jmeter.testelement.schema.DoublePropertyDescriptor,java.lang.Double) - function in org.apache.jmeter.testelement.TestElement
Set property as double.
set(org.apache.jmeter.testelement.schema.FloatPropertyDescriptor,java.lang.Float) - function in org.apache.jmeter.testelement.TestElement
Set property as float.
set(org.apache.jmeter.testelement.schema.FloatPropertyDescriptor,java.lang.Float) - function in org.apache.jmeter.testelement.TestElement
Set property as float.
set(org.apache.jmeter.testelement.schema.IntegerPropertyDescriptor,java.lang.Integer) - function in org.apache.jmeter.testelement.TestElement
Set property as integer.
set(org.apache.jmeter.testelement.schema.IntegerPropertyDescriptor,java.lang.Integer) - function in org.apache.jmeter.testelement.TestElement
Set property as integer.
set(org.apache.jmeter.testelement.schema.LongPropertyDescriptor,java.lang.Long) - function in org.apache.jmeter.testelement.TestElement
Set property as long.
set(org.apache.jmeter.testelement.schema.LongPropertyDescriptor,java.lang.Long) - function in org.apache.jmeter.testelement.TestElement
Set property as long.
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Set property as string, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Set property as string, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Set property as string, or remove it if the given value is null.
set(org.apache.jmeter.testelement.schema.TestElementPropertyDescriptor,TestElementClass) - function in org.apache.jmeter.testelement.TestElement
Set property as TestElement, or remove it if the given TestElement is null.
set(org.apache.jmeter.testelement.schema.TestElementPropertyDescriptor,TestElementClass) - function in org.apache.jmeter.testelement.TestElement
Set property as TestElement, or remove it if the given TestElement is null.
set(int,java.lang.String) - function in org.apache.jmeter.testelement.property.CollectionProperty
 
set(int,org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.property.CollectionProperty
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Boolean) - function in org.apache.jmeter.testelement.schema.BooleanPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Class) - function in org.apache.jmeter.testelement.schema.ClassPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,kotlin.reflect.KClass) - function in org.apache.jmeter.testelement.schema.ClassPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.util.Collection) - function in org.apache.jmeter.testelement.schema.CollectionPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Double) - function in org.apache.jmeter.testelement.schema.DoublePropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Float) - function in org.apache.jmeter.testelement.schema.FloatPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Integer) - function in org.apache.jmeter.testelement.schema.IntegerPropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.Long) - function in org.apache.jmeter.testelement.schema.LongPropertyDescriptor
 
set(kotlin.jvm.functions.Function1,java.lang.Boolean) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.Class) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,kotlin.reflect.KClass) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.util.Collection) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.Double) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.Float) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.Integer) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.Long) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,java.lang.String) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(kotlin.jvm.functions.Function1,ValueClass) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.BooleanPropertyDescriptor,java.lang.Boolean) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.ClassPropertyDescriptor,java.lang.Class) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.ClassPropertyDescriptor,kotlin.reflect.KClass) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.CollectionPropertyDescriptor,java.util.Collection) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.DoublePropertyDescriptor,java.lang.Double) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.FloatPropertyDescriptor,java.lang.Float) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.IntegerPropertyDescriptor,java.lang.Integer) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.LongPropertyDescriptor,java.lang.Long) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.PropertyDescriptor,java.lang.String) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.schema.TestElementPropertyDescriptor,ValueClass) - function in org.apache.jmeter.testelement.schema.PropertiesAccessor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.String) - function in org.apache.jmeter.testelement.schema.PropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,java.lang.String) - function in org.apache.jmeter.testelement.schema.PropertyDescriptor
 
set(org.apache.jmeter.testelement.TestElement,TestElementClass) - function in org.apache.jmeter.testelement.schema.TestElementPropertyDescriptor
 
set(java.lang.String,boolean) - function in org.apache.jmeter.util.BeanShellInterpreter
 
set(java.lang.String,Object) - function in org.apache.jmeter.util.BeanShellInterpreter
 
setAction(javax.swing.Action) - function in javax.swing.AbstractButton
 
setAction(javax.swing.Action) - function in javax.swing.JTextField
 
setActionCommand(java.lang.String) - function in javax.swing.AbstractButton
 
setActionCommand(java.lang.String) - function in javax.swing.JTextField
 
setActionHandler(java.awt.event.ActionListener) - function in org.apache.jmeter.gui.tree.JMeterTreeListener
Sets the ActionHandler attribute of the JMeterTreeListener object.
setActionMap(javax.swing.ActionMap) - function in javax.swing.JComponent
 
setActionMap(javax.swing.ActionMap) - function in javax.swing.JComponent
 
setActionProperties(int,java.lang.String,char,javax.swing.KeyStroke) - function in org.fife.ui.rtextarea.RTextArea
 
setActiveLineRange(int,int) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setAddTimestamp(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setAggregatedKeysSeriesFormat(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the format for the name of aggregated keys seriesData.
setAggregatedKeysSeriesFormat(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the format for the name of aggregated keys seriesData.
setAlias(java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIClientSocketFactory
 
setAlias(java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIServerSocketFactory
 
setAlignmentX(float) - function in javax.swing.JComponent
 
setAlignmentX(java.lang.Float) - function in javax.swing.JComponent
 
setAlignmentY(float) - function in javax.swing.JComponent
 
setAlignmentY(java.lang.Float) - function in javax.swing.JComponent
 
setAllowsChildren(boolean) - function in javax.swing.tree.DefaultMutableTreeNode
 
setAllThreads(int) - function in org.apache.jmeter.samplers.SampleResult
 
setAllThreads(int) - function in org.apache.jmeter.samplers.SampleResult
 
setAlwaysOnTop(boolean) - function in java.awt.Window
 
setAnimateBracketMatching(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setAntiAliasingEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setApdexPerTransaction(java.util.Map) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
Sets the apdex per transaction map.
setApdexSatisfiedThreshold(long) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
Sets the apdex satisfied threshold.
setApdexToleratedThreshold(long) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
Sets the apdex tolerated threshold.
setArguments(java.util.List) - function in org.apache.jmeter.config.Arguments
Set the list of arguments.
setAsksAllowsChildren(boolean) - function in javax.swing.tree.DefaultTreeModel
 
setAssertionResultsFailureMessage(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setAssertions(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setAsText(java.lang.String) - function in java.beans.TestBeanPropertyEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.FileEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.LongPropertyEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.PasswordEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.TableEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.testbeans.gui.TextAreaEditor
 
setAsText(java.lang.String) - function in org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
 
setAsXml(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setAutoIndentEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setAutoRequestFocus(boolean) - function in java.awt.Window
 
setAutoscrolls(boolean) - function in javax.swing.JComponent
 
setAutoscrolls(java.lang.Boolean) - function in javax.swing.JComponent
 
setBackground(java.awt.Color) - function in java.awt.Dialog
 
setBackground(java.awt.Color) - function in java.awt.Frame
 
setBackground(java.awt.Color) - function in javax.swing.JComponent
 
setBackground(java.awt.Color) - function in javax.swing.JComponent
 
setBackground(java.awt.Color) - function in javax.swing.table.DefaultTableCellRenderer
 
setBackground(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setBackground(java.awt.Color) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setBackgroundImage(java.awt.Image) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setBackgroundNonSelectionColor(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setBackgroundObject(Object) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setBackgroundSelectionColor(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setBase(java.io.File) - function in org.apache.jmeter.services.FileServer
Sets the current base directory for relative file names.
setBasedir(java.lang.String) - function in org.apache.jmeter.services.FileServer
Sets the current base directory for relative file names from the provided path.
setBasedir(java.lang.String) - function in org.apache.jmeter.testelement.TestPlan
 
setBaseForScript(java.io.File) - function in org.apache.jmeter.services.FileServer
Sets the current base directory for relative file names from the provided script file.
setBodySize(int) - function in org.apache.jmeter.samplers.SampleResult
 
setBodySize(int) - function in org.apache.jmeter.samplers.SampleResult
 
setBodySize(long) - function in org.apache.jmeter.samplers.SampleResult
 
setBodySize(long) - function in org.apache.jmeter.samplers.SampleResult
 
setBooleanValue(java.lang.Boolean) - function in org.apache.jorphan.gui.JEditableCheckBox
 
setBorder(javax.swing.border.Border) - function in javax.swing.JComponent
 
setBorder(javax.swing.border.Border) - function in javax.swing.JComponent
 
setBorderPainted(boolean) - function in javax.swing.AbstractButton
 
setBorderPainted(boolean) - function in javax.swing.JMenuBar
 
setBorderPainted(boolean) - function in javax.swing.JToolBar
 
setBorderPaintedFlat(boolean) - function in javax.swing.JCheckBox
 
setBorderSelectionColor(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setBounds(int,int,int,int) - function in java.awt.Component
 
setBounds(java.awt.Rectangle) - function in java.awt.Component
 
setBounds(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
setBounds(int,int,int,int) - function in java.awt.Window
 
setBracketMatchingEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setBytes(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
Sets the bytes.
setBytes(int) - function in org.apache.jmeter.samplers.SampleResult
In the event the sampler does want to pass back the actual contents, we still want to calculate the throughput.
setBytes(int) - function in org.apache.jmeter.samplers.SampleResult
In the event the sampler does want to pass back the actual contents, we still want to calculate the throughput.
setBytes(long) - function in org.apache.jmeter.samplers.SampleResult
In the event the sampler does want to pass back the actual contents, we still want to calculate the throughput.
setBytes(long) - function in org.apache.jmeter.samplers.SampleResult
In the event the sampler does want to pass back the actual contents, we still want to calculate the throughput.
setBytes(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setCacheKey(java.lang.String) - function in org.apache.jmeter.util.JSR223TestElement
 
setCaret(javax.swing.text.Caret) - function in javax.swing.text.JTextComponent
 
setCaret(javax.swing.text.Caret) - function in org.fife.ui.rtextarea.RTextArea
 
setCaretColor(java.awt.Color) - function in javax.swing.text.JTextComponent
 
setCaretPosition(int) - function in javax.swing.text.JTextComponent
 
setCaretStyle(int,org.fife.ui.rtextarea.CaretStyle) - function in org.fife.ui.rtextarea.RTextArea
 
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.AbstractSampleProcessor
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.SampleConsumer
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.SampleProcessor
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setChannelAttribute(int,java.lang.String,Object) - function in org.apache.jmeter.report.processor.SampleProducer
Associate an attribute to the specified channel for this sample processor If the attribute already exist, it is replaced.
setCharacterAttributes(javax.swing.text.AttributeSet,boolean) - function in javax.swing.JTextPane
 
setChildrenNodesHaveMatched(boolean) - function in org.apache.jmeter.gui.tree.JMeterTreeNode
One of the children of this node have matched a search
setChunkSize(long) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Set the number of samples that will be stored in memory.
setClassName(java.lang.String) - function in org.apache.jmeter.report.config.InstanceConfiguration
Sets the class name of the item.
setClassName(java.lang.String) - function in org.apache.jmeter.report.config.InstanceConfiguration
Sets the class name of the item.
setClearWhitespaceLinesEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setClickCountToStart(int) - function in org.apache.jmeter.gui.util.TextAreaTableCellEditor
Specifies the number of clicks needed to start editing.
setCloseCurlyBraces(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setClosedIcon(javax.swing.Icon) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setCloseMarkupTags(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setCode(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setCodeFoldingEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setCollection(java.util.Collection) - function in org.apache.jmeter.testelement.property.CollectionProperty
 
setColumnCount(int) - function in javax.swing.table.DefaultTableModel
 
setColumnData(int,java.util.List) - function in org.apache.jmeter.gui.util.PowerTableModel
 
setColumnHeader(javax.swing.JViewport) - function in javax.swing.JScrollPane
 
setColumnHeaderView(java.awt.Component) - function in javax.swing.JScrollPane
 
setColumnIdentifiers(java.util.Vector) - function in javax.swing.table.DefaultTableModel
 
setColumns(int) - function in javax.swing.JTextArea
 
setColumns(int) - function in javax.swing.JTextField
 
setComment(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for setting the comment property.
setComment(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for setting the comment property.
setComment(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for setting the comment property.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.Controller
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.Sampler
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a comment with this element.
setComment(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a comment with this element.
setComponentOrientation(java.awt.ComponentOrientation) - function in java.awt.Component
 
setComponentOrientation(java.awt.ComponentOrientation) - function in java.awt.Component
 
setComponentOrientation(java.awt.ComponentOrientation) - function in javax.swing.JScrollPane
 
setComponentOrientation(java.awt.ComponentOrientation) - function in javax.swing.text.JTextComponent
 
setComponentPopupMenu(javax.swing.JPopupMenu) - function in javax.swing.JComponent
 
setComponentPopupMenu(javax.swing.JPopupMenu) - function in javax.swing.JComponent
 
setComponentZOrder(java.awt.Component,int) - function in java.awt.Container
 
setComponentZOrder(java.awt.Component,java.lang.Integer) - function in java.awt.Container
 
setCondition(java.lang.String) - function in org.apache.jmeter.control.IfController
Condition Accessor - this is gonna be like ${count} < 10
setCondition(java.lang.String) - function in org.apache.jmeter.control.WhileController
 
setConnectTime(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setConnectTime(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setConnectTime(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setConnectTimeout(java.lang.String) - function in org.apache.jmeter.gui.ServerPanel
 
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set the metadata of samples that will be consumed on the specified channel.
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set the metadata of samples that will be consumed on the specified channel.
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.SampleConsumer
Set the metadata of samples that will be consumed on the specified channel.
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.SampleConsumer
Set the metadata of samples that will be consumed on the specified channel.
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Set the metadata of samples that will be consumed on the specified channel.
setConsumedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Set the metadata of samples that will be consumed on the specified channel.
setContentAreaFilled(boolean) - function in javax.swing.AbstractButton
 
setContentMessage(java.lang.String) - function in org.apache.jmeter.report.processor.graph.impl.CustomGraphConsumer
Sets the contentMessage.
setContentPane(java.awt.Container) - function in javax.swing.JDialog
 
setContentPane(java.awt.Container) - function in javax.swing.JFrame
 
setContentType(java.lang.String) - function in javax.swing.JEditorPane
 
setContentType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Stores the content-type string, e.g.
setContentType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Stores the content-type string, e.g.
setContext(java.net.HttpURLConnection) - function in org.apache.jmeter.util.JsseSSLManager
Sets the Context attribute of the JsseSSLManager object
setContext(java.net.HttpURLConnection) - function in org.apache.jmeter.util.SSLManager
 
setContinueForever(boolean) - function in org.apache.jmeter.control.LoopController
Determines whether the loop will return any samples if it is rerun.
setCopiedNodes(kotlin.Array) - function in org.apache.jmeter.gui.action.Copy
 
setCorner(java.lang.String,java.awt.Component) - function in javax.swing.JScrollPane
 
setCurrentLineHighlightColor(java.awt.Color) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setCurrentSampler(org.apache.jmeter.samplers.Sampler) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setCursor(java.awt.Cursor) - function in java.awt.Component
 
setCursor(java.awt.Cursor) - function in java.awt.Component
 
setCursor(int) - function in java.awt.Frame
 
setCursor(java.awt.Cursor) - function in java.awt.Window
 
setDataEncoding(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the dataEncoding.
setDataEncoding(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the dataEncoding.
setDataType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the data type of the sample.
setDataType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the data type of the sample.
setDataType(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setDataVector(java.util.Vector,java.util.Vector) - function in javax.swing.table.DefaultTableModel
 
setDate(java.util.Date) - function in org.apache.jmeter.gui.util.JDateField
Set the date to the Date mask control.
setDateFormat(java.lang.String) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
Intended for use by CsvSaveService (and test cases)
setDebugGraphicsOptions(int) - function in javax.swing.JComponent
 
setDebugGraphicsOptions(java.lang.Integer) - function in javax.swing.JComponent
 
setDefault(java.net.Authenticator) - function in java.net.Authenticator
 
setDefaultCloseOperation(int) - function in javax.swing.JDialog
 
setDefaultCloseOperation(int) - function in javax.swing.JFrame
 
setDefaultDelimiter() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setDefaultLocale(java.util.Locale) - function in javax.swing.JComponent
 
setDefaultLookAndFeelDecorated(boolean) - function in javax.swing.JDialog
 
setDefaultLookAndFeelDecorated(boolean) - function in javax.swing.JFrame
 
setDefaultTimeStampFormat() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setDelay(long) - function in org.apache.jmeter.threads.ThreadGroup
Set the startup delay
setDelay(long) - function in org.apache.jmeter.threads.ThreadGroup
Set the startup delay
setDelimiter(java.lang.String) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setDescription(java.lang.String) - function in org.apache.jmeter.config.Argument
Sets the Description attribute of the Argument.
setDescription(java.lang.String) - function in org.apache.jmeter.gui.action.template.Template
 
setDescriptor(java.beans.PropertyDescriptor) - function in org.apache.jmeter.testbeans.gui.TableEditor
For the table editor, the CLASSNAME attribute must simply be the name of the class of object it will hold where each row holds one object.
setDescriptor(java.beans.PropertyDescriptor) - function in org.apache.jmeter.testbeans.gui.TestBeanPropertyEditor
 
setDirty(boolean) - function in org.apache.jmeter.gui.GuiPackage
The dirty property is a flag that indicates whether there are parts of JMeter's test tree that the user has not saved since last modification.
setDisabledIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setDisabledIcon(javax.swing.Icon) - function in javax.swing.JLabel
 
setDisabledSelectedIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setDisabledTextColor(java.awt.Color) - function in javax.swing.text.JTextComponent
 
setDisplayedMnemonic(int) - function in javax.swing.JLabel
 
setDisplayedMnemonicIndex(int) - function in javax.swing.AbstractButton
 
setDisplayedMnemonicIndex(int) - function in javax.swing.JLabel
 
setDocument(javax.swing.text.Document) - function in javax.swing.JTextField
 
setDocument(javax.swing.text.Document) - function in javax.swing.JTextPane
 
setDocument(javax.swing.text.Document) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setDoubleBuffered(boolean) - function in javax.swing.JComponent
 
setDoubleBuffered(java.lang.Boolean) - function in javax.swing.JComponent
 
setDragEnabled(boolean) - function in javax.swing.text.JTextComponent
 
setDragImage(java.awt.Image) - function in javax.swing.TransferHandler
 
setDragImageOffset(java.awt.Point) - function in javax.swing.TransferHandler
 
setDropMode(javax.swing.DropMode) - function in javax.swing.text.JTextComponent
 
setDropTarget(java.awt.dnd.DropTarget) - function in java.awt.Component
 
setDropTarget(java.awt.dnd.DropTarget) - function in java.awt.Component
 
setDuration(long) - function in org.apache.jmeter.threads.ThreadGroup
Set the desired duration of the thread group test run
setDuration(long) - function in org.apache.jmeter.threads.ThreadGroup
Set the desired duration of the thread group test run
setEditable(boolean) - function in javax.swing.text.JTextComponent
 
setEditAddEnabled(boolean) - function in org.apache.jmeter.gui.MainFrame
Specify whether or not the Edit|Add menu item should be enabled.
setEditAddEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setEditAddMenu(javax.swing.JMenu) - function in org.apache.jmeter.gui.MainFrame
Set the menu that should be used for the Edit|Add menu.
setEditAddMenu(javax.swing.JMenu) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setEditEnabled(boolean) - function in org.apache.jmeter.gui.MainFrame
Specify whether or not the Edit menu item should be enabled.
setEditEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setEditMenu(javax.swing.JPopupMenu) - function in org.apache.jmeter.gui.MainFrame
Set the menu that should be used for the Edit menu.
setEditMenu(javax.swing.JPopupMenu) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setEditorKit(javax.swing.text.EditorKit) - function in javax.swing.JTextPane
 
setEditorKitForContentType(java.lang.String,javax.swing.text.EditorKit) - function in javax.swing.JEditorPane
 
setElement(org.apache.jmeter.testelement.TestElement) - function in org.apache.jmeter.testelement.property.TestElementProperty
 
setEnabled(boolean) - function in java.awt.Component
 
setEnabled(boolean) - function in javax.swing.AbstractButton
 
setEnabled(boolean) - function in javax.swing.JComponent
 
setEnabled(java.lang.Boolean) - function in javax.swing.JComponent
 
setEnabled(boolean) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for the enabled property.
setEnabled(boolean) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for the enabled property.
setEnabled(java.lang.Boolean) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Set whether this component is enabled.
setEnabled(boolean) - function in org.apache.jmeter.gui.JMeterGUIComponent
Set whether this component is enabled.
setEnabled(boolean) - function in org.apache.jmeter.gui.JMeterGUIComponent
Set whether this component is enabled.
setEnabled(boolean) - function in org.apache.jmeter.gui.menu.StaticJMeterGUIComponent
Set whether this component is enabled.
setEnabled(boolean) - function in org.apache.jmeter.gui.tree.JMeterTreeNode
 
setEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setEnabled(javax.swing.JMenu) - function in org.apache.jmeter.gui.util.MenuFactory
 
setEnabled(boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Configures if the current test element should be enabled or not.
setEnabled(boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Configures if the current test element should be enabled or not.
setEnabled(java.lang.Boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Configures if the current test element should be enabled or not.
setEnabled(boolean) - function in org.apache.jmeter.testelement.Controller
Configures if the current test element should be enabled or not.
setEnabled(boolean) - function in org.apache.jmeter.testelement.Sampler
Configures if the current test element should be enabled or not.
setEnabled(boolean) - function in org.apache.jmeter.testelement.TestElement
Configures if the current test element should be enabled or not.
setEnabled(java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
Configures if the current test element should be enabled or not.
setEnabled(java.lang.Boolean) - function in org.apache.jorphan.gui.JEditableCheckBox
 
setEnabledCipherSuites(kotlin.Array) - function in org.apache.jmeter.util.SlowSSLSocket
 
setEnabledProtocols(kotlin.Array) - function in org.apache.jmeter.util.SlowSSLSocket
 
setEnableSessionCreation(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setEncoding(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setEncodingAndType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Extract and save the DataEncoding and DataType from the parameter provided.
setEncodingAndType(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Extract and save the DataEncoding and DataType from the parameter provided.
setEndDate(java.util.Date) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
 
setEndTime(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
Sets the end time.
setEndTime(long) - function in org.apache.jmeter.samplers.SampleResult
 
setEndTime(long) - function in org.apache.jmeter.samplers.SampleResult
 
setEndTime(long) - function in org.apache.jmeter.threads.JMeterThread
Set the EndTime for this Thread.
setEngine(org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setEngine(org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.JMeterThread
Save the engine instance for access to the stop methods
setEOLMarkersVisible(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setError(boolean) - function in org.apache.jmeter.assertions.AssertionResult
Set the flag indicating whether or not an error occurred while evaluating assertion failure clause.
setError(boolean) - function in org.apache.jmeter.assertions.AssertionResult
Set the flag indicating whether or not an error occurred while evaluating assertion failure clause.
setErrorAction(int) - function in org.apache.jmeter.testelement.OnErrorTestElement
 
setErrorAction(int) - function in org.apache.jmeter.testelement.OnErrorTestElement
 
setErrorCount(long) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setErrorCount(int) - function in org.apache.jmeter.samplers.SampleResult
 
setErrorCount(int) - function in org.apache.jmeter.samplers.SampleResult
 
setErrorCount(int) - function in org.apache.jmeter.samplers.StatisticalSampleResult
 
setErrorLogging(boolean) - function in org.apache.jmeter.reporters.ResultCollector
Sets error logging flag
setErrorPct(float) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setErrors(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
 
setErrorsOnly(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setEvaluateAll(boolean) - function in org.apache.jmeter.control.IfController
 
setExcludeControllers(boolean) - function in org.apache.jmeter.report.config.GraphConfiguration
Sets a switch used to check if controller samples have to be filtered.
setExecutable(boolean,boolean) - function in java.io.File
 
setExtendedFrameTitle(java.lang.String) - function in org.apache.jmeter.gui.MainFrame
 
setExtendedState(int) - function in java.awt.Frame
 
setFadeCurrentLineHighlight(boolean) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setFailure(boolean) - function in org.apache.jmeter.assertions.AssertionResult
Set the flag indicating whether or not a failure occurred.
setFailure(boolean) - function in org.apache.jmeter.assertions.AssertionResult
Set the flag indicating whether or not a failure occurred.
setFailureLabel(java.lang.String) - function in org.apache.jmeter.report.processor.graph.StatusSeriesSelector
Sets the failure label.
setFailureMessage(java.lang.String) - function in org.apache.jmeter.assertions.AssertionResult
Set the failure message giving more details about a failure or error.
setFailureMessage(java.lang.String) - function in org.apache.jmeter.assertions.AssertionResult
Set the failure message giving more details about a failure or error.
setFieldNames(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setFile(java.lang.String) - function in org.apache.jmeter.visualizers.gui.AbstractVisualizer
Sets the filename which results will be saved to.
setFileLoadEnabled(boolean) - function in org.apache.jmeter.gui.MainFrame
Specify whether or not the File|Load menu item should be enabled.
setFileLoadEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setFileName(java.lang.String) - function in org.apache.jmeter.gui.action.template.Template
 
setFilename(java.lang.String) - function in org.apache.jmeter.gui.util.FilePanelEntry
Sets the filename attribute of the FilePanel object.
setFilename(java.lang.String) - function in org.apache.jmeter.gui.util.FilePanelEntry
Sets the filename attribute of the FilePanel object.
setFilename(java.lang.String) - function in org.apache.jmeter.reporters.ResultCollector
Sets the filename attribute of the ResultCollector object.
setFilename(java.lang.String) - function in org.apache.jmeter.reporters.ResultSaver
 
setFileName(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setFilename(java.lang.String) - function in org.apache.jmeter.util.BeanShellTestElement
 
setFilename(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
 
setFilename(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
 
setFileRevertEnabled(boolean) - function in org.apache.jmeter.gui.MainFrame
Specify whether or not the File|Revert item should be enabled.
setFileRevertEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setFiles(kotlin.Array) - function in org.apache.jmeter.gui.util.FileListPanel
 
setFileSaveEnabled(boolean) - function in org.apache.jmeter.gui.MainFrame
Specify whether or not the File|Save menu item should be enabled.
setFileSaveEnabled(boolean) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setFirst(boolean) - function in org.apache.jmeter.control.GenericController
If b is true, it means first is reset which means Controller has executed all its children
setFirst(boolean) - function in org.apache.jmeter.control.GenericController
If b is true, it means first is reset which means Controller has executed all its children
setFirst(java.lang.Boolean) - function in org.apache.jmeter.control.GenericController
If b is true, it means first is reset which means Controller has executed all its children
setFirstTime(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
Sets the first time.
setFloatable(boolean) - function in javax.swing.JToolBar
 
setFocusable(boolean) - function in java.awt.Component
 
setFocusable(java.lang.Boolean) - function in java.awt.Component
 
setFocusableWindowState(boolean) - function in java.awt.Window
 
setFocusAccelerator(char) - function in javax.swing.text.JTextComponent
 
setFocusCycleRoot(boolean) - function in java.awt.Container
 
setFocusCycleRoot(java.lang.Boolean) - function in java.awt.Container
 
setFocusCycleRoot(boolean) - function in java.awt.Window
 
setFocusPainted(boolean) - function in javax.swing.AbstractButton
 
setFocusTraversalKeys(int,java.util.Set) - function in java.awt.Container
 
setFocusTraversalKeys(int,java.util.Set) - function in javax.swing.JComponent
 
setFocusTraversalKeys(java.lang.Integer,java.util.Set) - function in javax.swing.JComponent
 
setFocusTraversalKeysEnabled(boolean) - function in java.awt.Component
 
setFocusTraversalKeysEnabled(java.lang.Boolean) - function in java.awt.Component
 
setFocusTraversalPolicy(java.awt.FocusTraversalPolicy) - function in java.awt.Container
 
setFocusTraversalPolicy(java.awt.FocusTraversalPolicy) - function in java.awt.Container
 
setFocusTraversalPolicyProvider(boolean) - function in java.awt.Container
 
setFocusTraversalPolicyProvider(java.lang.Boolean) - function in java.awt.Container
 
setFoldIndicatorEnabled(boolean) - function in org.fife.ui.rtextarea.RTextScrollPane
 
setFont(java.awt.Font) - function in java.awt.Container
 
setFont(java.awt.Font) - function in javax.swing.JComponent
 
setFont(java.awt.Font) - function in javax.swing.JComponent
 
setFont(java.awt.Font) - function in javax.swing.JTextField
 
setFont(java.awt.Font) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setFont(java.awt.Font) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setForeground(java.awt.Color) - function in java.awt.Component
 
setForeground(java.awt.Color) - function in javax.swing.JComponent
 
setForeground(java.awt.Color) - function in javax.swing.JComponent
 
setForeground(java.awt.Color) - function in javax.swing.table.DefaultTableCellRenderer
 
setFractionalFontMetricsEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setFunctionalMode(boolean) - function in org.apache.jmeter.testelement.TestPlan
 
setGenerateParentSample(boolean) - function in org.apache.jmeter.control.TransactionController
 
setGlassPane(java.awt.Component) - function in javax.swing.JDialog
 
setGlassPane(java.awt.Component) - function in javax.swing.JFrame
 
setGranularity(long) - function in org.apache.jmeter.report.processor.TimeRateAggregator
 
setGranularity(long) - function in org.apache.jmeter.report.processor.TimeRateAggregatorFactory
Sets the granularity used by created aggregators.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
Sets the granularity.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
Sets the granularity.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Sets the granularity.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Sets the granularity.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
Sets the granularity.
setGranularity(long) - function in org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
 
setGroupThreads(int) - function in org.apache.jmeter.samplers.SampleResult
 
setGroupThreads(int) - function in org.apache.jmeter.samplers.SampleResult
 
setHandler(org.apache.logging.log4j.core.ErrorHandler) - function in org.apache.logging.log4j.core.appender.AbstractAppender
 
setHandshakeApplicationProtocolSelector(java.util.function.BiFunction) - function in javax.net.ssl.SSLSocket
 
setHasOverallResult(boolean) - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Defines whether the result contains an overall item.
setHasOverallResult(boolean) - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Defines whether the result contains an overall item.
setHeadersSize(int) - function in org.apache.jmeter.samplers.SampleResult
Set the headers size in bytes
setHeadersSize(int) - function in org.apache.jmeter.samplers.SampleResult
Set the headers size in bytes
setHelpMenu(javax.swing.JMenu) - function in javax.swing.JMenuBar
 
setHideActionText(boolean) - function in javax.swing.AbstractButton
 
setHighlightCurrentLine(boolean) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setHighlighter(javax.swing.text.Highlighter) - function in javax.swing.text.JTextComponent
 
setHighlighter(javax.swing.text.Highlighter) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setHighlightSecondaryLanguages(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setHorizontalAlignment(int) - function in javax.swing.AbstractButton
 
setHorizontalAlignment(int) - function in javax.swing.JLabel
 
setHorizontalAlignment(int) - function in javax.swing.JTextField
 
setHorizontalScrollBar(javax.swing.JScrollBar) - function in javax.swing.JScrollPane
 
setHorizontalScrollBarPolicy(int) - function in javax.swing.JScrollPane
 
setHorizontalTextPosition(int) - function in javax.swing.AbstractButton
 
setHorizontalTextPosition(int) - function in javax.swing.JLabel
 
setHostname(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setHyperlinkForeground(java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setHyperlinksEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setIcon(javax.swing.Icon) - function in javax.swing.JLabel
 
setIconGroup(org.fife.ui.rtextarea.IconGroup) - function in org.fife.ui.rtextarea.RTextArea
 
setIconImage(java.awt.Image) - function in java.awt.Window
 
setIconImage(java.awt.Image) - function in javax.swing.JFrame
 
setIconImages(java.util.List) - function in java.awt.Window
 
setIconRowHeaderEnabled(boolean) - function in org.fife.ui.rtextarea.RTextScrollPane
 
setIconTextGap(int) - function in javax.swing.AbstractButton
 
setIconTextGap(int) - function in javax.swing.JLabel
 
setIdleTime(long) - function in org.apache.jmeter.samplers.SampleResult
Set idle time pause.
setIdleTime(long) - function in org.apache.jmeter.samplers.SampleResult
Set idle time pause.
setIdleTime(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setIgnore() - function in org.apache.jmeter.samplers.SampleResult
Call this method to tell JMeter to ignore this SampleResult by Listeners
setIgnore() - function in org.apache.jmeter.samplers.SampleResult
Call this method to tell JMeter to ignore this SampleResult by Listeners
setIgnoreRepaint(boolean) - function in java.awt.Component
 
setIgnoreRepaint(java.lang.Boolean) - function in java.awt.Component
 
setIgnoreTC(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setIgnoreTCFromTop5ErrorsBySampler(boolean) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
 
setIgnoreTransactionController(boolean) - function in org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
 
setIncludeTimers(boolean) - function in org.apache.jmeter.control.TransactionController
Whether to include timers and pre/post processor time in overall sample.
setIndeterminate() - function in org.apache.jmeter.gui.util.TristateCheckBox
 
setInheritsPopupMenu(boolean) - function in javax.swing.JComponent
 
setInheritsPopupMenu(java.lang.Boolean) - function in javax.swing.JComponent
 
setInitialContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.threads.JMeterThread
 
setInitialDelay(int) - function in org.apache.jmeter.threads.JMeterThread
Set rampup delay for JMeterThread Thread
setInitialText(java.lang.String) - function in org.apache.jmeter.gui.util.JSyntaxTextArea
Sets initial text resetting undo history
setInputMap(int,javax.swing.InputMap) - function in javax.swing.JComponent
 
setInputMap(java.lang.Integer,javax.swing.InputMap) - function in javax.swing.JComponent
 
setInputVerifier(javax.swing.InputVerifier) - function in javax.swing.JComponent
 
setInputVerifier(javax.swing.InputVerifier) - function in javax.swing.JComponent
 
setInsertPairedCharacters(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setInVersion(java.lang.String) - function in org.apache.jmeter.save.converters.ConversionHelp
 
setIsSameUserOnNextIteration(boolean) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the kind of user
setIsSameUserOnNextIteration(boolean) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the kind of user
setIsSameUserOnNextIteration(java.lang.Boolean) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the kind of user
setJMenuBar(javax.swing.JMenuBar) - function in javax.swing.JDialog
 
setJMenuBar(javax.swing.JMenuBar) - function in javax.swing.JFrame
 
setJMeterHome(java.lang.String) - function in org.apache.jmeter.util.JMeterUtils
 
setJTree(javax.swing.JTree) - function in org.apache.jmeter.gui.tree.JMeterTreeListener
Sets the JTree attribute of the JMeterTreeListener object.
setKeepAlive(boolean) - function in java.net.Socket
 
setKeepAlive(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setKeymap(javax.swing.text.Keymap) - function in javax.swing.text.JTextComponent
 
setKeystore(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIClientSocketFactory
 
setKeystore(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIServerSocketFactory
 
setLabel(java.lang.String) - function in javax.swing.AbstractButton
 
setLabel(java.lang.String) - function in org.apache.jmeter.gui.util.JLabeledRadioI18N
Set the group label from the resource name.
setLabel(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setLabelFor(java.awt.Component) - function in javax.swing.JLabel
 
setLanguage(java.lang.String) - function in org.apache.jmeter.gui.util.JSyntaxTextArea
Sets the language of the text area.
setLastJFCDirectory(java.lang.String) - function in org.apache.jmeter.gui.util.FileDialoger
 
setLastModified(long) - function in java.io.File
 
setLatency(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setLatency(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setLatency(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setLayeredPane(javax.swing.JLayeredPane) - function in javax.swing.JDialog
 
setLayeredPane(javax.swing.JLayeredPane) - function in javax.swing.JFrame
 
setLayout(java.awt.LayoutManager) - function in java.awt.Container
 
setLayout(java.awt.LayoutManager) - function in java.awt.Container
 
setLayout(java.awt.LayoutManager) - function in javax.swing.AbstractButton
 
setLayout(java.awt.LayoutManager) - function in javax.swing.JDialog
 
setLayout(java.awt.LayoutManager) - function in javax.swing.JFrame
 
setLayout(java.awt.LayoutManager) - function in javax.swing.JScrollPane
 
setLayout(java.awt.LayoutManager) - function in javax.swing.JToolBar
 
setLeafIcon(javax.swing.Icon) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setLineNumbersEnabled(boolean) - function in org.fife.ui.rtextarea.RTextScrollPane
 
setLineWrap(boolean) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setLinkGenerator(org.fife.ui.rsyntaxtextarea.LinkGenerator) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setLinkScanningMask(int) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setListener(org.apache.jmeter.visualizers.Visualizer) - function in org.apache.jmeter.reporters.AbstractListenerElement
 
setListener(org.apache.jmeter.visualizers.Visualizer) - function in org.apache.jmeter.reporters.AbstractListenerElement
 
setLocale(java.util.Locale) - function in java.awt.Component
 
setLocale(java.util.Locale) - function in java.awt.Component
 
setLocale(java.util.Locale) - function in org.apache.jmeter.util.JMeterUtils
Changes the current locale: re-reads resource strings and notifies listeners.
setLocalTestStarted(boolean) - function in org.apache.jmeter.gui.util.JMeterToolBar
Change state of buttons on local test
setLocation(int,int) - function in java.awt.Component
 
setLocation(java.awt.Point) - function in java.awt.Component
 
setLocation(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
setLocation(int,int) - function in java.awt.Window
 
setLocationByPlatform(boolean) - function in java.awt.Window
 
setLocationRelativeTo(java.awt.Component) - function in java.awt.Window
 
setLog(java.io.OutputStream) - function in java.rmi.server.RemoteServer
 
setLoggerPanel(org.apache.jmeter.gui.LoggerPanel) - function in org.apache.jmeter.gui.GuiPackage
 
setLogicalStyle(javax.swing.text.Style) - function in javax.swing.JTextPane
 
setLoops(int) - function in org.apache.jmeter.control.LoopController
 
setLoops(java.lang.String) - function in org.apache.jmeter.control.LoopController
 
setMainFrame(org.apache.jmeter.gui.MainFrame) - function in org.apache.jmeter.gui.GuiPackage
Set the main JMeter frame.
setMainPanel(javax.swing.JComponent) - function in org.apache.jmeter.gui.MainFrame
 
setMainToolbar(javax.swing.JToolBar) - function in org.apache.jmeter.gui.GuiPackage
Set the main JMeter toolbar.
setMap(java.util.Map) - function in org.apache.jmeter.testelement.property.MapProperty
 
setMargin(java.awt.Insets) - function in javax.swing.AbstractButton
 
setMargin(java.awt.Insets) - function in javax.swing.JMenuBar
 
setMargin(java.awt.Insets) - function in javax.swing.JToolBar
 
setMargin(java.awt.Insets) - function in javax.swing.text.JTextComponent
 
setMargin(java.awt.Insets) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setMarginLineColor(java.awt.Color) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setMarginLineEnabled(boolean) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setMarginLinePosition(int) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setMarkAllHighlightColor(java.awt.Color) - function in org.fife.ui.rtextarea.RTextArea
 
setMarkAllOnOccurrenceSearches(boolean) - function in org.fife.ui.rtextarea.RTextArea
 
setMarkedBySearch(boolean) - function in org.apache.jmeter.gui.tree.JMeterTreeNode
Tag Node as result of a search
setMarkOccurrences(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setMarkOccurrencesColor(java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setMarkOccurrencesDelay(int) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setMasterFunction(org.apache.jmeter.engine.util.CompoundVariable) - function in org.apache.jmeter.engine.util.AbstractTransformer
Set the master function for the value transformer.
setMatchedBracketBGColor(java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setMatchedBracketBorderColor(java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setMax(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
 
setMaximizedBounds(java.awt.Rectangle) - function in java.awt.Frame
 
setMaximumSize(java.awt.Dimension) - function in java.awt.Component
 
setMaximumSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setMaximumSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setMaxResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setMeanResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setMedianResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setMenuBar(java.awt.MenuBar) - function in java.awt.Frame
 
setMenuItemLoggerPanel(javax.swing.JCheckBoxMenuItem) - function in org.apache.jmeter.gui.GuiPackage
Set the menu item LoggerPanel.
setMenuItemSaveBeforeRunPanel(javax.swing.JCheckBoxMenuItem) - function in org.apache.jmeter.gui.GuiPackage
Set the menu item SaveBeforeRunPanel.
setMessage(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setMetaData(java.lang.String) - function in org.apache.jmeter.config.Argument
Sets the Meta Data attribute of the Argument.
setMin(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
 
setMinimumSize(java.awt.Dimension) - function in java.awt.Window
 
setMinimumSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setMinimumSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setMinResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setMixingCutoutShape(java.awt.Shape) - function in java.awt.Component
 
setMixingCutoutShape(java.awt.Shape) - function in java.awt.Component
 
setMnemonic(int) - function in javax.swing.AbstractButton
 
setModal(boolean) - function in java.awt.Dialog
 
setModalExclusionType(java.awt.Dialog.ModalExclusionType) - function in java.awt.Window
 
setModalityType(java.awt.Dialog.ModalityType) - function in java.awt.Dialog
 
setModel(org.apache.jmeter.gui.tree.JMeterTreeModel) - function in org.apache.jmeter.gui.tree.JMeterTreeListener
Set the JMeterTreeModel for this listener
setModel(javax.swing.ButtonModel) - function in org.apache.jmeter.gui.util.TristateCheckBox
 
setMonitor(boolean) - function in org.apache.jmeter.samplers.SampleResult
When a Sampler is working as a monitor
setMonitor(boolean) - function in org.apache.jmeter.samplers.SampleResult
When a Sampler is working as a monitor
setMultiClickThreshhold(long) - function in javax.swing.AbstractButton
 
setName(java.lang.String) - function in java.awt.Component
 
setName(java.lang.String) - function in java.awt.Component
 
setName(java.lang.String) - function in org.apache.jmeter.config.Argument
Set the name of the Argument.
setName(java.lang.String) - function in org.apache.jmeter.engine.util.SimpleVariable
 
setName(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for setting the name property.
setName(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Provides a default implementation for setting the name property.
setName(java.lang.String) - function in org.apache.jmeter.gui.AbstractJMeterGuiComponent
Sets the name of the JMeter GUI Component.
setName(java.lang.String) - function in org.apache.jmeter.gui.JMeterGUIComponent
Sets the name of the JMeter GUI Component.
setName(java.lang.String) - function in org.apache.jmeter.gui.NamePanel
Sets the name of the JMeter GUI Component.
setName(java.lang.String) - function in org.apache.jmeter.gui.action.template.Template
 
setName(java.lang.String) - function in org.apache.jmeter.gui.menu.StaticJMeterGUIComponent
Sets the name of the JMeter GUI Component.
setName(java.lang.String) - function in org.apache.jmeter.gui.tree.JMeterTreeNode
 
setName(java.lang.String) - function in org.apache.jmeter.gui.tree.NamedTreeNode
 
setName(java.lang.String) - function in org.apache.jmeter.report.dashboard.AbstractDataExporter
Sets the name of the exporter.
setName(java.lang.String) - function in org.apache.jmeter.report.dashboard.AbstractDataExporter
Sets the name of the exporter.
setName(java.lang.String) - function in org.apache.jmeter.report.dashboard.DataExporter
Sets the name of the exporter.
setName(java.lang.String) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Sets the name of the consumer.
setName(java.lang.String) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Sets the name of the consumer.
setName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.Controller
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.Sampler
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a name with this element.
setName(java.lang.String) - function in org.apache.jmeter.testelement.property.AbstractProperty
Set the property name.
setName(java.lang.String) - function in org.apache.jmeter.testelement.property.AbstractProperty
Set the property name.
setName(java.lang.String) - function in org.apache.jmeter.testelement.property.JMeterProperty
Set the property name.
setNavigationFilter(javax.swing.text.NavigationFilter) - function in javax.swing.text.JTextComponent
 
setNeedClientAuth(boolean) - function in org.apache.jmeter.rmi.SSLRMIServerSocketFactory
 
setNeedClientAuth(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setNextFocusableComponent(java.awt.Component) - function in javax.swing.JComponent
 
setNextFocusableComponent(java.awt.Component) - function in javax.swing.JComponent
 
setNumberPadLength(java.lang.String) - function in org.apache.jmeter.reporters.ResultSaver
 
setNumRows(int) - function in javax.swing.table.DefaultTableModel
 
setNumThreads(int) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the total number of threads to start
setNumThreads(int) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the total number of threads to start
setNumThreads(java.lang.Integer) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the total number of threads to start
setObject(Object) - function in java.beans.SharedCustomizer
 
setObject(Object) - function in org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.BooleanProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.CollectionProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.FunctionProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.JMeterProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.JMeterProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.MapProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.NullProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.NumberProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.NumberProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.ObjectProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.StringProperty
 
setObjectValue(Object) - function in org.apache.jmeter.testelement.property.TestElementProperty
 
setOnErrorStartNextLoop(boolean) - function in org.apache.jmeter.threads.JMeterThread
Should Thread start next loop on Sampler error?
setOnErrorStopTest(boolean) - function in org.apache.jmeter.threads.JMeterThread
Should Test stop on sampler error?
setOnErrorStopTestNow(boolean) - function in org.apache.jmeter.threads.JMeterThread
Should Test stop abruptly on sampler error?
setOnErrorStopThread(boolean) - function in org.apache.jmeter.threads.JMeterThread
Should Thread stop on Sampler error?
setOOBInline(boolean) - function in java.net.Socket
 
setOOBInline(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setOpacity(float) - function in java.awt.Dialog
 
setOpacity(float) - function in java.awt.Frame
 
setOpaque(boolean) - function in javax.swing.JComponent
 
setOpaque(java.lang.Boolean) - function in javax.swing.JComponent
 
setOpenIcon(javax.swing.Icon) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setOption(java.net.SocketOption,T) - function in java.net.Socket
 
setOrientation(int) - function in javax.swing.JToolBar
 
setOutputFile(java.io.File) - function in org.apache.jmeter.report.core.AbstractSampleWriter
Set the destination file in which this sample writer will write samples
setOutputFile(java.io.File) - function in org.apache.jmeter.report.core.AbstractSampleWriter
Set the destination file in which this sample writer will write samples
setOutputFile(java.io.File) - function in org.apache.jmeter.report.processor.SampleWriterConsumer
 
setOutputFile(java.lang.String) - function in org.apache.jmeter.report.processor.SampleWriterConsumer
 
setOutputStream(java.io.OutputStream) - function in org.apache.jmeter.report.core.AbstractSampleWriter
Instructs this sample writer to write samples on the specified output with UTG-8 encoding.
setOutputStream(java.io.OutputStream) - function in org.apache.jmeter.report.core.AbstractSampleWriter
Instructs this sample writer to write samples on the specified output with UTG-8 encoding.
setOutVersion(java.lang.String) - function in org.apache.jmeter.save.converters.ConversionHelp
 
setOverallSeriesFormat(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the format of the "overall" seriesData name.
setOverallSeriesFormat(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the format of the "overall" seriesData name.
setPage(java.net.URL) - function in javax.swing.JEditorPane
 
setPaintMarkOccurrencesBorder(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setPaintMatchedBracketPair(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setPaintTabLines(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setParagraphAttributes(javax.swing.text.AttributeSet,boolean) - function in javax.swing.JTextPane
 
setParallelize(boolean) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Enabled parallel mode
setParameters(java.lang.String) - function in org.apache.jmeter.engine.util.CompoundVariable
 
setParameters(java.util.Collection) - function in org.apache.jmeter.engine.util.CompoundVariable
A collection of the parameters used to configure your function.
setParameters(java.util.Collection) - function in org.apache.jmeter.functions.AbstractFunction
Note: This is always called even if no parameters are provided (versions of JMeter after 2.3.
setParameters(java.util.Collection) - function in org.apache.jmeter.functions.Function
A collection of the parameters used to configure your function.
setParameters(java.util.Map) - function in org.apache.jmeter.gui.action.template.Template
 
setParameters(java.lang.String) - function in org.apache.jmeter.util.BeanShellTestElement
 
setParameters(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
 
setParameters(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
 
setParent(javax.swing.tree.MutableTreeNode) - function in javax.swing.tree.DefaultMutableTreeNode
 
setParent(java.io.File) - function in org.apache.jmeter.gui.action.template.Template
 
setParent(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleResult
 
setParent(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleResult
 
setParserDelay(int) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setPassword(java.lang.String) - function in org.apache.jmeter.config.LoginConfig
Sets the Password attribute of the LoginConfig object.
setPct1ResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setPct2ResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setPct3ResTime(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setPercentileIndex(double) - function in org.apache.jmeter.report.processor.PercentileAggregatorFactory
Sets the percentile index.
setPerformancePreferences(int,int,int) - function in java.net.Socket
 
setPopupMenu(javax.swing.JPopupMenu) - function in org.fife.ui.rtextarea.RTextArea
 
setPort(java.lang.String) - function in org.apache.jmeter.gui.ServerPanel
 
setPreferredSize(java.awt.Dimension) - function in java.awt.Component
 
setPreferredSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setPreferredSize(java.awt.Dimension) - function in javax.swing.JComponent
 
setPressedIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setPreviousResult(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setProducedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set the metadata associated with the specified channel
setProducedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set the metadata associated with the specified channel
setProducedMetadata(org.apache.jmeter.report.core.SampleMetadata,int) - function in org.apache.jmeter.report.processor.SampleProducer
Set the metadata associated with the specified channel
setProgress(int) - function in org.apache.jmeter.SplashScreen
 
setProjectFileLoaded(java.lang.String) - function in org.apache.jmeter.gui.MainFrame
Specify the project file that was just loaded
setProjectFileLoaded(java.lang.String) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setProperties(java.util.Properties) - function in org.apache.jmeter.engine.ClientJMeterEngine
set Properties on engine
setProperties(java.util.Properties) - function in org.apache.jmeter.engine.JMeterEngine
set Properties on engine
setProperties(java.util.Properties) - function in org.apache.jmeter.engine.StandardJMeterEngine
set Properties on engine
setProperty(java.lang.String,boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,boolean,boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a boolean property - but only if it is not the default.
setProperty(java.lang.String,boolean,boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a boolean property - but only if it is not the default.
setProperty(java.lang.String,int) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,int) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,int,int) - function in org.apache.jmeter.testelement.AbstractTestElement
Create an int property - but only if it is not the default.
setProperty(java.lang.String,int,int) - function in org.apache.jmeter.testelement.AbstractTestElement
Create an int property - but only if it is not the default.
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a String property - but only if it is not the default.
setProperty(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a String property - but only if it is not the default.
setProperty(java.lang.String,long) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,long) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,long,long) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a long property - but only if it is not the default.
setProperty(java.lang.String,long,long) - function in org.apache.jmeter.testelement.AbstractTestElement
Create a long property - but only if it is not the default.
setProperty(java.lang.String,java.lang.Boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.Boolean,java.lang.Boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.Integer) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.Integer,java.lang.Integer) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.Long) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.Long,java.lang.Long) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setProperty(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Sets and overwrites a property in the TestElement.
setProperty(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Sets and overwrites a property in the TestElement.
setProperty(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Sets and overwrites a property in the TestElement.
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.Controller
 
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.Sampler
 
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Boolean,java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Integer) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Integer,java.lang.Integer) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Long) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.Long,java.lang.Long) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.testelement.TestElement
 
setProperty(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.TestElement
Sets and overwrites a property in the TestElement.
setProperty(java.lang.String,java.lang.String) - function in org.apache.jmeter.util.JMeterUtils
Set a String value
setPropertyFromTristate(org.apache.jmeter.testelement.TestElement,java.lang.String) - function in org.apache.jmeter.gui.util.TristateCheckBox
Sets a boolean property from a tristate checkbox.
setRampUp(int) - function in org.apache.jmeter.threads.ThreadGroup
Set the ramp-up value.
setRampUp(int) - function in org.apache.jmeter.threads.ThreadGroup
Set the ramp-up value.
setRandomSeedString(java.lang.String) - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroup
Random seed for building reproducible schedules.
setReadable(boolean,boolean) - function in java.io.File
 
setReadOnly() - function in java.io.File
 
setReceiveBufferSize(int) - function in java.net.Socket
 
setReceiveBufferSize(int) - function in org.apache.jmeter.util.SlowSSLSocket
 
setReceivedKBytesPerSec(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setRecording(boolean) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setRemoteTestStarted(boolean) - function in org.apache.jmeter.gui.util.JMeterToolBar
Change state of buttons on remote test
setRenderPercentiles(boolean) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Enables or disables the percentiles render.
setRenderPercentiles(boolean) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Enables or disables the percentiles render.
setReportTitle(java.lang.String) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
 
setRequestFocusEnabled(boolean) - function in javax.swing.JComponent
 
setRequestFocusEnabled(java.lang.Boolean) - function in javax.swing.JComponent
 
setRequestHeaders(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setRequestHeaders(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setRequestHeaders(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setResetInterpreter(boolean) - function in org.apache.jmeter.util.BeanShellTestElement
 
setResizable(boolean) - function in java.awt.Dialog
 
setResizable(boolean) - function in java.awt.Frame
 
setResponseCode(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseCode(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseCodeOK() - function in org.apache.jmeter.samplers.SampleResult
Set response code to OK, i.e.
setResponseCodeOK() - function in org.apache.jmeter.samplers.SampleResult
Set response code to OK, i.e.
setResponseData(kotlin.Array) - function in org.apache.jmeter.samplers.SampleResult
Sets the responseData attribute of the SampleResult object.
setResponseData(kotlin.Array) - function in org.apache.jmeter.samplers.SampleResult
Sets the responseData attribute of the SampleResult object.
setResponseData(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the responseData attribute of the SampleResult object.
setResponseData(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the responseData attribute of the SampleResult object.
setResponseData(java.lang.String,java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the encoding and responseData attributes of the SampleResult object.
setResponseData(java.lang.String,java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
Sets the encoding and responseData attributes of the SampleResult object.
setResponseData(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setResponseHeaders(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseHeaders(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseHeaders(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setResponseMessage(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseMessage(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResponseMessageOK() - function in org.apache.jmeter.samplers.SampleResult
 
setResponseMessageOK() - function in org.apache.jmeter.samplers.SampleResult
 
setResponseOK() - function in org.apache.jmeter.samplers.SampleResult
Set result statuses OK - shorthand method to set:
  • ResponseCode
  • ResponseMessage
  • Successful status
setResponseOK() - function in org.apache.jmeter.samplers.SampleResult
Set result statuses OK - shorthand method to set:
  • ResponseCode
  • ResponseMessage
  • Successful status
setResponseTimeout(java.lang.String) - function in org.apache.jmeter.gui.ServerPanel
 
setRestartNextLoop(boolean) - function in org.apache.jmeter.threads.JMeterContext
if set to true current loop iteration will be interrupted and JMeter will go to next iteration
setResult(java.lang.String,org.apache.jmeter.report.processor.ResultData) - function in org.apache.jmeter.report.processor.MapResultData
Sets the specified result to the map.
setResultFileName(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResultFileName(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setResultForFailure(java.lang.String) - function in org.apache.jmeter.assertions.AssertionResult
Convenience method for setting up failed results
setResultForFailure(java.lang.String) - function in org.apache.jmeter.assertions.AssertionResult
Convenience method for setting up failed results
setResultForNull() - function in org.apache.jmeter.assertions.AssertionResult
Convenience method for setting up results where the response was null
setResultForNull() - function in org.apache.jmeter.assertions.AssertionResult
Convenience method for setting up results where the response was null
setReuseAddress(boolean) - function in java.net.Socket
 
setReuseAddress(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setReverseFilter(boolean) - function in org.apache.jmeter.report.processor.FilterConsumer
Reverses the filtering decision.
setRevertedSort(boolean) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
 
setRightHandSideCorrection(int) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setRollover(boolean) - function in javax.swing.JToolBar
 
setRolloverEnabled(boolean) - function in javax.swing.AbstractButton
 
setRolloverIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setRolloverSelectedIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setRoot(javax.swing.tree.TreeNode) - function in javax.swing.tree.DefaultTreeModel
 
setRoundedSelectionEdges(boolean) - function in org.fife.ui.rtextarea.RTextArea
 
setRowCount(int) - function in javax.swing.table.DefaultTableModel
 
setRowHeader(javax.swing.JViewport) - function in javax.swing.JScrollPane
 
setRowHeaderView(java.awt.Component) - function in javax.swing.JScrollPane
 
setRows(int) - function in javax.swing.JTextArea
 
setRowValues(int,kotlin.Array) - function in org.apache.jmeter.gui.util.PowerTableModel
 
setRunning(boolean,java.lang.String) - function in org.apache.jmeter.gui.util.JMeterMenuBar
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Sets the runningVersion.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Sets the runningVersion.
setRunningVersion(java.lang.Boolean) - function in org.apache.jmeter.testelement.AbstractTestElement
Make the test element the running version, or make it no longer the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.Controller
Make the test element the running version, or make it no longer the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.Sampler
Make the test element the running version, or make it no longer the running version.
setRunningVersion(java.lang.Boolean) - function in org.apache.jmeter.testelement.TestElement
Make the test element the running version, or make it no longer the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.AbstractProperty
Make the property a running version or turn it off as the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.AbstractProperty
Make the property a running version or turn it off as the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.BooleanProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.CollectionProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.DoubleProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.FloatProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.IntegerProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.JMeterProperty
Make the property a running version or turn it off as the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.LongProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.MapProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.MultiProperty
Make the property a running version or turn it off as the running version.
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.ObjectProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.StringProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.testelement.property.TestElementProperty
 
setRunningVersion(boolean) - function in org.apache.jmeter.threads.SamplePackage
Make the SamplePackage the running version, or make it no longer the running version.
setRuntime(java.lang.String) - function in org.apache.jmeter.control.RunTime
 
setRuntime(long) - function in org.apache.jmeter.control.RunTime
 
setSampleComparator(org.apache.jmeter.report.core.SampleComparator) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Set the sample comparator that will define sample ordering
setSampleConsumer(org.apache.jmeter.report.processor.SampleConsumer) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
 
setSampleConsumer(org.apache.jmeter.report.processor.SampleConsumer) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
 
setSampleConsumers(java.util.List) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Sets the consumers
setSampleConsumers(java.util.List) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Sets the consumers
setSampleConsumers(java.util.List) - function in org.apache.jmeter.report.processor.AbstractSampleSource
Sets the specified sample consumers that will consume samples produced by this sample source.
setSampleConsumers(java.util.List) - function in org.apache.jmeter.report.processor.CsvFileSampleSource
Sets the specified sample consumers that will consume samples produced by this sample source.
setSampleConsumers(java.util.List) - function in org.apache.jmeter.report.processor.SampleSource
Sets the specified sample consumers that will consume samples produced by this sample source.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.AbstractSampleProcessor
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.AbstractSampleSource
Sets the sample context.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.AbstractSampleSource
Sets the sample context.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.SampleConsumer
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.SampleProcessor
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.SampleProcessor
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.SampleProducer
Set sample context that this consumer should rely on.
setSampleContext(org.apache.jmeter.report.processor.SampleContext) - function in org.apache.jmeter.report.processor.SampleSource
Sets the sample context.
setSampleCount(long) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setSampleCount(int) - function in org.apache.jmeter.samplers.SampleResult
The statistical sample sender aggregates several samples to save on transmission costs.
setSampleCount(int) - function in org.apache.jmeter.samplers.SampleResult
The statistical sample sender aggregates several samples to save on transmission costs.
setSampleCount(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setSampleFilter(java.lang.String) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
Sets the overall sample filter.
setSampleIndexer(org.apache.jmeter.report.processor.SampleIndexer) - function in org.apache.jmeter.report.processor.TaggerConsumer
 
setSampleLabel(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setSampleLabel(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setSamplePredicate(org.apache.jmeter.report.core.SamplePredicate) - function in org.apache.jmeter.report.processor.FilterConsumer
Sets the sample predicate used to filter the samples.
setSampler(org.apache.jmeter.samplers.Sampler) - function in org.apache.jmeter.threads.SamplePackage
 
setSamplerClass(java.lang.Class) - function in org.apache.jmeter.samplers.Entry
 
setSamplerController(org.apache.jmeter.control.LoopController) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the sampler controller.
setSamplerController(org.apache.jmeter.control.LoopController) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the sampler controller.
setSamplerController(org.apache.jmeter.control.LoopController) - function in org.apache.jmeter.threads.AbstractThreadGroup
Set the sampler controller.
setSamplerData(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setSamplerData(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setSamplerData(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setSampleResults(java.util.Collection) - function in org.apache.jmeter.save.ListenerResultWrapper
 
setSampleResults(java.util.Collection) - function in org.apache.jmeter.save.TestResultWrapper
 
setSampleVariableName(java.lang.String) - function in org.apache.jmeter.report.processor.graph.impl.CustomGraphConsumer
Sets the sampleVariableName.
setSamplingStarted(boolean) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setSatisfiedCount(long) - function in org.apache.jmeter.report.processor.ApdexSummaryData
 
setSatisfiedThreshold(long) - function in org.apache.jmeter.report.processor.ApdexThresholdsInfo
 
setSatisfiedThreshold(long) - function in org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
 
setSaveBeforeRunByPreference(boolean) - function in org.apache.jmeter.gui.GuiPackage
Should Save Before Run by Preference Only
setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration) - function in org.apache.jmeter.gui.SavePropertyDialog
 
setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration) - function in org.apache.jmeter.reporters.ResultCollector
 
setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration) - function in org.apache.jmeter.samplers.SampleResult
 
setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration) - function in org.apache.jmeter.samplers.SampleResult
 
setSaveWorkBench(boolean) - function in org.apache.jmeter.testelement.WorkBench
 
setScheduled(boolean) - function in org.apache.jmeter.threads.JMeterThread
Enable the scheduler for this JMeterThread.
setScheduler(boolean) - function in org.apache.jmeter.threads.ThreadGroup
Set whether scheduler is being used
setScheduler(boolean) - function in org.apache.jmeter.threads.ThreadGroup
Set whether scheduler is being used
setScheduleString(java.lang.String) - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroup
Schedule expression (see ThreadSchedule).
setScopeAll() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeAll() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeAll() - function in org.apache.jmeter.util.ScopePanel
 
setScopeAll(boolean) - function in org.apache.jmeter.util.ScopePanel
 
setScopeChildren() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeChildren() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeChildren() - function in org.apache.jmeter.util.ScopePanel
 
setScopeChildren(boolean) - function in org.apache.jmeter.util.ScopePanel
 
setScopeParent() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeParent() - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeParent() - function in org.apache.jmeter.util.ScopePanel
 
setScopeParent(boolean) - function in org.apache.jmeter.util.ScopePanel
 
setScopeVariable(java.lang.String) - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeVariable(java.lang.String) - function in org.apache.jmeter.testelement.AbstractScopedTestElement
 
setScopeVariable(java.lang.String) - function in org.apache.jmeter.util.ScopePanel
 
setScript(java.lang.String) - function in org.apache.jmeter.util.BeanShellTestElement
Set the script (TestBean version).
setScript(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
Set the script (TestBean version).
setScript(java.lang.String) - function in org.apache.jmeter.util.ScriptingTestElement
Set the script (TestBean version).
setScriptLanguage(java.lang.String) - function in org.apache.jmeter.util.BSFTestElement
 
setScriptLanguage(java.lang.String) - function in org.apache.jmeter.util.JSR223TestElement
 
setScriptName(java.lang.String) - function in org.apache.jmeter.services.FileServer
 
setScrollOffset(int) - function in javax.swing.JTextField
 
setSecondaryLanguageBackground(int,java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setSelectBeginTime(boolean) - function in org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
Sets the status defining whether the projection is done with the begin or end time of the sample.
setSelected(boolean) - function in javax.swing.AbstractButton
 
setSelected(java.awt.Component) - function in javax.swing.JMenuBar
 
setSelectedIcon(javax.swing.Icon) - function in javax.swing.AbstractButton
 
setSelectedOccurrenceText(java.lang.String) - function in org.fife.ui.rtextarea.RTextArea
 
setSelectedTextColor(java.awt.Color) - function in javax.swing.text.JTextComponent
 
setSelectionColor(java.awt.Color) - function in javax.swing.text.JTextComponent
 
setSelectionEnd(int) - function in javax.swing.text.JTextComponent
 
setSelectionModel(javax.swing.SingleSelectionModel) - function in javax.swing.JMenuBar
 
setSelectionStart(int) - function in javax.swing.text.JTextComponent
 
setSendBufferSize(int) - function in java.net.Socket
 
setSendBufferSize(int) - function in org.apache.jmeter.util.SlowSSLSocket
 
setSentBytes(long) - function in org.apache.jmeter.samplers.SampleResult
 
setSentBytes(long) - function in org.apache.jmeter.samplers.SampleResult
 
setSentBytes(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setSentKBytesPerSec(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setSeparator(char) - function in org.apache.jmeter.report.core.CsvSampleWriter
Set the char to use for separation of data in a line.
setSerialized(boolean) - function in org.apache.jmeter.testelement.TestPlan
 
setSeriesFilter(java.lang.String) - function in org.apache.jmeter.report.config.ExporterConfiguration
Sets the series filter.
setSeriesName(java.lang.String) - function in org.apache.jmeter.report.processor.graph.StaticSeriesSelector
Sets the name of the series.
setServer(java.lang.String) - function in org.apache.jmeter.gui.ServerPanel
 
setShape(java.awt.Shape) - function in java.awt.Dialog
 
setShape(java.awt.Shape) - function in java.awt.Frame
 
setShowMatchedBracketPopup(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setSize(int,int) - function in java.awt.Component
 
setSize(java.awt.Dimension) - function in java.awt.Component
 
setSize(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
setSize(java.awt.Dimension) - function in java.awt.Window
 
setSkipAutoNumber(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setSkipSuffix(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setSocketImplFactory(java.net.SocketImplFactory) - function in java.net.Socket
 
setSoLinger(boolean,int) - function in java.net.Socket
 
setSoLinger(boolean,int) - function in org.apache.jmeter.util.SlowSSLSocket
 
setSoTimeout(int) - function in java.net.Socket
 
setSoTimeout(int) - function in org.apache.jmeter.util.SlowSSLSocket
 
setSource(Object) - function in java.beans.PropertyEditorSupport
 
setSSLParameters(javax.net.ssl.SSLParameters) - function in javax.net.ssl.SSLSocket
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in kotlin.Throwable
 
setStampAndTime(long,long) - function in org.apache.jmeter.samplers.SampleResult
For use by SaveService only.
setStampAndTime(long,long) - function in org.apache.jmeter.samplers.SampleResult
For use by SaveService only.
setStartDate(java.util.Date) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
 
setStartNextThreadLoop(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStartNextThreadLoop(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStartNextThreadLoop(boolean) - function in org.apache.jmeter.threads.JMeterContext
 
setStartTime(long) - function in org.apache.jmeter.threads.JMeterThread
Set the StartTime for this Thread.
setState(int) - function in java.awt.Frame
 
setStdErr(java.io.PrintStream) - function in org.apache.jmeter.engine.DistributedRunner
 
setStdout(java.io.PrintStream) - function in org.apache.jmeter.engine.DistributedRunner
 
setStopTest(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStopTest(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStopTestNow(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStopTestNow(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStopThread(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStopThread(boolean) - function in org.apache.jmeter.samplers.SampleResult
 
setStringValue(java.lang.String) - function in org.apache.jorphan.gui.JEditableCheckBox
 
setStyledDocument(javax.swing.text.StyledDocument) - function in javax.swing.JTextPane
 
setSubresults(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setSuccess(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setSuccessful(boolean) - function in org.apache.jmeter.samplers.SampleResult
Sets the successful attribute of the SampleResult object.
setSuccessful(boolean) - function in org.apache.jmeter.samplers.SampleResult
Sets the successful attribute of the SampleResult object.
setSuccessLabel(java.lang.String) - function in org.apache.jmeter.report.processor.graph.StatusSeriesSelector
Sets the success label.
setSuccessOnly(boolean) - function in org.apache.jmeter.reporters.ResultSaver
 
setSuccessOnlyLogging(boolean) - function in org.apache.jmeter.reporters.ResultCollector
Sets the flag whether only successful samples should be logged
setSyntaxEditingStyle(java.lang.String) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setSyntaxScheme(org.fife.ui.rsyntaxtextarea.SyntaxScheme) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setTabLineColor(java.awt.Color) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setTabsEmulated(boolean) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setTabSize(int) - function in org.fife.ui.rtextarea.RTextAreaBase
 
setTagLabel(java.lang.String) - function in org.apache.jmeter.report.processor.TaggerConsumer
 
setTcpNoDelay(boolean) - function in java.net.Socket
 
setTcpNoDelay(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setTearDownOnShutdown(boolean) - function in org.apache.jmeter.testelement.TestPlan
 
setTempDirectory(java.io.File) - function in org.apache.jmeter.report.config.ReportGeneratorConfiguration
Sets the temporary directory.
setTemplateDirectory(java.lang.String) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setTemplatesEnabled(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.AbstractTestElement
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.Controller
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.Sampler
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.TestElement
Indicate that the given property should be only a temporary property in the TestElement.
setTemporary(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.TestElement
Indicate that the given property should be only a temporary property in the TestElement.
setterName(java.lang.String) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
Convert a config name to the method name of the setter The setter method requires a boolean parameter.
setTestLogicalAction(org.apache.jmeter.threads.JMeterContext.TestLogicalAction) - function in org.apache.jmeter.samplers.SampleResult
 
setTestLogicalAction(org.apache.jmeter.threads.JMeterContext.TestLogicalAction) - function in org.apache.jmeter.samplers.SampleResult
 
setTestLogicalAction(org.apache.jmeter.threads.JMeterContext.TestLogicalAction) - function in org.apache.jmeter.threads.JMeterContext
 
setTestPlan(boolean) - function in org.apache.jmeter.gui.action.template.Template
 
setTestPlanClasspath(java.lang.String) - function in org.apache.jmeter.testelement.TestPlan
Set the classpath for the test plan.
setTestPlanClasspathArray(kotlin.Array) - function in org.apache.jmeter.testelement.TestPlan
 
setTestPlanFile(java.lang.String) - function in org.apache.jmeter.gui.GuiPackage
Sets the filepath of the current test plan.
setTestStartTime(long) - function in org.apache.jmeter.save.ListenerResultWrapper
 
setTestStartTime(long) - function in org.apache.jmeter.save.TestResultWrapper
 
setText(java.lang.String) - function in javax.swing.AbstractButton
 
setText(java.lang.String) - function in javax.swing.JEditorPane
 
setText(java.lang.String) - function in javax.swing.JLabel
 
setText(java.lang.String) - function in javax.swing.text.JTextComponent
 
setText(java.lang.String) - function in org.apache.jmeter.gui.CommentPanel
 
setText(java.lang.String) - function in org.apache.jmeter.gui.util.JLabeledRadioI18N
The implementation will iterate through the radio buttons and find the match.
setTextBox(java.lang.String) - function in org.apache.jmeter.gui.util.TextBoxDialoger
 
setTextMode(int) - function in org.fife.ui.rtextarea.RTextArea
 
setTextNonSelectionColor(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setTextSelectionColor(java.awt.Color) - function in javax.swing.tree.DefaultTreeCellRenderer
 
setThread(org.apache.jmeter.threads.JMeterThread) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a thread context with this element.
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.Controller
Associates a thread context with this element.
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.Sampler
Associates a thread context with this element.
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.TestElement
Associates a thread context with this element.
setThreadContext(org.apache.jmeter.threads.JMeterContext) - function in org.apache.jmeter.testelement.TestElement
Associates a thread context with this element.
setThreadCounts(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setThreadGroup(org.apache.jmeter.threads.AbstractThreadGroup) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setThreadGroup(org.apache.jmeter.threads.AbstractThreadGroup) - function in org.apache.jmeter.threads.JMeterThread
 
setThreadName(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setThreadName(java.lang.String) - function in org.apache.jmeter.samplers.SampleResult
 
setThreadName(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
 
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.AbstractTestElement
Associates a thread name with this element.
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.Controller
Associates a thread name with this element.
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.Sampler
Associates a thread name with this element.
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a thread name with this element.
setThreadName(java.lang.String) - function in org.apache.jmeter.testelement.TestElement
Associates a thread name with this element.
setThreadName(java.lang.String) - function in org.apache.jmeter.threads.JMeterThread
 
setThreadNum(int) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setThreadNum(int) - function in org.apache.jmeter.threads.JMeterThread
Sets the threadNum.
setThresholdSelector(org.apache.jmeter.report.processor.ThresholdSelector) - function in org.apache.jmeter.report.processor.ApdexSummaryConsumer
 
setThroughput(double) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setTime(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setTimeStamp(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setTimeStamp(long) - function in org.apache.jmeter.samplers.SampleResult
This is only intended for use by SampleResultConverter!
setTimestamp(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setTitle(java.lang.String) - function in java.awt.Dialog
 
setTitle(java.lang.String) - function in java.awt.Frame
 
setTitle(java.lang.String) - function in org.apache.jmeter.report.config.GraphConfiguration
Sets the title of the graph.
setTitle(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the title of the graph.
setTitle(java.lang.String) - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Sets the title of the graph.
setToleratedCount(long) - function in org.apache.jmeter.report.processor.ApdexSummaryData
 
setToleratedThreshold(long) - function in org.apache.jmeter.report.processor.ApdexThresholdsInfo
 
setToleratedThreshold(long) - function in org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
 
setToolTipSupplier(org.fife.ui.rtextarea.ToolTipSupplier) - function in org.fife.ui.rtextarea.RTextArea
 
setToolTipText(java.lang.String) - function in javax.swing.JComponent
 
setToolTipText(java.lang.String) - function in javax.swing.JComponent
 
setTotal(long) - function in org.apache.jmeter.report.processor.StatisticsSummaryData
 
setTotalCount(long) - function in org.apache.jmeter.report.processor.ApdexSummaryData
 
setTrafficClass(int) - function in java.net.Socket
 
setTrafficClass(int) - function in org.apache.jmeter.util.SlowSSLSocket
 
setTransaction(java.lang.String) - function in org.apache.jmeter.report.dashboard.SamplingStatistic
 
setTransferData(kotlin.Array) - function in org.apache.jmeter.util.JMeterTreeNodeTransferable
 
setTransferHandler(javax.swing.TransferHandler) - function in javax.swing.JComponent
 
setTransferHandler(javax.swing.TransferHandler) - function in javax.swing.JComponent
 
setTransferHandler(javax.swing.TransferHandler) - function in javax.swing.JDialog
 
setTransferHandler(javax.swing.TransferHandler) - function in javax.swing.JFrame
 
setTristateFromProperty(org.apache.jmeter.testelement.TestElement,java.lang.String) - function in org.apache.jmeter.gui.util.TristateCheckBox
Set state depending on property
setTruststore(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIClientSocketFactory
 
setTruststore(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.rmi.SSLRMIServerSocketFactory
 
setType(java.awt.Window.Type) - function in java.awt.Window
 
setUI(javax.swing.plaf.ButtonUI) - function in javax.swing.AbstractButton
 
setUI(javax.swing.plaf.LabelUI) - function in javax.swing.JLabel
 
setUI(javax.swing.plaf.MenuBarUI) - function in javax.swing.JMenuBar
 
setUI(javax.swing.plaf.PanelUI) - function in javax.swing.JPanel
 
setUI(javax.swing.plaf.PanelUI) - function in javax.swing.JPanel
 
setUI(javax.swing.plaf.PanelUI) - function in javax.swing.JPanel
 
setUI(javax.swing.plaf.ScrollPaneUI) - function in javax.swing.JScrollPane
 
setUI(javax.swing.plaf.ToolBarUI) - function in javax.swing.JToolBar
 
setUI(javax.swing.plaf.TextUI) - function in javax.swing.text.JTextComponent
 
setUI(javax.swing.plaf.TextUI) - function in org.fife.ui.rtextarea.RTextArea
 
setUndecorated(boolean) - function in java.awt.Dialog
 
setUndecorated(boolean) - function in java.awt.Frame
 
setupDefaultRenderer(javax.swing.JTable) - function in org.apache.jmeter.gui.util.HeaderAsPropertyRendererWrapper
 
setupDefaultRenderer(javax.swing.JTable,kotlin.Array) - function in org.apache.jmeter.gui.util.HeaderAsPropertyRendererWrapper
 
setupGuiClasses() - function in org.apache.jmeter.testbeans.gui.TestBeanGUI
Setup GUI class
setupInputDialog(javax.swing.JFrame) - function in org.apache.jmeter.gui.HtmlReportUI
 
SetupThreadGroup - class in org.apache.jmeter.threads
SetupThreadGroup.java is a special type of ThreadGroup that can be used for setting up of a test before the bulk of the test executes later.
SetupThreadGroupGui - class in org.apache.jmeter.threads.gui
 
setupXStreamSecurityPolicy(com.thoughtworks.xstream.XStream) - function in org.apache.jmeter.util.JMeterUtils
Setup default security policy
setURL(java.net.URL) - function in org.apache.jmeter.samplers.SampleResult
 
setURL(java.net.URL) - function in org.apache.jmeter.samplers.SampleResult
 
setUrl(boolean) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setUseClientMode(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setUseExpression(boolean) - function in org.apache.jmeter.control.IfController
 
setUseFocusableTips(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setUserDefinedVariables(java.util.Map) - function in org.apache.jmeter.engine.util.ValueReplacer
Set this ValueReplacer's variable map
setUserDefinedVariables(org.apache.jmeter.config.Arguments) - function in org.apache.jmeter.testelement.TestPlan
 
setUsername(java.lang.String) - function in org.apache.jmeter.config.LoginConfig
Sets the Username attribute of the LoginConfig object.
setUserObject(Object) - function in javax.swing.tree.DefaultMutableTreeNode
 
setUseSelectedTextColor(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setValue(Object) - function in java.beans.PropertyEditorSupport
 
setValue(Object) - function in java.beans.TestBeanPropertyEditor
 
setValue(java.lang.String) - function in org.apache.jmeter.config.Argument
Sets the value of the Argument.
setValue(Object) - function in org.apache.jmeter.report.processor.ValueResultData
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.FileEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.LongPropertyEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.PasswordEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.TableEditor
 
setValue(Object) - function in org.apache.jmeter.testbeans.gui.TextAreaEditor
 
setValue(float) - function in org.apache.jmeter.testelement.property.DoubleProperty
 
setValue(float) - function in org.apache.jmeter.testelement.property.FloatProperty
 
setValue(int) - function in org.apache.jmeter.testelement.property.IntegerProperty
 
setValue(int) - function in org.apache.jmeter.testelement.property.LongProperty
 
setValue(java.lang.String) - function in org.apache.jmeter.testelement.property.StringProperty
Sets the value.
setValue(Object) - function in org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
 
setValue(org.apache.jorphan.gui.JEditableCheckBox.Value) - function in org.apache.jorphan.gui.JEditableCheckBox
 
setValueAt(Object,int,int) - function in org.apache.jmeter.gui.util.PowerTableModel
Sets the ValueAt attribute of the Arguments object.
setVarCount(int) - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
setVariableName(java.lang.String) - function in org.apache.jmeter.reporters.ResultSaver
 
setVariables(java.util.Map) - function in org.apache.jmeter.engine.util.AbstractTransformer
Set the variable names and values used to reverse replace functions with strings, and undo functions to raw values.
setVariables(org.apache.jmeter.threads.JMeterVariables) - function in org.apache.jmeter.threads.JMeterContext
Internally called by JMeter, never call it directly
setVerifyInputWhenFocusTarget(boolean) - function in javax.swing.JComponent
 
setVerifyInputWhenFocusTarget(java.lang.Boolean) - function in javax.swing.JComponent
 
setVersion(java.lang.String) - function in org.apache.jmeter.save.ListenerResultWrapper
 
setVersion(java.lang.String) - function in org.apache.jmeter.save.TestResultWrapper
 
setVerticalAlignment(int) - function in javax.swing.AbstractButton
 
setVerticalAlignment(int) - function in javax.swing.JLabel
 
setVerticalScrollBar(javax.swing.JScrollBar) - function in javax.swing.JScrollPane
 
setVerticalScrollBarPolicy(int) - function in javax.swing.JScrollPane
 
setVerticalTextPosition(int) - function in javax.swing.AbstractButton
 
setVerticalTextPosition(int) - function in javax.swing.JLabel
 
setViewport(javax.swing.JViewport) - function in javax.swing.JScrollPane
 
setViewportBorder(javax.swing.border.Border) - function in javax.swing.JScrollPane
 
setViewportView(java.awt.Component) - function in org.fife.ui.rtextarea.RTextScrollPane
 
setVisible(boolean) - function in java.awt.Dialog
 
setVisible(boolean) - function in java.awt.Window
 
setVisible(boolean) - function in javax.swing.JComponent
 
setVisible(java.lang.Boolean) - function in javax.swing.JComponent
 
setVisible(boolean) - function in org.apache.jmeter.functions.gui.FunctionHelper
 
setVisible(boolean) - function in org.apache.jmeter.gui.action.SearchTreeDialog
 
setWantClientAuth(boolean) - function in org.apache.jmeter.util.SlowSSLSocket
 
setWheelScrollingEnabled(boolean) - function in javax.swing.JScrollPane
 
setWhitespaceVisible(boolean) - function in org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
setWorkingDirectory(java.io.File) - function in org.apache.jmeter.report.processor.SampleContext
Sets the work directory.
setWrapStyleWord(boolean) - function in javax.swing.JTextArea
 
setWritable(boolean,boolean) - function in java.io.File
 
setWriteHeader(boolean) - function in org.apache.jmeter.report.processor.SampleWriterConsumer
Enables the CSV header on the output file (defaults to false)
setWriter(java.io.Writer) - function in org.apache.jmeter.report.core.AbstractSampleWriter
Set the new writer on which samples will be written by this sample writer.
setWriter(java.io.Writer) - function in org.apache.jmeter.report.core.CsvSampleWriter
Set the new writer on which samples will be written by this sample writer.
setXAxis(java.lang.String) - function in org.apache.jmeter.report.processor.graph.impl.CustomGraphConsumer
Sets the xAxis.
setYAxis(java.lang.String) - function in org.apache.jmeter.report.processor.graph.impl.CustomGraphConsumer
Sets the yAxis.
SharedCustomizer - class in org.apache.jmeter.testbeans.gui
Tagging interface to mark a customizer class as shareable among elements of the same type.
shouldSaveBeforeRun() - function in org.apache.jmeter.gui.GuiPackage
Should Save Before Run Decide by Preference and if not exists by Property
shouldSaveBeforeRunByPreference() - function in org.apache.jmeter.gui.GuiPackage
Should Save Before Run by Preference Only
shouldSelectCell(java.util.EventObject) - function in org.apache.jmeter.gui.util.TextAreaTableCellEditor
Forwards the message from the CellEditor to the delegate.
show() - function in java.awt.Component
 
show() - function in java.awt.Component
 
show(java.lang.Boolean) - function in java.awt.Component
 
show() - function in java.awt.Dialog
 
show() - function in java.awt.Window
 
showControllerSeriesOnly() - function in org.apache.jmeter.report.config.ExporterConfiguration
Indicates whether only controller series are shown.
showControllerSeriesOnly(boolean) - function in org.apache.jmeter.report.config.ExporterConfiguration
Sets the flag defining whether only controllers series are shown
showErrorMessage(java.lang.String,java.lang.String) - function in org.apache.jmeter.gui.GuiPackage
 
showInfoMessage(java.lang.String,java.lang.String) - function in org.apache.jmeter.gui.GuiPackage
 
showInputDialog(javax.swing.JFrame) - function in org.apache.jmeter.gui.HtmlReportUI
 
showMessage(java.lang.String,java.lang.String,int) - function in org.apache.jmeter.gui.GuiPackage
 
showScreen() - function in org.apache.jmeter.SplashScreen
Show screen
showStoppingMessage(java.lang.String) - function in org.apache.jmeter.gui.MainFrame
Show a dialog indicating that JMeter threads are stopping on a particular host.
showWarningMessage(java.lang.String,java.lang.String) - function in org.apache.jmeter.gui.GuiPackage
 
shutdown(java.util.List) - function in org.apache.jmeter.engine.DistributedRunner
 
shutdownInput() - function in java.net.Socket
 
shutdownInput() - function in org.apache.jmeter.util.SlowSSLSocket
 
shutdownOutput() - function in java.net.Socket
 
shutdownOutput() - function in org.apache.jmeter.util.SlowSSLSocket
 
SimpleCompoundEdit - class in org.apache.jmeter.gui
 
SimpleConfigGui - class in org.apache.jmeter.config.gui
Default config gui for Configuration Element.
SimpleVariable - class in org.apache.jmeter.engine.util
 
size() - function in java.awt.Component
 
size() - function in java.awt.Component
 
size() - function in java.util.TreeMap
 
size() - function in org.apache.jmeter.gui.SimpleCompoundEdit
 
size() - function in org.apache.jmeter.testelement.property.CollectionProperty
 
skip(long) - function in java.io.FilterInputStream
 
skipNBytes(long) - function in java.io.InputStream
 
SlowInputStream - class in org.apache.jmeter.util
InputStream wrapper to emulate a slow device, e.g.
SlowOutputStream - class in org.apache.jmeter.util
OutputStream filter to emulate a slow device, e.g.
SlowSocket - class in org.apache.jmeter.util
"Slow" (non-SSL) socket implementation to emulate dial-up modems etc
SlowSSLSocket - class in org.apache.jmeter.util
"Slow" SSLsocket implementation to emulate dial-up modems etc WARNING: the class relies on overriding all superclass methods in order to apply them to the input socket.
sort(java.util.List) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
 
sort(org.apache.jmeter.report.core.CsvFile,java.io.File,boolean) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Sort an input CSV file to an sorted output CSV file.
sort(org.apache.jmeter.report.core.SampleMetadata,java.io.File,java.io.File,boolean) - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Sort an input CSV file whose metadata structure is provided.
source(java.lang.String) - function in org.apache.jmeter.util.BeanShellInterpreter
 
SplashScreen - class in org.apache.jmeter
Splash Screen
spliterator() - function in java.lang.Iterable
 
SSLManager - class in org.apache.jmeter.util
The SSLManager handles the KeyStore information for JMeter.
SSLManagerCommand - class in org.apache.jmeter.gui.action
SSL Manager Command.
SSLRMIClientSocketFactory - class in org.apache.jmeter.rmi
Implementation of RMIClientSocketFactory that:
  • Establishes SSL connection
SSLRMIServerSocketFactory - class in org.apache.jmeter.rmi
Implementation of RMIServerSocketFactoryImpl that:
  • Binds socket to an address
  • Establishes SSL connection
StandardJMeterEngine - class in org.apache.jmeter.engine
Runs JMeter tests, either directly for local GUI and non-GUI invocations, or started by RemoteJMeterEngineImpl when running in server mode.
StandardSampleSender - class in org.apache.jmeter.samplers
Default behaviour for remote testing.
start(kotlin.Array) - function in org.apache.jmeter.JMeter
Takes the command line arguments and uses them to determine how to startup JMeter.
start() - function in org.apache.jmeter.engine.DistributedRunner
Start all engines that were previously initiated
start(java.util.List) - function in org.apache.jmeter.engine.DistributedRunner
Starts a remote testing engines
Start - class in org.apache.jmeter.gui.action
Set of Actions to:
  • Start a Test Plan
  • Start a Test Plan without sleeping on the timers
  • Stop a Test Plan
  • Shutdown a Test plan
  • Run a set of Thread Groups
  • Run a set of Thread Groups without sleeping on the timers
  • Validate a set of Thread Groups with/without sleeping on the timers depending on jmeter properties
start(int,org.apache.jmeter.threads.ListenerNotifier,org.apache.jorphan.collections.ListedHashTree,org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.AbstractThreadGroup
Start the ThreadGroup
start(int,org.apache.jmeter.threads.ListenerNotifier,org.apache.jorphan.collections.ListedHashTree,org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.AbstractThreadGroup
Start the ThreadGroup
start(int,org.apache.jmeter.threads.ListenerNotifier,org.apache.jorphan.collections.ListedHashTree,org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.ThreadGroup
Start the ThreadGroup
start(int,org.apache.jmeter.threads.ListenerNotifier,org.apache.jorphan.collections.ListedHashTree,org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.ThreadGroup
Start the ThreadGroup
start(java.lang.Integer,org.apache.jmeter.threads.ListenerNotifier,org.apache.jorphan.collections.ListedHashTree,org.apache.jmeter.engine.StandardJMeterEngine) - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroup
Start the ThreadGroup
start() - function in org.apache.logging.log4j.core.filter.AbstractFilterable
 
START_NEXT_ITERATION_OF_CURRENT_LOOP - enum entry in org.apache.jmeter.threads.JMeterContext.TestLogicalAction
 
START_NEXT_ITERATION_OF_THREAD - enum entry in org.apache.jmeter.threads.JMeterContext.TestLogicalAction
 
startConsuming() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.AggregateConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.FilterConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.NormalizerSampleConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.RequestsSummaryConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.SampleConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.SampleConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.SampleWriterConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.TaggerConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Start the sample consuming.
startConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Start the sample consuming.
startGui(java.lang.String) - function in org.apache.jmeter.JMeterGuiLauncher
Starts up JMeter in GUI mode
startHandshake() - function in org.apache.jmeter.util.SlowSSLSocket
 
startNextLoop() - function in org.apache.jmeter.control.IteratingController
Start next iteration ("continue" keyword equivalent in loops)
startNextLoop() - function in org.apache.jmeter.control.LoopController
Start next iteration
startNextLoop() - function in org.apache.jmeter.control.WhileController
Start next iteration ("continue" keyword equivalent in loops)
startNextLoop() - function in org.apache.jmeter.threads.AbstractThreadGroup
Start next iteration after an error
startNextLoop() - function in org.apache.jmeter.threads.AbstractThreadGroup
Start next iteration after an error
startNextLoop() - function in org.apache.jmeter.threads.AbstractThreadGroup
Start next iteration after an error
startNextLoop() - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroupController
Start next iteration ("continue" keyword equivalent in loops)
startProducing() - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Start producing samples, must be invoked before any call to produce()
startProducing() - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Start producing samples, must be invoked before any call to produce()
startProducing() - function in org.apache.jmeter.report.processor.SampleProducer
Start producing samples, must be invoked before any call to produce()
startProperty(org.apache.jmeter.testelement.property.JMeterProperty) - function in org.apache.jmeter.testelement.TestElementTraverser
Notification that a property is starting.
startServer(int) - function in org.apache.jmeter.engine.RemoteJMeterEngineImpl
 
startTest() - function in org.apache.jmeter.threads.JMeterContextService
Method is called by the JMeterEngine class when a test run is started.
startTestElement(org.apache.jmeter.testelement.TestElement) - function in org.apache.jmeter.testelement.TestElementTraverser
Notification that a new test element is about to be traversed.
stateChanged(javax.swing.event.ChangeEvent) - function in org.apache.jmeter.control.gui.IfControllerPanel
 
stateChanged(javax.swing.event.ChangeEvent) - function in org.apache.jmeter.functions.gui.FunctionHelper
 
stateChanged(javax.swing.event.ChangeEvent) - function in org.apache.jmeter.gui.action.SelectTemplatesDialog
 
stateChanged(javax.swing.event.ChangeEvent) - function in org.apache.jmeter.visualizers.gui.AbstractVisualizer
Invoked when the target of the listener has changed its state.
staticConfig() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
StaticJMeterGUIComponent - class in org.apache.jmeter.gui.menu
Internal class to speedup the startup time.
StaticSeriesSelector - class in org.apache.jmeter.report.processor.graph
The class StaticSeriesSelector provides always the same series name.
StatisticalSampleResult - class in org.apache.jmeter.samplers
Aggregates sample results for use by the Statistical remote batch mode.
StatisticalSampleSender - class in org.apache.jmeter.samplers
Implements batch reporting for remote testing.
StatisticsSummaryConsumer - class in org.apache.jmeter.report.processor
The class StatisticsSummaryConsumer provides a consumer that calculates:
  • total number of samples
  • errors
  • error %
  • mean response time
  • median response time
  • percentile 1 (90% by default)
  • percentile 2 (95% by default)
  • percentile 3 (99% by default)
  • throughput
  • received bytes per second
  • sent bytes per second
  • min
  • max
StatisticsSummaryData - class in org.apache.jmeter.report.processor
The class ApdexSummaryData provides information for StatisticsSummaryConsumer.
StatusSeriesSelector - class in org.apache.jmeter.report.processor.graph
The class StatusSeriesSelector provides a projection from a sample to a string that defines its status (success or failure).
stop() - function in org.apache.jmeter.engine.DistributedRunner
Stop all engines that were previously initiated
stop(java.util.List) - function in org.apache.jmeter.engine.DistributedRunner
 
stop() - function in org.apache.jmeter.threads.AbstractThreadGroup
This gracefully stops threads of Group
stop() - function in org.apache.jmeter.threads.JMeterThread
Set running flag to false which will interrupt JMeterThread on next flag test.
stop() - function in org.apache.jmeter.threads.ThreadGroup
This is a clean shutdown.
stop() - function in org.apache.jmeter.threads.ThreadGroup
This is a clean shutdown.
stop() - function in org.apache.jmeter.threads.ThreadGroup
This is a clean shutdown.
stop() - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroup
This gracefully stops threads of Group
stop() - function in org.apache.logging.log4j.core.AbstractLifeCycle
 
stop(long,java.util.concurrent.TimeUnit) - function in org.apache.logging.log4j.core.filter.AbstractFilterable
 
stopCellEditing() - function in org.apache.jmeter.gui.util.TextAreaTableCellEditor
Forwards the message from the CellEditor to the delegate.
stopConsuming() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.AggregateConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.ErrorsSummaryConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.ExternalSampleSorter
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.FilterConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.NormalizerSampleConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.RequestsSummaryConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.SampleConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.SampleConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.SampleWriterConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.TaggerConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Stops the consuming process.
stopConsuming() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
Stops the consuming process.
stopConsumingBase() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
 
stopConsumingBase() - function in org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
 
stopEngine() - function in org.apache.jmeter.engine.StandardJMeterEngine
 
stopEngineNow() - function in org.apache.jmeter.engine.StandardJMeterEngine
 
Stoppable - class in org.apache.jmeter.gui
Interface that identifies processes to stop on close or load of new project files
stopProducing() - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Stop producing samples, no produce() call should occur after this service has been called.
stopProducing() - function in org.apache.jmeter.report.processor.AbstractSampleConsumer
Stop producing samples, no produce() call should occur after this service has been called.
stopProducing() - function in org.apache.jmeter.report.processor.SampleProducer
Stop producing samples, no produce() call should occur after this service has been called.
stopServer() - function in org.apache.jmeter.gui.Stoppable
Stop server
StopStoppables - class in org.apache.jmeter.gui.action
Stops stopables (Proxy, Mirror)
stopTest(boolean) - function in org.apache.jmeter.engine.ClientJMeterEngine
 
stopTest() - function in org.apache.jmeter.engine.JMeterEngine
Stop test immediately interrupting current samplers
stopTest() - function in org.apache.jmeter.engine.JMeterEngine
Stop test immediately interrupting current samplers
stopTest(boolean) - function in org.apache.jmeter.engine.JMeterEngine
 
stopTest() - function in org.apache.jmeter.engine.StandardJMeterEngine
Stop Test Now
stopTest(boolean) - function in org.apache.jmeter.engine.StandardJMeterEngine
 
stopThread(java.lang.String) - function in org.apache.jmeter.engine.StandardJMeterEngine
 
stopThread(java.lang.String,boolean) - function in org.apache.jmeter.threads.AbstractThreadGroup
Hard or graceful stop depending on now flag
stopThread(java.lang.String,boolean) - function in org.apache.jmeter.threads.ThreadGroup
Stop thread called threadName:
  • stop JMeter thread
  • interrupt JMeter thread
  • interrupt underlying thread
stopThread(java.lang.String,boolean) - function in org.apache.jmeter.threads.ThreadGroup
Stop thread called threadName:
  • stop JMeter thread
  • interrupt JMeter thread
  • interrupt underlying thread
stopThread(java.lang.String,boolean) - function in org.apache.jmeter.threads.ThreadGroup
Stop thread called threadName:
  • stop JMeter thread
  • interrupt JMeter thread
  • interrupt underlying thread
stopThread(java.lang.String,java.lang.Boolean) - function in org.apache.jmeter.threads.openmodel.OpenModelThreadGroup
Hard or graceful stop depending on now flag
stopThreadNow(java.lang.String) - function in org.apache.jmeter.engine.StandardJMeterEngine
 
storeSubResult(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleResult
Add a subresult read from a results file.
storeSubResult(org.apache.jmeter.samplers.SampleResult) - function in org.apache.jmeter.samplers.SampleResult
Add a subresult read from a results file.
storeSubResult(org.apache.jmeter.samplers.SampleResult,boolean) - function in org.apache.jmeter.samplers.SampleResult
Add a subresult read from a results file.
storeSubResult(org.apache.jmeter.samplers.SampleResult,boolean) - function in org.apache.jmeter.samplers.SampleResult
Add a subresult read from a results file.
strictDateFormatter() - function in org.apache.jmeter.samplers.SampleSaveConfiguration
 
StringConverter - class in org.apache.jmeter.report.core
The interface StringConverter represents a converter from a string to another type.
StringProperty - class in org.apache.jmeter.testelement.property
 
StringPropertyConverter - class in org.apache.jmeter.save.converters
 
StringPropertyDescriptor - class in org.apache.jmeter.testelement.schema
Describes a StringProperty that contains class reference: name, default value, and provides accessors for properties.
StringUtilities - class in org.apache.jmeter.util
 
SubConfiguration - class in org.apache.jmeter.report.config
The class SubConfiguration describes a sub configuration item
subMap(K,K) - function in java.util.TreeMap
 
subMap(K,boolean,K,boolean) - function in java.util.TreeMap
 
substitute(java.lang.String,java.lang.String,java.lang.String) - function in org.apache.jmeter.util.StringUtilities
Replace all patterns in a String
subtractNode() - function in org.apache.jmeter.dsl.DslPrinterTraverser
 
subtractNode() - function in org.apache.jmeter.engine.ConvertListeners
 
subtractNode() - function in org.apache.jmeter.engine.PreCompiler
 
subtractNode() - function in org.apache.jmeter.engine.TreeCloner
 
subtractNode() - function in org.apache.jmeter.engine.TreeCloner
 
subtractNode() - function in org.apache.jmeter.engine.TurnElementsOn
 
subtractNode() - function in org.apache.jmeter.gui.action.CheckDirty
Indicates traversal has moved up a step, and the visitor should remove the top node from it's stack structure.
subtractNode() - function in org.apache.jmeter.threads.FindTestElementsUpToRootTraverser
 
subtractNode() - function in org.apache.jmeter.threads.TestCompiler
 
subtractNode() - function in org.apache.jorphan.collections.HashTreeTraverser
 
SuccessfulElapsedTimeValueSelector - class in org.apache.jmeter.report.processor.graph
The class ElapsedTimeValueSelector provides a projection from a sample to its elapsed time only if sample is not an empty transaction Controller and sample is successful
SumAggregator - class in org.apache.jmeter.report.processor
The class SumAggregator is used to get sum from samples.
SumAggregatorFactory - class in org.apache.jmeter.report.processor
A factory for creating SumAggregator objects.
Summariser - class in org.apache.jmeter.reporters
Generate a summary of the test run so far to the log file and/or standard output.
SummariserGui - class in org.apache.jmeter.reporters.gui
Create a summariser test element GUI.
supportedOptions() - function in java.net.Socket
 
supportsCustomEditor() - function in java.beans.PropertyEditorSupport
 
supportsCustomEditor() - function in java.beans.TestBeanPropertyEditor
 
supportsCustomEditor() - function in org.apache.jmeter.testbeans.gui.FileEditor
 
supportsCustomEditor() - function in org.apache.jmeter.testbeans.gui.PasswordEditor
 
supportsCustomEditor() - function in org.apache.jmeter.testbeans.gui.TableEditor
 
supportsCustomEditor() - function in org.apache.jmeter.testbeans.gui.TextAreaEditor
 
supportsCustomEditor() - function in org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
 
suppportsControllersDiscrimination() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Indicates whether this summary can discriminate controller samples
suppportsControllersDiscrimination() - function in org.apache.jmeter.report.processor.AbstractSummaryConsumer
Indicates whether this summary can discriminate controller samples
SyntheticResponseTimeDistributionGraphConsumer - class in org.apache.jmeter.report.processor.graph.impl
The class SyntheticResponseTimeDistributionGraphConsumer provides a graph to visualize the distribution of the response times on APDEX threshold
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z