Skip navigation links
Apache JMeter
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 

A

AbstractBackendListenerClient - Class in org.apache.jmeter.visualizers.backend
An abstract implementation of the BackendListenerClient interface.
AbstractBackendListenerClient() - Constructor for class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
AbstractRandomTimerGui - Class in org.apache.jmeter.timers.gui
Abstract Random timer GUI.
AbstractRandomTimerGui() - Constructor for class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
No-arg constructor.
AccumListener - Interface in org.apache.jmeter.visualizers
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
This method is called from errors-only checkbox
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
Implementation of Expand button - moves focus to a test plan tree element referenced by selected element in Module to run tree
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
Disable/Enable resetCounterOnEachThreadGroupIteration when perUserField is disabled / enabled
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
Handle action events for this component.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.MailerVisualizer
Reacts on an ActionEvent (like pressing a button).
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
Display the response as text or as rendered HTML.
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.SearchTreePanel
Do search
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.StatVisualizer
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.SummaryReport
 
actionPerformed(ActionEvent) - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
activateSearchExtension - Variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
add(SampleResult) - Method in class org.apache.jmeter.reporters.MailerModel
Adds a SampleResult for display in the Visualizer.
add(SampleResult, boolean) - Method in class org.apache.jmeter.reporters.MailerModel
Adds a SampleResult.
add(SampleResult) - Method in class org.apache.jmeter.visualizers.AssertionVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Add a SampleResult to be used in the statistics
add(SampleResult) - Method in class org.apache.jmeter.visualizers.backend.UserMetric
Add a SampleResult to be used in the statistics
add(SampleResult) - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.BSFListener
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.ComparisonVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.GraphVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.MailerVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.SimpleDataWriter
Does nothing, but required by interface.
add(SampleResult) - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.StatVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.SummaryReport
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.TableVisualizer
 
add(SampleResult) - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
addChangeListener(ChangeListener) - Method in class org.apache.jmeter.reporters.MailerModel
 
addNodeToTree(Object) - Method in class org.apache.jmeter.validation.ComponentTreeClonerForValidation
 
addTestString(String) - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.sampler.DebugSampler
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.sampler.TestAction
 
ARGUMENTS - Static variable in class org.apache.jmeter.visualizers.backend.BackendListener
Property key representing the arguments for the BackendListenerClient.
AssertionGui - Class in org.apache.jmeter.assertions.gui
GUI interface for a ResponseAssertion.
AssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.AssertionGui
Create a new AssertionGui panel.
AssertionVisualizer - Class in org.apache.jmeter.visualizers
 
AssertionVisualizer() - Constructor for class org.apache.jmeter.visualizers.AssertionVisualizer
 
AxisGraph - Class in org.apache.jmeter.visualizers
Axis graph is used by StatGraphVisualizer, which generates bar graphs from the statistical data.
AxisGraph() - Constructor for class org.apache.jmeter.visualizers.AxisGraph
 
AxisGraph(LayoutManager) - Constructor for class org.apache.jmeter.visualizers.AxisGraph
 
AxisGraph(LayoutManager, boolean) - Constructor for class org.apache.jmeter.visualizers.AxisGraph
 

B

BackendListener - Class in org.apache.jmeter.visualizers.backend
Async Listener that delegates SampleResult handling to implementations of BackendListenerClient
BackendListener() - Constructor for class org.apache.jmeter.visualizers.backend.BackendListener
Create a BackendListener.
BackendListenerClient - Interface in org.apache.jmeter.visualizers.backend
This interface defines the interactions between the BackendListener and external Java programs which can be executed by JMeter.
BackendListenerContext - Class in org.apache.jmeter.visualizers.backend
BackendListenerContext is used to provide context information to a BackendListenerClient implementation.
BackendListenerContext(Arguments) - Constructor for class org.apache.jmeter.visualizers.backend.BackendListenerContext
 
BackendListenerGui - Class in org.apache.jmeter.visualizers.backend
The BackendListenerGui class provides the user interface for the BackendListener object.
BackendListenerGui() - Constructor for class org.apache.jmeter.visualizers.backend.BackendListenerGui
Create a new BackendListenerGui as a standalone component.
BarGraph - Class in org.apache.jmeter.visualizers
 
BarGraph(String, boolean, Color) - Constructor for class org.apache.jmeter.visualizers.BarGraph
 
BeanShellAssertion - Class in org.apache.jmeter.assertions
An Assertion which understands BeanShell
BeanShellAssertion() - Constructor for class org.apache.jmeter.assertions.BeanShellAssertion
 
BeanShellAssertionGui - Class in org.apache.jmeter.assertions.gui
 
BeanShellAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
 
BeanShellListener - Class in org.apache.jmeter.visualizers
We must implement Visualizer so that TestBeanGUI can find the correct GUI class
BeanShellListener() - Constructor for class org.apache.jmeter.visualizers.BeanShellListener
 
BeanShellListenerBeanInfo - Class in org.apache.jmeter.visualizers
 
BeanShellListenerBeanInfo() - Constructor for class org.apache.jmeter.visualizers.BeanShellListenerBeanInfo
 
BeanShellPostProcessor - Class in org.apache.jmeter.extractor
 
BeanShellPostProcessor() - Constructor for class org.apache.jmeter.extractor.BeanShellPostProcessor
 
BeanShellPostProcessorBeanInfo - Class in org.apache.jmeter.extractor
 
BeanShellPostProcessorBeanInfo() - Constructor for class org.apache.jmeter.extractor.BeanShellPostProcessorBeanInfo
 
BeanShellPreProcessor - Class in org.apache.jmeter.modifiers
 
BeanShellPreProcessor() - Constructor for class org.apache.jmeter.modifiers.BeanShellPreProcessor
 
BeanShellPreProcessorBeanInfo - Class in org.apache.jmeter.modifiers
 
BeanShellPreProcessorBeanInfo() - Constructor for class org.apache.jmeter.modifiers.BeanShellPreProcessorBeanInfo
 
BeanShellTimer - Class in org.apache.jmeter.timers
 
BeanShellTimer() - Constructor for class org.apache.jmeter.timers.BeanShellTimer
 
BeanShellTimerBeanInfo - Class in org.apache.jmeter.timers
 
BeanShellTimerBeanInfo() - Constructor for class org.apache.jmeter.timers.BeanShellTimerBeanInfo
 
BoundaryExtractor - Class in org.apache.jmeter.extractor
Extracts Strings from a text response between a start and end boundary.
BoundaryExtractor() - Constructor for class org.apache.jmeter.extractor.BoundaryExtractor
 
BoundaryExtractorGui - Class in org.apache.jmeter.extractor.gui
Boundary Extractor Post-Processor GUI
BoundaryExtractorGui() - Constructor for class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
 
BSFAssertion - Class in org.apache.jmeter.assertions
 
BSFAssertion() - Constructor for class org.apache.jmeter.assertions.BSFAssertion
 
BSFAssertionBeanInfo - Class in org.apache.jmeter.assertions
 
BSFAssertionBeanInfo() - Constructor for class org.apache.jmeter.assertions.BSFAssertionBeanInfo
 
BSFListener - Class in org.apache.jmeter.visualizers
Needs to implement Visualizer so that TestBeanGUI can find the correct GUI class
BSFListener() - Constructor for class org.apache.jmeter.visualizers.BSFListener
 
BSFListenerBeanInfo - Class in org.apache.jmeter.visualizers
 
BSFListenerBeanInfo() - Constructor for class org.apache.jmeter.visualizers.BSFListenerBeanInfo
 
BSFPostProcessor - Class in org.apache.jmeter.extractor
 
BSFPostProcessor() - Constructor for class org.apache.jmeter.extractor.BSFPostProcessor
 
BSFPostProcessorBeanInfo - Class in org.apache.jmeter.extractor
 
BSFPostProcessorBeanInfo() - Constructor for class org.apache.jmeter.extractor.BSFPostProcessorBeanInfo
 
BSFPreProcessor - Class in org.apache.jmeter.modifiers
 
BSFPreProcessor() - Constructor for class org.apache.jmeter.modifiers.BSFPreProcessor
 
BSFPreProcessorBeanInfo - Class in org.apache.jmeter.modifiers
 
BSFPreProcessorBeanInfo() - Constructor for class org.apache.jmeter.modifiers.BSFPreProcessorBeanInfo
 
BSFTimer - Class in org.apache.jmeter.timers
 
BSFTimer() - Constructor for class org.apache.jmeter.timers.BSFTimer
 
BSFTimerBeanInfo - Class in org.apache.jmeter.timers
 
BSFTimerBeanInfo() - Constructor for class org.apache.jmeter.timers.BSFTimerBeanInfo
 
BYNUMBER - Static variable in class org.apache.jmeter.control.ThroughputController
 
BYPERCENT - Static variable in class org.apache.jmeter.control.ThroughputController
 

C

calculateCurrentTarget(long) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Calculate the target time by adding the result of private method calculateDelay() to the given currentTime
changedUpdate(DocumentEvent) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
checkButtonsStatus() - Method in class org.apache.jmeter.assertions.gui.AssertionGui
 
CLASSNAME - Static variable in class org.apache.jmeter.visualizers.backend.BackendListener
Property key representing the classname of the BackendListenerClient to user.
clear() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
clear() - Method in class org.apache.jmeter.reporters.MailerModel
Resets the state of this object to its default.
clear() - Method in class org.apache.jmeter.reporters.MailerResultCollector
clear() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
Clear stats
clearData() - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
clearData() - Method in class org.apache.jmeter.visualizers.AssertionVisualizer
 
clearData() - Method in class org.apache.jmeter.visualizers.ComparisonVisualizer
 
clearData() - Method in class org.apache.jmeter.visualizers.Graph
Clears this graph.
clearData() - Method in class org.apache.jmeter.visualizers.GraphVisualizer
 
clearData() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
Clears any stored sampling-informations.
clearData() - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
clearData() - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
clearData() - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
clearData() - Method in class org.apache.jmeter.visualizers.RenderAsXML
 
clearData() - Method in class org.apache.jmeter.visualizers.RenderAsXPath
clearData() - Method in class org.apache.jmeter.visualizers.RenderInBrowser
 
clearData() - Method in class org.apache.jmeter.visualizers.RequestPanel
Clear data in all request view
clearData() - Method in interface org.apache.jmeter.visualizers.RequestView
Clear all data in panel
clearData() - Method in class org.apache.jmeter.visualizers.RequestViewRaw
 
clearData() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
clearData() - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
clearData() - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
clearData() - Method in class org.apache.jmeter.visualizers.SimpleDataWriter
Does nothing, but required by interface.
clearData() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
Clears this visualizer and its model, and forces a repaint of the table.
clearData() - Method in class org.apache.jmeter.visualizers.StatVisualizer
Clears this visualizer and its model, and forces a repaint of the table.
clearData() - Method in class org.apache.jmeter.visualizers.SummaryReport
Clears this visualizer and its model, and forces a repaint of the table.
clearData() - Method in class org.apache.jmeter.visualizers.TableVisualizer
 
clearData() - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
clearGui() - Method in class org.apache.jmeter.assertions.gui.AssertionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
 
clearGui() - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
clearGui() - Method in class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.CriticalSectionControllerGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.ForeachControlPanel
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.InterleaveControlGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
clearGui() - Method in class org.apache.jmeter.control.gui.RandomControlGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.SwitchControllerGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.control.gui.ThroughputControllerGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.extractor.gui.HtmlExtractorGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.extractor.gui.RegexExtractorGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.extractor.gui.XPathExtractorGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
clearGui() - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.sampler.gui.TestActionGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
clearGui() - Method in class org.apache.jmeter.timers.gui.ConstantTimerGui
clearGui() - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
 
clearGui() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
Implements JMeterGUIComponent.clearGui
clearTestStrings() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
CLIENT_ERROR_COLOR - Static variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
CLIENT_ERROR_COLOR - Static variable in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
clone() - Method in class org.apache.jmeter.assertions.BSFAssertion
 
clone() - Method in class org.apache.jmeter.assertions.JSR223Assertion
 
clone() - Method in class org.apache.jmeter.control.IncludeController
 
clone() - Method in class org.apache.jmeter.control.ModuleController
 
clone() - Method in class org.apache.jmeter.control.ThroughputController
 
clone() - Method in class org.apache.jmeter.extractor.BeanShellPostProcessor
 
clone() - Method in class org.apache.jmeter.extractor.BSFPostProcessor
 
clone() - Method in class org.apache.jmeter.extractor.JSR223PostProcessor
 
clone() - Method in class org.apache.jmeter.modifiers.BeanShellPreProcessor
 
clone() - Method in class org.apache.jmeter.modifiers.BSFPreProcessor
 
clone() - Method in class org.apache.jmeter.modifiers.JSR223PreProcessor
 
clone() - Method in class org.apache.jmeter.modifiers.UserParameters
A new instance is created for each thread group, and the clone() method is then called to create copies for each thread in a thread group.
clone() - Method in class org.apache.jmeter.reporters.MailerModel
clone() - Method in class org.apache.jmeter.timers.BeanShellTimer
 
clone() - Method in class org.apache.jmeter.timers.BSFTimer
 
clone() - Method in class org.apache.jmeter.timers.JSR223Timer
 
clone() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
clone() - Method in class org.apache.jmeter.timers.SyncTimer
We have to control the cloning process because we need some cross-thread communication if our synctimers are to be able to determine when to block and when to release.
clone() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
clone() - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
clone() - Method in class org.apache.jmeter.visualizers.BSFListener
 
clone() - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
color - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
color - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
Colors - Class in org.apache.jmeter.visualizers.utils
 
Colors() - Constructor for class org.apache.jmeter.visualizers.utils.Colors
 
COMBO_CHANGE_COMMAND - Static variable in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
CompareAssertion - Class in org.apache.jmeter.assertions
 
CompareAssertion() - Constructor for class org.apache.jmeter.assertions.CompareAssertion
 
CompareAssertionBeanInfo - Class in org.apache.jmeter.assertions
 
CompareAssertionBeanInfo() - Constructor for class org.apache.jmeter.assertions.CompareAssertionBeanInfo
 
ComparisonVisualizer - Class in org.apache.jmeter.visualizers
 
ComparisonVisualizer() - Constructor for class org.apache.jmeter.visualizers.ComparisonVisualizer
 
ComponentTreeClonerForValidation - Class in org.apache.jmeter.validation
Clones the test tree, modifying throughput controller percentage
ComponentTreeClonerForValidation() - Constructor for class org.apache.jmeter.validation.ComponentTreeClonerForValidation
 
ComponentTreeClonerForValidation(boolean) - Constructor for class org.apache.jmeter.validation.ComponentTreeClonerForValidation
 
COMPUTE_CONCATENATION_DEFAULT_VALUE - Static variable in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.AssertionGui
A newly created component can be initialized with the contents of a Test Element object by calling this method.
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
Configures the associated test element.
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
 
configure(XPathAssertion) - Method in class org.apache.jmeter.assertions.gui.XMLConfPanel
 
configure(XPathExtractor) - Method in class org.apache.jmeter.assertions.gui.XMLConfPanel
 
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
Configures the GUI from the associated test element.
configure(TestElement) - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
 
configure(TestElement) - Method in class org.apache.jmeter.control.gui.CriticalSectionControllerGui
A newly created component can be initialized with the contents of a Test Element object by calling this method.
configure(TestElement) - Method in class org.apache.jmeter.control.gui.ForeachControlPanel
A newly created component can be initialized with the contents of a Test Element object by calling this method.
configure(TestElement) - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
configure(TestElement) - Method in class org.apache.jmeter.control.gui.InterleaveControlGui
 
configure(TestElement) - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
configure(TestElement) - Method in class org.apache.jmeter.control.gui.RandomControlGui
 
configure(TestElement) - Method in class org.apache.jmeter.control.gui.SwitchControllerGui
 
configure(TestElement) - Method in class org.apache.jmeter.control.gui.ThroughputControllerGui
 
configure(TestElement) - Method in class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
 
configure(TestElement) - Method in class org.apache.jmeter.extractor.gui.HtmlExtractorGui
 
configure(TestElement) - Method in class org.apache.jmeter.extractor.gui.RegexExtractorGui
 
configure(TestElement) - Method in class org.apache.jmeter.extractor.gui.XPathExtractorGui
 
configure(TestElement) - Method in class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
 
configure(TestElement) - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
 
configure(TestElement) - Method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
Configure this GUI component from the underlying TestElement.
configure(TestElement) - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
 
configure(TestElement) - Method in class org.apache.jmeter.sampler.gui.TestActionGui
 
configure(TestElement) - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
Configure this GUI component from the underlying TestElement.
configure(TestElement) - Method in class org.apache.jmeter.timers.gui.ConstantTimerGui
Configure this GUI component from the underlying TestElement.
configure(TestElement) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
configure(TestElement) - Method in class org.apache.jmeter.visualizers.MailerVisualizer
Restores MailerVisualizer.
configure(TestElement) - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
configure(TestElement) - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
configure(TestElement) - Method in class org.apache.jmeter.visualizers.StatVisualizer
 
configure(TestElement) - Method in class org.apache.jmeter.visualizers.SummaryReport
 
ConstantPoissonProcessGenerator - Class in org.apache.jmeter.timers.poissonarrivals
Generates events for Poisson processes, ensuring throughput*duration events will be present in each "duration"
ConstantPoissonProcessGenerator(ThroughputProvider, int, int, DurationProvider, int, double, Long, boolean) - Constructor for class org.apache.jmeter.timers.poissonarrivals.ConstantPoissonProcessGenerator
 
ConstantThroughputTimer - Class in org.apache.jmeter.timers
This class implements a constant throughput timer.
ConstantThroughputTimer() - Constructor for class org.apache.jmeter.timers.ConstantThroughputTimer
Constructor for a non-configured ConstantThroughputTimer.
ConstantThroughputTimer.Mode - Enum in org.apache.jmeter.timers
This enum defines the calculation modes used by the ConstantThroughputTimer.
ConstantThroughputTimerBeanInfo - Class in org.apache.jmeter.timers
BeanInfo for the ConstantThroughputTimer.
ConstantThroughputTimerBeanInfo() - Constructor for class org.apache.jmeter.timers.ConstantThroughputTimerBeanInfo
 
ConstantTimer - Class in org.apache.jmeter.timers
This class implements a constant timer with its own panel and fields for value update and user interaction.
ConstantTimer() - Constructor for class org.apache.jmeter.timers.ConstantTimer
No-arg constructor.
ConstantTimerGui - Class in org.apache.jmeter.timers.gui
The GUI for ConstantTimer.
ConstantTimerGui() - Constructor for class org.apache.jmeter.timers.gui.ConstantTimerGui
 
containsParameter(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Determine whether or not a value has been specified for the parameter with this name.
CounterConfig - Class in org.apache.jmeter.modifiers
Provides a counter per-thread(user) or per-thread group.
CounterConfig() - Constructor for class org.apache.jmeter.modifiers.CounterConfig
 
CounterConfigGui - Class in org.apache.jmeter.modifiers.gui
 
CounterConfigGui() - Constructor for class org.apache.jmeter.modifiers.gui.CounterConfigGui
 
create(SocketConnectionInfos) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 
createPaint(int) - Method in class org.apache.jmeter.visualizers.LineGraph
return an array of Paint with different colors.
createPopupMenu() - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
 
createPopupMenu() - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
createRandomTimer() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
Create implementation of RandomTimer
createRandomTimer() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
Create implementation of RandomTimer
createRandomTimer() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
createRandomTimer() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
createSampleResult(BackendListenerContext, SampleResult) - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
Create a copy of SampleResult, this method is here to allow customizing what is kept in the copy, for example copy could remove some useless fields.
createSampleResult(BackendListenerContext, SampleResult) - Method in interface org.apache.jmeter.visualizers.backend.BackendListenerClient
Create a copy of SampleResult, this method is here to allow customizing what is kept in the copy, for example copy could remove some useless fields.
createSearchTextExtensionPane() - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
createShapes(int) - Method in class org.apache.jmeter.visualizers.LineGraph
Since we only have 4 shapes, the method will start with the first shape and keep cycling through the shapes in order.
createStrokes(int) - Method in class org.apache.jmeter.visualizers.LineGraph
Create a given number of Strokes
createTestElement() - Method in class org.apache.jmeter.assertions.gui.AssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.XMLAssertionGui
 
createTestElement() - Method in class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
create Test Element
createTestElement() - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
Create test element
createTestElement() - Method in class org.apache.jmeter.control.gui.CriticalSectionControllerGui
Implements JMeterGUIComponent.createTestElement()
createTestElement() - Method in class org.apache.jmeter.control.gui.ForeachControlPanel
 
createTestElement() - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
createTestElement() - Method in class org.apache.jmeter.control.gui.InterleaveControlGui
 
createTestElement() - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
createTestElement() - Method in class org.apache.jmeter.control.gui.OnceOnlyControllerGui
 
createTestElement() - Method in class org.apache.jmeter.control.gui.RandomControlGui
 
createTestElement() - Method in class org.apache.jmeter.control.gui.RandomOrderControllerGui
createTestElement() - Method in class org.apache.jmeter.control.gui.SwitchControllerGui
 
createTestElement() - Method in class org.apache.jmeter.control.gui.ThroughputControllerGui
 
createTestElement() - Method in class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
 
createTestElement() - Method in class org.apache.jmeter.extractor.gui.HtmlExtractorGui
 
createTestElement() - Method in class org.apache.jmeter.extractor.gui.RegexExtractorGui
 
createTestElement() - Method in class org.apache.jmeter.extractor.gui.XPathExtractorGui
 
createTestElement() - Method in class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
 
createTestElement() - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
 
createTestElement() - Method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
Create the test element underlying this GUI component.
createTestElement() - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
 
createTestElement() - Method in class org.apache.jmeter.sampler.gui.TestActionGui
 
createTestElement() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
Create the test element underlying this GUI component.
createTestElement() - Method in class org.apache.jmeter.timers.gui.ConstantTimerGui
Create the test element underlying this GUI component.
createTestElement() - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
createTestElement() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
Makes MailerVisualizer storable.
createTestElement() - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
createThinkTime(GuiPackage, JMeterTreeNode) - Method in class org.apache.jmeter.thinktime.DefaultThinkTimeCreator
 
CriticalSectionController - Class in org.apache.jmeter.control
This is a Critical Section Controller; it will execute the set of statements (samplers/controllers, etc) under named lock.
CriticalSectionController() - Constructor for class org.apache.jmeter.control.CriticalSectionController
constructor
CriticalSectionController(String) - Constructor for class org.apache.jmeter.control.CriticalSectionController
constructor
CriticalSectionControllerGui - Class in org.apache.jmeter.control.gui
The user interface for a controller which specifies that its subcomponents should be executed while a condition holds.
CriticalSectionControllerGui() - Constructor for class org.apache.jmeter.control.gui.CriticalSectionControllerGui
Create a new CriticalSection Panel as a standalone component.
CriticalSectionControllerGui(boolean) - Constructor for class org.apache.jmeter.control.gui.CriticalSectionControllerGui
Create a new CriticalSectionPanel as either a standalone or an embedded component.
CSVDataSet - Class in org.apache.jmeter.config
Read lines from a file and split int variables.
CSVDataSet() - Constructor for class org.apache.jmeter.config.CSVDataSet
 
CSVDataSetBeanInfo - Class in org.apache.jmeter.config
 
CSVDataSetBeanInfo() - Constructor for class org.apache.jmeter.config.CSVDataSetBeanInfo
 
currentReturnedNull(Controller) - Method in class org.apache.jmeter.control.InterleaveControl

D

data - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
data - Variable in class org.apache.jmeter.visualizers.LineGraph
 
data - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
DebugPostProcessor - Class in org.apache.jmeter.extractor
Debugging Post-Processor: creates a subSample containing the variables defined in the previous sampler.
DebugPostProcessor() - Constructor for class org.apache.jmeter.extractor.DebugPostProcessor
 
DebugPostProcessorBeanInfo - Class in org.apache.jmeter.extractor
 
DebugPostProcessorBeanInfo() - Constructor for class org.apache.jmeter.extractor.DebugPostProcessorBeanInfo
 
DebugSampler - Class in org.apache.jmeter.sampler
The Debug Sampler can be used to "sample" JMeter variables, JMeter properties and System Properties.
DebugSampler() - Constructor for class org.apache.jmeter.sampler.DebugSampler
 
DebugSamplerBeanInfo - Class in org.apache.jmeter.sampler
 
DebugSamplerBeanInfo() - Constructor for class org.apache.jmeter.sampler.DebugSamplerBeanInfo
 
DEFAULT_CASE_SENSITIVE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_COLORS_PROPERTY_FILE - Static variable in class org.apache.jmeter.visualizers.utils.Colors
 
DEFAULT_DOCTYPE - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
DEFAULT_DYNAMIC_GRAPH_SIZE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_EXTRACTOR - Static variable in class org.apache.jmeter.extractor.HtmlExtractor
 
DEFAULT_INTERVAL - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_LEGEND_FONT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_LEGEND_PLACEMENT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_LEGEND_SIZE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_LEGEND_STYLE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_LINE_SHAPE_POINT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_NUMBER_SHOW_GROUPING - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_QUEUE_SIZE - Static variable in class org.apache.jmeter.visualizers.backend.BackendListener
 
DEFAULT_REGEXP - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_SERIES_SELECTION - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_STROKE_WIDTH_LIST - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_TITLE_FONT_NAME - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_TITLE_FONT_SIZE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_TITLE_FONT_STYLE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_VALUE_AS_STRING - Static variable in class org.apache.jmeter.extractor.XPathExtractor
 
DEFAULT_XAXIS_TIME_FORMAT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
DEFAULT_XPATH - Static variable in class org.apache.jmeter.assertions.XPathAssertion
 
DefaultThinkTimeCreator - Class in org.apache.jmeter.thinktime
Default implementation of ThinkTimeCreator
DefaultThinkTimeCreator() - Constructor for class org.apache.jmeter.thinktime.DefaultThinkTimeCreator
 
delay() - Method in class org.apache.jmeter.timers.BeanShellTimer
delay() - Method in class org.apache.jmeter.timers.BSFTimer
delay() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Retrieve the delay to use during test execution.
DELAY - Static variable in class org.apache.jmeter.timers.ConstantTimer
 
delay() - Method in class org.apache.jmeter.timers.ConstantTimer
Retrieve the delay to use during test execution.
delay() - Method in class org.apache.jmeter.timers.GaussianRandomTimer
 
delay() - Method in class org.apache.jmeter.timers.JSR223Timer
delay() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
delay() - Method in class org.apache.jmeter.timers.PoissonRandomTimer
Retrieve the delay to use during test execution.
delay() - Method in class org.apache.jmeter.timers.SyncTimer
delay() - Method in class org.apache.jmeter.timers.UniformRandomTimer
 
destroyObject(SocketConnectionInfos, PooledObject<SocketOutputStream>) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 
doAction(ActionEvent) - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
DOCTYPE_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
DURATION_KEY - Static variable in class org.apache.jmeter.assertions.DurationAssertion
Key for storing assertion-information in the jmx-file.
DurationAssertion - Class in org.apache.jmeter.assertions
Checks if an Sample is sampled within a specified time-frame.
DurationAssertion() - Constructor for class org.apache.jmeter.assertions.DurationAssertion
 
DurationAssertionGui - Class in org.apache.jmeter.assertions.gui
DurationAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.DurationAssertionGui
 

E

enableAverage(boolean) - Method in class org.apache.jmeter.visualizers.Graph
 
enableData(boolean) - Method in class org.apache.jmeter.visualizers.Graph
 
enableDeviation(boolean) - Method in class org.apache.jmeter.visualizers.Graph
 
enableMedian(boolean) - Method in class org.apache.jmeter.visualizers.Graph
 
enableThroughput(boolean) - Method in class org.apache.jmeter.visualizers.Graph
 
EQUAL - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 
equals(Object) - Method in class org.apache.jmeter.visualizers.backend.ErrorMetric
 
error(SAXParseException) - Method in class org.apache.jmeter.assertions.LogErrorHandler
 
error(Exception, JComponent) - Static method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
Handle an error.
error(Exception, JComponent) - Static method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
Handle an error.
error(Exception, JComponent) - Static method in class org.apache.jmeter.timers.gui.ConstantTimerGui
Handle an error.
ERROR_THRESHOLD_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
ErrorMetric - Class in org.apache.jmeter.visualizers.backend
Object representing an error by a response code and response message
ErrorMetric() - Constructor for class org.apache.jmeter.visualizers.backend.ErrorMetric
 
ErrorMetric(SampleResult) - Constructor for class org.apache.jmeter.visualizers.backend.ErrorMetric
 
ERRORS_ONLY_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
executeAndShowTextFind(Pattern) - Method in interface org.apache.jmeter.visualizers.SearchTextExtension.ISearchTextExtensionProvider
Launch find text engine on target component
expandToSelectNode(JMeterTreeNode) - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
 
EXPECT_NULL - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
EXPECTEDVALUE - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
ExportTransactionAndSamplerNames - Class in org.apache.jmeter.gui.action
Export transactions names for web report
ExportTransactionAndSamplerNames() - Constructor for class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
extract(String, String, int, String, List<String>, int, String) - Method in interface org.apache.jmeter.extractor.Extractor
 
extract(String, String, int, String, List<String>, int, String) - Method in class org.apache.jmeter.extractor.JoddExtractor
 
extract(String, String, int, String, List<String>, int, String) - Method in class org.apache.jmeter.extractor.JSoupExtractor
 
extractAll(String, String, String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
Extractor - Interface in org.apache.jmeter.extractor
CSS/JQuery based extractor for HTML pages
EXTRACTOR_JODD - Static variable in class org.apache.jmeter.extractor.HtmlExtractor
 
EXTRACTOR_JSOUP - Static variable in class org.apache.jmeter.extractor.HtmlExtractor
 
extractWithJsonPath(String, String) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONManager
 

F

fatalError(SAXParseException) - Method in class org.apache.jmeter.assertions.LogErrorHandler
 
FILE_NAME_IS_REQUIRED - Static variable in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
FILENAME - Static variable in class org.apache.jmeter.assertions.BeanShellAssertion
 
FILENAME_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
ForeachController - Class in org.apache.jmeter.control
ForeachController that iterates over a list of variables named XXXX_NN stored in JMeterVariables where NN is a number starting from 1 to number of occurrences.
ForeachController() - Constructor for class org.apache.jmeter.control.ForeachController
 
ForeachControlPanel - Class in org.apache.jmeter.control.gui
The user interface for a foreach controller which specifies that its subcomponents should be executed some number of times in a loop.
ForeachControlPanel() - Constructor for class org.apache.jmeter.control.gui.ForeachControlPanel
Create a new LoopControlPanel as a standalone component.
ForeachControlPanel(boolean) - Constructor for class org.apache.jmeter.control.gui.ForeachControlPanel
Create a new LoopControlPanel as either a standalone or an embedded component.
foreColor - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
FORMAT_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 

G

GaussianRandomTimer - Class in org.apache.jmeter.timers
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a gaussian distributed variation.
GaussianRandomTimer() - Constructor for class org.apache.jmeter.timers.GaussianRandomTimer
 
GaussianRandomTimerGui - Class in org.apache.jmeter.timers.gui
Implementation of a gaussian random timer.
GaussianRandomTimerGui() - Constructor for class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
No-arg constructor.
generateNext() - Method in class org.apache.jmeter.timers.poissonarrivals.ConstantPoissonProcessGenerator
 
get() - Static method in enum org.apache.jmeter.visualizers.backend.WindowMode
Gets defined JMeter mode.
getAction() - Method in class org.apache.jmeter.sampler.TestAction
 
getActionNames() - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
getAddressList() - Method in class org.apache.jmeter.reporters.MailerModel
Gets a List of String-objects.
getAllMaxTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the maximal elapsed time for requests within sliding window
getAllMean() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the arithmetic mean of the stored values
getAllMinTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the minimal elapsed time for requests within sliding window
getAllowedMD5Hex() - Method in class org.apache.jmeter.assertions.MD5HexAssertion
 
getAllowedSize() - Method in class org.apache.jmeter.assertions.SizeAssertion
Returns the size in bytes to be asserted.
getAllowedThroughputSurplus() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getAllPercentile(double) - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Returns an estimate for the requested percentile of the stored values.
getAllTableData(ObjectTableModel, Format[]) - Static method in class org.apache.jmeter.visualizers.StatGraphVisualizer
We use this method to get the data, since we are using ObjectTableModel, so the calling getDataVector doesn't work as expected.
getArguments() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Get the arguments (parameters) for the BackendListenerClient to be executed with.
getAssumeSuccess() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getAttribute() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
getAttributesTitle() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
Returns a String for the title of the attributes-panel as set up in the properties-file using the lookup-constant "mailer_attributes_panel".
getAxisLabels() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
getBackColor() - Method in class org.apache.jmeter.visualizers.BarGraph
 
getBatchSize() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getBatchThreadDelay() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getBooleanParameter(String, boolean) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
 
getCalcMode() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
 
getCheckXPathButton() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Check XPath button
getChkBox() - Method in class org.apache.jmeter.visualizers.BarGraph
 
getClassname() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Gets the Classname of the BackendListenerClient object
getClientCertAliasVarName() - Method in class org.apache.jmeter.config.KeystoreConfig
 
getColor() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getColor() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getColors() - Static method in class org.apache.jmeter.visualizers.utils.Colors
Parse icon set file.
getColumns() - Static method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
getCompareTime() - Method in class org.apache.jmeter.assertions.CompareAssertion
 
getCompOper() - Method in class org.apache.jmeter.assertions.SizeAssertion
Returns the operator to be asserted.
getComputeConcatenation() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getControlPanel() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
 
getCustomFailureMessage() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getData() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
Generate the data for the jChart API
getData() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
getDefaultDelay() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
 
getDefaultDelay() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
getDefaultDelay() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
getDefaultDelay() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
getDefaultParameters() - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
getDefaultParameters() - Method in interface org.apache.jmeter.visualizers.backend.BackendListenerClient
Provide a list of parameters which this test supports.
getDefaultParameters() - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
getDefaultParameters() - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
getDefaultRange() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
 
getDefaultRange() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
getDefaultRange() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
getDefaultRange() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
getDefaultValue() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
Get the default value for the variable if no matches are found
getDefaultValue() - Method in class org.apache.jmeter.extractor.HtmlExtractor
Get the default value for the variable if no matches are found
getDefaultValue() - Method in class org.apache.jmeter.extractor.RegexExtractor
Get the default value for the variable, which should be used, if no matches are found
getDefaultValue() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
getDefaultValues() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getDelay() - Method in class org.apache.jmeter.timers.ConstantTimer
Get the delay value for display.
getDelimiter() - Method in class org.apache.jmeter.config.CSVDataSet
 
getDoctype() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Gets the doctype
getDuration() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getDurationAsString() - Method in class org.apache.jmeter.sampler.TestAction
 
getDurationAttributesTitle() - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
 
getEnd() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getEndAsString() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getEndIndex() - Method in class org.apache.jmeter.config.KeystoreConfig
 
getEndIndexAsString() - Method in class org.apache.jmeter.control.ForeachController
 
getErrors() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Returns by type ( response code and message ) the count of errors occurs
getErrorThreshold() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Gets the threshold setting for errors
getExactLimit() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getExpectedValue() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
getExpression() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
getExtractor() - Method in class org.apache.jmeter.extractor.HtmlExtractor
Get the name of the currently configured extractor
getExtractorImpl(String) - Static method in class org.apache.jmeter.extractor.HtmlExtractor
 
getFailureCount() - Method in class org.apache.jmeter.reporters.MailerModel
 
getFailureLimit() - Method in class org.apache.jmeter.reporters.MailerModel
 
getFailures() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the number of failed requests for the current time slot
getFailureSubject() - Method in class org.apache.jmeter.reporters.MailerModel
 
getFileEncoding() - Method in class org.apache.jmeter.config.CSVDataSet
 
getFilename() - Method in class org.apache.jmeter.assertions.BeanShellAssertion
 
getFilename() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets the name of the file where tidy writes the output to
getFilename() - Method in class org.apache.jmeter.config.CSVDataSet
 
getFinishedThreads() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
 
getFontNameMap() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getFontSize() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getFontStyleMap() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getForeColor() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getFormat() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getFragment() - Method in class org.apache.jmeter.extractor.XPathExtractor
Should we return fragment as text, rather than text of fragment?
getFromAddress() - Method in class org.apache.jmeter.reporters.MailerModel
 
getGraphMax() - Method in class org.apache.jmeter.visualizers.Graph
 
getGroupSize() - Method in class org.apache.jmeter.timers.SyncTimer
 
getHits() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Returns hits to server
getHost() - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
 
getImage() - Method in class org.apache.jmeter.visualizers.GraphVisualizer
Gets the Image attribute of the GraphVisualizer object.
getImplementations() - Static method in class org.apache.jmeter.extractor.HtmlExtractor
Get the possible extractor implementations
getIncludePath() - Method in class org.apache.jmeter.control.IncludeController
return the JMX file path.
getIncrement() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getIncrementAsString() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getInitFileProperty() - Method in class org.apache.jmeter.assertions.BeanShellAssertion
 
getInitFileProperty() - Method in class org.apache.jmeter.extractor.BeanShellPostProcessor
 
getInitFileProperty() - Method in class org.apache.jmeter.modifiers.BeanShellPreProcessor
 
getInitFileProperty() - Method in class org.apache.jmeter.timers.BeanShellTimer
 
getInitFileProperty() - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
getInputValString() - Method in class org.apache.jmeter.control.ForeachController
 
getInterleaveAccrossThreads() - Method in class org.apache.jmeter.control.InterleaveControl
 
getIntParameter(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specified parameter as an integer.
getIntParameter(String, int) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specified parameter as an integer, or return the specified default value if the value was not specified or is not an integer.
getIssuerDn() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getIterCount() - Method in class org.apache.jmeter.control.ForeachController
getJsonPath() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
getJsonPathExpressions() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getKey() - Method in class org.apache.jmeter.visualizers.SamplerResultTab.RowResult
 
getKoMaxTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the maximal elapsed time for requests within sliding window
getKoMean() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the arithmetic mean of the stored values
getKoMinTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the minimal elapsed time for requests within sliding window
getKoPercentile(double) - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Returns an estimate for the requested percentile of the stored values.
getLabel() - Method in class org.apache.jmeter.control.gui.TreeNodeWrapper
 
getLabel() - Method in class org.apache.jmeter.visualizers.BarGraph
 
getLabel() - Method in interface org.apache.jmeter.visualizers.RequestView
Get the label.
getLabel() - Method in class org.apache.jmeter.visualizers.RequestViewRaw
 
getLabel() - Method in class org.apache.jmeter.visualizers.RespTimeGraphLineBean
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.AssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
Returns the label to be shown within the JTree-Component.
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
 
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.XMLAssertionGui
Returns the label to be shown within the JTree-Component.
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
Returns the label to be shown within the JTree-Component.
getLabelResource() - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
Returns the label to be shown within the JTree-Component.
getLabelResource() - Method in class org.apache.jmeter.control.gui.CriticalSectionControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.ForeachControlPanel
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.InterleaveControlGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
getLabelResource() - Method in class org.apache.jmeter.control.gui.OnceOnlyControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.RandomControlGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.RandomOrderControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.SwitchControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.control.gui.ThroughputControllerGui
 
getLabelResource() - Method in class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
 
getLabelResource() - Method in class org.apache.jmeter.extractor.gui.HtmlExtractorGui
 
getLabelResource() - Method in class org.apache.jmeter.extractor.gui.RegexExtractorGui
 
getLabelResource() - Method in class org.apache.jmeter.extractor.gui.XPathExtractorGui
 
getLabelResource() - Method in class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
 
getLabelResource() - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
 
getLabelResource() - Method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
 
getLabelResource() - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
 
getLabelResource() - Method in class org.apache.jmeter.sampler.gui.TestActionGui
 
getLabelResource() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
getLabelResource() - Method in class org.apache.jmeter.timers.gui.ConstantTimerGui
 
getLabelResource() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
getLabelResource() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
getLabelResource() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.AssertionVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
getLabelResource() - Method in class org.apache.jmeter.visualizers.ComparisonVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.GraphVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.SimpleDataWriter
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.StatVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.SummaryReport
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.TableVisualizer
 
getLabelResource() - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
getLeftBoundary() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
getLegendFont() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getLegendFont() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getLegendPlacement() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getLegendPlacement() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getLineColor() - Method in class org.apache.jmeter.visualizers.RespTimeGraphLineBean
 
getLockName() - Method in class org.apache.jmeter.control.CriticalSectionController
 
getLogger() - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
Deprecated.
getLogin() - Method in class org.apache.jmeter.reporters.MailerModel
 
getLongParameter(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specified parameter as a long.
getLongParameter(String, long) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specified parameter as along, or return the specified default value if the value was not specified or is not a long.
getMailAuthType() - Method in class org.apache.jmeter.reporters.MailerModel
 
getMailerModel() - Method in class org.apache.jmeter.reporters.MailerResultCollector
 
getMatchNumber() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
getMatchNumber() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
getMatchNumber() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
getMatchNumber() - Method in class org.apache.jmeter.extractor.XPathExtractor
Return which Match to use.
getMatchNumberAsString() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
getMatchNumberAsString() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
getMatchNumberAsString() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
getMatchNumberAsString() - Method in class org.apache.jmeter.extractor.XPathExtractor
Return which Match to use.
getMatchNumbers() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getMatchNumbersAsInt(int) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getMaxActiveThreads() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
 
getMaximumValue() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getMaxThroughput() - Method in class org.apache.jmeter.control.ThroughputController
 
getMaxThroughputAsInt() - Method in class org.apache.jmeter.control.ThroughputController
 
getMaxYAxisScale() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getMaxYAxisScale() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getMeanActiveThreads() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
 
getMenuCategories() - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
getMenuItemsAtLocation(MenuCreator.MENU_LOCATION) - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
getMetricsPerSampler() - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
getMinActiveThreads() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
 
getMinimumValue() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getNames() - Method in class org.apache.jmeter.modifiers.UserParameters
 
getNegatedCheckBox() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Negated chechbox
getNewLogger() - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
Get a Logger instance which can be used by subclasses to log information.
getNodePath() - Method in class org.apache.jmeter.control.ModuleController
 
getOkMaxTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the maximal elapsed time for requests within sliding window
getOkMean() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the arithmetic mean of the stored values
getOkMinTime() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the minimal elapsed time for requests within sliding window
getOkPercentile(double) - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Returns an estimate for the requested percentile of the stored values.
getOutputFormat() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getPanel() - Method in class org.apache.jmeter.visualizers.RequestPanel
 
getPanel() - Method in interface org.apache.jmeter.visualizers.RequestView
Get the panel
getPanel() - Method in class org.apache.jmeter.visualizers.RequestViewRaw
 
getParameter(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specific parameter as a String, or null if the value was not specified.
getParameter(String, String) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get the value of a specified parameter as a String, or return the specified default value if the value was not specified.
getParameterNamesIterator() - Method in class org.apache.jmeter.visualizers.backend.BackendListenerContext
Get an iterator of the parameter names.
getParameters() - Method in class org.apache.jmeter.assertions.BeanShellAssertion
 
getPassword() - Method in class org.apache.jmeter.reporters.MailerModel
 
getPercentThroughput() - Method in class org.apache.jmeter.control.ThroughputController
 
getPercentThroughputAsFloat() - Method in class org.apache.jmeter.control.ThroughputController
 
getPerThread() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getPlacementNameMap() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getPointShape() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getPointShapeMap() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getPort() - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
 
getPreferredScrollableViewportSize() - Method in class org.apache.jmeter.visualizers.Graph
Gets the PreferredScrollableViewportSize attribute of the Graph object.
getPreload() - Method in class org.apache.jmeter.config.KeystoreConfig
 
getPrintableComponent() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
getPrintableComponent() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
getQueueSize() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Gets the queue size
getQuotedData() - Method in class org.apache.jmeter.config.CSVDataSet
 
getRandom() - Method in class org.apache.jmeter.timers.RandomTimer
 
getRandomSeed() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getRandomSeed() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
getRange() - Method in class org.apache.jmeter.timers.ConstantTimer
Retrieve the range (not used for this timer).
getRange() - Method in class org.apache.jmeter.timers.RandomTimer
Get the range value.
getRecycle() - Method in class org.apache.jmeter.config.CSVDataSet
 
getRefName() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
getRefName() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
getRefName() - Method in class org.apache.jmeter.extractor.RegexExtractor
Get the prefix name of the variable to be used to store the regex matches
getRefName() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
getRefNames() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
getRegex() - Method in class org.apache.jmeter.assertions.SubstitutionElement
 
getRegex() - Method in class org.apache.jmeter.extractor.RegexExtractor
Get the regex which is to be used
getReplacementElement() - Method in class org.apache.jmeter.control.IncludeController
 
getReplacementSubTree() - Method in class org.apache.jmeter.control.IncludeController
The way ReplaceableController works is clone is called first, followed by replace(HashTree) and finally getReplacement().
getReplacementSubTree() - Method in class org.apache.jmeter.control.ModuleController
getResponseAsString(SampleResult) - Static method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
getResponseCode() - Method in class org.apache.jmeter.visualizers.backend.ErrorMetric
 
getResponseMessage() - Method in class org.apache.jmeter.visualizers.backend.ErrorMetric
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.BeanShellAssertion
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.BSFAssertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.CompareAssertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.DurationAssertion
Returns the result of the Assertion.
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Returns the result of the Assertion.
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.JSR223Assertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.MD5HexAssertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.SizeAssertion
Returns the result of the Assertion.
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.XMLAssertion
Returns the result of the Assertion.
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.XMLSchemaAssertion
getResult
getResult(SampleResult) - Method in class org.apache.jmeter.assertions.XPathAssertion
Returns the result of the Assertion.
getReturnValString() - Method in class org.apache.jmeter.control.ForeachController
 
getRightBoundary() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
getSamplerLabel() - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
getSamplerMetric(String) - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
getSamplerMetricInfluxdb(String) - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
getSamplersList() - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
getSamplersRegex() - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
getScript() - Method in class org.apache.jmeter.assertions.BeanShellAssertion
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.apache.jmeter.visualizers.Graph
Gets the ScrollableBlockIncrement attribute of the Graph object.
getScrollableTracksViewportHeight() - Method in class org.apache.jmeter.visualizers.Graph
Gets the ScrollableTracksViewportHeight attribute of the Graph object.
getScrollableTracksViewportWidth() - Method in class org.apache.jmeter.visualizers.Graph
Gets the ScrollableTracksViewportWidth attribute of the Graph object.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.apache.jmeter.visualizers.Graph
Gets the ScrollableUnitIncrement attribute of the Graph object.
getSelectedNode() - Method in class org.apache.jmeter.control.ModuleController
Gets the (@link JMeterTreeNode) for the Controller
getSelection() - Method in class org.apache.jmeter.control.SwitchController
 
getShareMode() - Method in class org.apache.jmeter.config.CSVDataSet
 
getShareModeAsInt(String) - Static method in class org.apache.jmeter.config.CSVDataSetBeanInfo
 
getShareTags() - Static method in class org.apache.jmeter.config.CSVDataSetBeanInfo
 
getSignerCertFile() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getSignerDn() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getSignerEmail() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getSignerSerial() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getSmtpHost() - Method in class org.apache.jmeter.reporters.MailerModel
 
getSmtpPort() - Method in class org.apache.jmeter.reporters.MailerModel
 
getSocket() - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStream
Return the underlying Socket
getSpecificMessagePosition() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getSpecificMessagePositionAsInt() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
getStart() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getStartAsString() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getStartedThreads() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
 
getStartIndex() - Method in class org.apache.jmeter.config.KeystoreConfig
 
getStartIndexAsString() - Method in class org.apache.jmeter.control.ForeachController
 
getStartTime() - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
getState() - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
getStopThread() - Method in class org.apache.jmeter.config.CSVDataSet
 
getStringsToSkip() - Method in class org.apache.jmeter.assertions.CompareAssertion
 
getStrokeWidth() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getStrokeWidth() - Static method in class org.apache.jmeter.visualizers.StatGraphProperties
 
getStyle() - Method in class org.apache.jmeter.control.InterleaveControl
 
getStyle() - Method in class org.apache.jmeter.control.ThroughputController
 
getSubstitute() - Method in class org.apache.jmeter.assertions.SubstitutionElement
 
getSuccessCount() - Method in class org.apache.jmeter.reporters.MailerModel
 
getSuccesses() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the number of successful requests for the current time slot
getSuccessLimit() - Method in class org.apache.jmeter.reporters.MailerModel
 
getSuccessSubject() - Method in class org.apache.jmeter.reporters.MailerModel
 
getTarget() - Method in class org.apache.jmeter.sampler.TestAction
 
getTemplate() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
getTestField() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getTestField() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
getTestStrings() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getTestType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
getThreadLists() - Method in class org.apache.jmeter.modifiers.UserParameters
 
getThroughput() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Gets the configured desired throughput.
getThroughput() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
Returns number of generated samples per PreciseThroughputTimer.getThroughputPeriod()
getThroughputPeriod() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
Allows to use business values for throughput configuration.
getTime() - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
getTimeout() - Method in class org.apache.jmeter.modifiers.SampleTimeout
Get the timeout value for display.
getTimeoutInMs() - Method in class org.apache.jmeter.timers.SyncTimer
 
getTimerDelayLabelKey() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
 
getTimerDelayLabelKey() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
getTimerDelayLabelKey() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
getTimerDelayLabelKey() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
getTimerRangeLabelKey() - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
 
getTimerRangeLabelKey() - Method in class org.apache.jmeter.timers.gui.GaussianRandomTimerGui
getTimerRangeLabelKey() - Method in class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
getTimerRangeLabelKey() - Method in class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
getTitleFont() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getTitleFont() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
getToAddress() - Method in class org.apache.jmeter.reporters.MailerModel
 
getTopLevelMenus() - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
getTotal() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Get the number of total requests for the current time slot
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.jmeter.visualizers.TreeNodeRenderer
 
getTreeNode() - Method in class org.apache.jmeter.control.gui.TreeNodeWrapper
 
getUserMetrics() - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
getUseSeparator() - Method in class org.apache.jmeter.control.ForeachController
 
getValue() - Method in class org.apache.jmeter.visualizers.SamplerResultTab.RowResult
 
getValueFont() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
getVariableName() - Method in class org.apache.jmeter.config.RandomVariableConfig
 
getVariableNames() - Method in class org.apache.jmeter.config.CSVDataSet
 
getVarName() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
getWarningThreshold() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Gets the threshold setting for warnings
getXAxisLabels() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
getXMLNode() - Method in class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode
get the xml node
getXPath() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Get the XPath String
getXPathAttributesTitle() - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
 
getXPathField() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Returns the current JSyntaxTextArea for the xpath expression, or creates a new one, if none is found.
getXPathQuery() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
getXPathString() - Method in class org.apache.jmeter.assertions.XPathAssertion
Get The XPath String that will be used in matching the document
getXsdFileName() - Method in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
Graph - Class in org.apache.jmeter.visualizers
Implements a simple graph for displaying performance results.
Graph() - Constructor for class org.apache.jmeter.visualizers.Graph
Constructor for the Graph object.
Graph(CachingStatCalculator) - Constructor for class org.apache.jmeter.visualizers.Graph
Constructor for the Graph object.
GRAPH_SIZE_DYNAMIC - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_SIZE_HEIGHT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_SIZE_WIDTH - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_TITLE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_TITLE_FONT_NAME - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_TITLE_FONT_SIZE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GRAPH_TITLE_FONT_STYLE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
GraphiteBackendListenerClient - Class in org.apache.jmeter.visualizers.backend.graphite
Graphite based Listener using Pickle Protocol
GraphiteBackendListenerClient() - Constructor for class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
GraphListener - Interface in org.apache.jmeter.visualizers
 
GraphVisualizer - Class in org.apache.jmeter.visualizers
This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process and outputs them as autoscaling plots.
GraphVisualizer() - Constructor for class org.apache.jmeter.visualizers.GraphVisualizer
Constructor for the GraphVisualizer object.
GREATERTHAN - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 
GREATERTHANEQUAL - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 

H

handleSampleResults(List<SampleResult>, BackendListenerContext) - Method in interface org.apache.jmeter.visualizers.backend.BackendListenerClient
Handle sampleResults, this can be done in many ways: Write to a file Write to a distant server ...
handleSampleResults(List<SampleResult>, BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
handleSampleResults(List<SampleResult>, BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
hashCode() - Method in class org.apache.jmeter.visualizers.backend.ErrorMetric
 
height - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
height - Variable in class org.apache.jmeter.visualizers.LineGraph
 
height - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
HTMLAssertion - Class in org.apache.jmeter.assertions
Assertion to validate the response of a Sample with Tidy.
HTMLAssertion() - Constructor for class org.apache.jmeter.assertions.HTMLAssertion
 
HTMLAssertionGui - Class in org.apache.jmeter.assertions.gui
GUI for HTMLAssertion
HTMLAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.HTMLAssertionGui
The constructor.
HtmlExtractor - Class in org.apache.jmeter.extractor
 
HtmlExtractor() - Constructor for class org.apache.jmeter.extractor.HtmlExtractor
 
HtmlExtractorGui - Class in org.apache.jmeter.extractor.gui
CSS/JQuery Expression Extractor Post-Processor GUI
HtmlExtractorGui() - Constructor for class org.apache.jmeter.extractor.gui.HtmlExtractorGui
 

I

IGNORE_SUB_CONTROLLERS - Static variable in class org.apache.jmeter.control.InterleaveControl
 
IncludeController - Class in org.apache.jmeter.control
 
IncludeController() - Constructor for class org.apache.jmeter.control.IncludeController
No-arg constructor
IncludeControllerGui - Class in org.apache.jmeter.control.gui
 
IncludeControllerGui() - Constructor for class org.apache.jmeter.control.gui.IncludeControllerGui
Initializes the gui panel for the ModuleController instance.
incrementCurrent() - Method in class org.apache.jmeter.control.InterleaveControl
incrementCurrent() - Method in class org.apache.jmeter.control.RandomController
 
incrementCurrent() - Method in class org.apache.jmeter.control.SwitchController
incrementCurrent is called when the current child (whether sampler or controller) has been processed.
incrementLoopCount() - Method in class org.apache.jmeter.control.ForeachController
 
incrYAxisScale - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
InfluxdbBackendListenerClient - Class in org.apache.jmeter.visualizers.backend.influxdb
Implementation of AbstractBackendListenerClient to write in an InfluxDB using custom schema
InfluxdbBackendListenerClient() - Constructor for class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
init() - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
init() - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
init() - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
init() - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
init() - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
init() - Method in class org.apache.jmeter.visualizers.RenderAsXPath
init() - Method in interface org.apache.jmeter.visualizers.RequestView
Init the panel
init() - Method in class org.apache.jmeter.visualizers.RequestViewRaw
request pane content
init() - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
init() - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
init(JPanel) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
INIT_FILE - Static variable in class org.apache.jmeter.assertions.BeanShellAssertion
 
initialize() - Method in class org.apache.jmeter.control.ForeachController
Reset loopCount to Start index
initialize() - Method in class org.apache.jmeter.control.InterleaveControl
 
initialize() - Method in class org.apache.jmeter.control.RandomOrderController
 
initTableModel() - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
 
insertUpdate(DocumentEvent) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
InterleaveControl - Class in org.apache.jmeter.control
Alternate among each of the children controllers or samplers for each loop iteration
InterleaveControl() - Constructor for class org.apache.jmeter.control.InterleaveControl
Constructor for the InterleaveControl object
InterleaveControlGui - Class in org.apache.jmeter.control.gui
 
InterleaveControlGui() - Constructor for class org.apache.jmeter.control.gui.InterleaveControlGui
 
interrupt() - Method in class org.apache.jmeter.sampler.TestAction
 
INTERVAL - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
INVERT - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
invoke(Object) - Method in class org.apache.jmeter.visualizers.TableVisualizer.SampleSuccessFunctor
 
isChildrenNodesHaveMatched() - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
isCompareContent() - Method in class org.apache.jmeter.assertions.CompareAssertion
 
isContainsType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isDisplayJMeterProperties() - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
isDisplayJMeterProperties() - Method in class org.apache.jmeter.sampler.DebugSampler
 
isDisplayJMeterVariables() - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
isDisplayJMeterVariables() - Method in class org.apache.jmeter.sampler.DebugSampler
 
isDisplaySamplerProperties() - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
isDisplaySystemProperties() - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
isDisplaySystemProperties() - Method in class org.apache.jmeter.sampler.DebugSampler
 
isDone() - Method in class org.apache.jmeter.control.ForeachController
isDone() - Method in class org.apache.jmeter.control.ThroughputController
 
isDownloadDTDs() - Method in class org.apache.jmeter.assertions.XPathAssertion
 
isDownloadDTDs() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
isEmptyDefaultValue() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
isEmptyDefaultValue() - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
isEmptyDefaultValue() - Method in class org.apache.jmeter.extractor.RegexExtractor
Do we set default value to "" value when if it's empty
isEqualsType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isErrorsOnly() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Check if errors will be reported only
isExpectNull() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
isHTML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Check if html validation mode is set
isIgnoreFirstLine() - Method in class org.apache.jmeter.config.CSVDataSet
 
isInvert() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
isJsonValidationBool() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
isMatchType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isNamespace() - Method in class org.apache.jmeter.assertions.XPathAssertion
Is this namespace aware?
isNegated() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Does this negate the xpath results
isNegated() - Method in class org.apache.jmeter.assertions.XPathAssertion
Negate the XPath test, that is return true if something is not found.
isNodeHasMatched() - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
isNotSigned() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
isNotType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isOrType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isOutlinesBarFlag() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
isPerIteration() - Method in class org.apache.jmeter.modifiers.UserParameters
 
isPerThread() - Method in class org.apache.jmeter.control.ThroughputController
 
isPerUser() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
isQuiet() - Method in class org.apache.jmeter.assertions.XPathAssertion
 
isQuiet() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
ISREGEX - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
isResetInterpreter() - Method in class org.apache.jmeter.assertions.BeanShellAssertion
 
isResetOnThreadGroupIteration() - Method in class org.apache.jmeter.modifiers.CounterConfig
 
isShowGrouping() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
isShowGrouping() - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
isShowNegated() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
 
isSignerCheckByFile() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
isSignerCheckConstraints() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
isSignerNoCheck() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
isSkipNext() - Method in class org.apache.jmeter.control.InterleaveControl
 
isStats() - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
isStats() - Method in class org.apache.jmeter.visualizers.BSFListener
 
isStats() - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
isSubstringType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldNetworkSize() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
isTestFieldRequestData() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldRequestHeaders() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseBody() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
isTestFieldResponseCode() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseCode() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
isTestFieldResponseData() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseDataAsDocument() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseHeaders() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseHeaders() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
isTestFieldResponseMessage() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTestFieldResponseMessage() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
isTestFieldURL() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
isTextDataType(SampleResult) - Static method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
isTolerant() - Method in class org.apache.jmeter.assertions.XPathAssertion
Is this using tolerant mode?
isTolerant() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
isUseRegex() - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
isValidating() - Method in class org.apache.jmeter.assertions.XPathAssertion
Is this validating
isValidating() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
isValueOrientation() - Method in class org.apache.jmeter.visualizers.AxisGraph
 
isVerifySignature() - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
isWhitespace() - Method in class org.apache.jmeter.assertions.XPathAssertion
Is this whitespace ignored.
isWhitespace() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
isXHTML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Check if xhtml validation mode is set
isXML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Check if xml validation mode is set
itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.visualizers.GraphVisualizer
 
itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
Handler for Checkbox
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.assertions.CompareAssertion
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.config.CSVDataSet
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.config.RandomVariableConfig
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.control.OnceOnlyController
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.control.ThroughputController
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.modifiers.UserParameters
 
iterationStart(LoopIterationEvent) - Method in class org.apache.jmeter.timers.ConstantTimer
Gain access to any variables that have been defined.

J

JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
JoddExtractor - Class in org.apache.jmeter.extractor
Jodd-Lagerto based CSS/JQuery extractor see http://jodd.org/doc/csselly/
JoddExtractor() - Constructor for class org.apache.jmeter.extractor.JoddExtractor
 
JSONManager - Class in org.apache.jmeter.extractor.json.jsonpath
Handles the extractions https://github.com/jayway/JsonPath/blob/master/json-path/src/test/java/com/jayway/jsonpath/ComplianceTest.java
JSONManager() - Constructor for class org.apache.jmeter.extractor.json.jsonpath.JSONManager
 
JSONPATH - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
JSONPathAssertion - Class in org.apache.jmeter.assertions
This is main class for JSONPath Assertion which verifies assertion on previous sample result using JSON path expression
JSONPathAssertion() - Constructor for class org.apache.jmeter.assertions.JSONPathAssertion
 
JSONPathAssertionGui - Class in org.apache.jmeter.assertions.gui
Java class representing GUI for the JSONPathAssertion component in JMeter
JSONPathAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
JSONPostProcessor - Class in org.apache.jmeter.extractor.json.jsonpath
JSON-PATH based extractor
JSONPostProcessor() - Constructor for class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
JSONPostProcessorGui - Class in org.apache.jmeter.extractor.json.jsonpath.gui
JSONPostProcessorGui() - Constructor for class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
 
JSONVALIDATION - Static variable in class org.apache.jmeter.assertions.JSONPathAssertion
 
JSoupExtractor - Class in org.apache.jmeter.extractor
JSoup based CSS/JQuery extractor see http://jsoup.org/cookbook/extracting-data/selector-syntax
JSoupExtractor() - Constructor for class org.apache.jmeter.extractor.JSoupExtractor
 
JSR223Assertion - Class in org.apache.jmeter.assertions
 
JSR223Assertion() - Constructor for class org.apache.jmeter.assertions.JSR223Assertion
 
JSR223AssertionBeanInfo - Class in org.apache.jmeter.assertions
 
JSR223AssertionBeanInfo() - Constructor for class org.apache.jmeter.assertions.JSR223AssertionBeanInfo
 
JSR223Listener - Class in org.apache.jmeter.visualizers
Needs to implement Visualizer so that TestBeanGUI can find the correct GUI class
JSR223Listener() - Constructor for class org.apache.jmeter.visualizers.JSR223Listener
 
JSR223ListenerBeanInfo - Class in org.apache.jmeter.visualizers
 
JSR223ListenerBeanInfo() - Constructor for class org.apache.jmeter.visualizers.JSR223ListenerBeanInfo
 
JSR223PostProcessor - Class in org.apache.jmeter.extractor
 
JSR223PostProcessor() - Constructor for class org.apache.jmeter.extractor.JSR223PostProcessor
 
JSR223PostProcessorBeanInfo - Class in org.apache.jmeter.extractor
 
JSR223PostProcessorBeanInfo() - Constructor for class org.apache.jmeter.extractor.JSR223PostProcessorBeanInfo
 
JSR223PreProcessor - Class in org.apache.jmeter.modifiers
 
JSR223PreProcessor() - Constructor for class org.apache.jmeter.modifiers.JSR223PreProcessor
 
JSR223PreProcessorBeanInfo - Class in org.apache.jmeter.modifiers
 
JSR223PreProcessorBeanInfo() - Constructor for class org.apache.jmeter.modifiers.JSR223PreProcessorBeanInfo
 
JSR223Timer - Class in org.apache.jmeter.timers
 
JSR223Timer() - Constructor for class org.apache.jmeter.timers.JSR223Timer
 
JSR223TimerBeanInfo - Class in org.apache.jmeter.timers
 
JSR223TimerBeanInfo() - Constructor for class org.apache.jmeter.timers.JSR223TimerBeanInfo
 

K

keyPressed(KeyEvent) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
 
keyReleased(KeyEvent) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
 
KeystoreConfig - Class in org.apache.jmeter.config
Configure Keystore
KeystoreConfig() - Constructor for class org.apache.jmeter.config.KeystoreConfig
 
KeystoreConfigBeanInfo - Class in org.apache.jmeter.config
Keystore Configuration BeanInfo
KeystoreConfigBeanInfo() - Constructor for class org.apache.jmeter.config.KeystoreConfigBeanInfo
Constructor
keyTyped(KeyEvent) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
 

L

LEGEND_FONT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
LEGEND_PLACEMENT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
LEGEND_SIZE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
LEGEND_STYLE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
legendFont - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
legendFont - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
legendLabels - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
legendLabels - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
legendPlacement - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
legendPlacement - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
LESSTHAN - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 
LESSTHANEQUAL - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 
LIGHT_RED - Static variable in class org.apache.jmeter.visualizers.utils.Colors
 
LINE_SHAPE_POINT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
LINE_STROKE_WIDTH - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
LineGraph - Class in org.apache.jmeter.visualizers
Axis graph is used by StatGraphVisualizer, which generates bar graphs from the statistical data.
LineGraph() - Constructor for class org.apache.jmeter.visualizers.LineGraph
 
LineGraph(LayoutManager) - Constructor for class org.apache.jmeter.visualizers.LineGraph
 
LineGraph(LayoutManager, boolean) - Constructor for class org.apache.jmeter.visualizers.LineGraph
 
loadIncludedElements() - Method in class org.apache.jmeter.control.IncludeController
load the included elements using SaveService
localeChanged(MenuElement) - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
localeChanged() - Method in class org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 
LogErrorHandler - Class in org.apache.jmeter.assertions
ErrorHandler implementation that logs
LogErrorHandler() - Constructor for class org.apache.jmeter.assertions.LogErrorHandler
 

M

MAILER_MODEL - Static variable in class org.apache.jmeter.reporters.MailerResultCollector
 
MailerModel - Class in org.apache.jmeter.reporters
The model for a MailerVisualizer.
MailerModel() - Constructor for class org.apache.jmeter.reporters.MailerModel
Constructs a MailerModel.
MailerModel.MailAuthType - Enum in org.apache.jmeter.reporters
 
MailerResultCollector - Class in org.apache.jmeter.reporters
 
MailerResultCollector() - Constructor for class org.apache.jmeter.reporters.MailerResultCollector
 
MailerVisualizer - Class in org.apache.jmeter.visualizers
This class implements a visualizer that mails a message when an error occurs.
MailerVisualizer() - Constructor for class org.apache.jmeter.visualizers.MailerVisualizer
Constructs the MailerVisualizer and initializes its GUI.
makeGraph() - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
makeGraph() - Method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
makeObject(SocketConnectionInfos) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 
maxLength - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
maxYAxisScale - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
maxYAxisScale - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
MD5HexAssertion - Class in org.apache.jmeter.assertions
 
MD5HexAssertion() - Constructor for class org.apache.jmeter.assertions.MD5HexAssertion
 
MD5HexAssertionGUI - Class in org.apache.jmeter.assertions.gui
 
MD5HexAssertionGUI() - Constructor for class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.AssertionGui
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.BeanShellAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.DurationAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.HTMLAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.XMLAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(XPathAssertion) - Method in class org.apache.jmeter.assertions.gui.XMLConfPanel
 
modifyTestElement(XPathExtractor) - Method in class org.apache.jmeter.assertions.gui.XMLConfPanel
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.assertions.gui.XPathAssertionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.CriticalSectionControllerGui
Implements JMeterGUIComponent.modifyTestElement(TestElement)
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.ForeachControlPanel
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.IncludeControllerGui
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.InterleaveControlGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.ModuleControllerGui
}
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.OnceOnlyControllerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.RandomControlGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.RandomOrderControllerGui
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.SwitchControllerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.control.gui.ThroughputControllerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.extractor.gui.BoundaryExtractorGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.extractor.gui.HtmlExtractorGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.extractor.gui.RegexExtractorGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.extractor.gui.XPathExtractorGui
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.modifiers.gui.CounterConfigGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.modifiers.gui.UserParametersGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.sampler.gui.TestActionGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.timers.gui.AbstractRandomTimerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.timers.gui.ConstantTimerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.backend.BackendListenerGui
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.MailerVisualizer
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.PropertyControlGui
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.StatVisualizer
 
modifyTestElement(TestElement) - Method in class org.apache.jmeter.visualizers.SummaryReport
 
ModuleController - Class in org.apache.jmeter.control
The goal of ModuleController is to add modularity to JMeter.
ModuleController() - Constructor for class org.apache.jmeter.control.ModuleController
No-arg constructor
ModuleControllerGui - Class in org.apache.jmeter.control.gui
ModuleControllerGui provides UI for configuring ModuleController element.
ModuleControllerGui() - Constructor for class org.apache.jmeter.control.gui.ModuleControllerGui
Initializes the gui panel for the ModuleController instance.

N

NAMES - Static variable in class org.apache.jmeter.modifiers.UserParameters
 
next() - Method in class org.apache.jmeter.control.CriticalSectionController
 
next() - Method in class org.apache.jmeter.control.ForeachController
 
next() - Method in class org.apache.jmeter.control.InterleaveControl
next() - Method in class org.apache.jmeter.control.SwitchController
 
next() - Method in class org.apache.jmeter.control.ThroughputController
 
next() - Method in class org.apache.jmeter.timers.poissonarrivals.ConstantPoissonProcessGenerator
 
nextIsAController(Controller) - Method in class org.apache.jmeter.control.InterleaveControl
nextIsASampler(Sampler) - Method in class org.apache.jmeter.control.InterleaveControl
nextIsNull() - Method in class org.apache.jmeter.control.ForeachController
nextIsNull() - Method in class org.apache.jmeter.control.InterleaveControl
If the current is null, reset and continue searching.
nextIsNull() - Method in class org.apache.jmeter.control.OnceOnlyController
 
nextPaint() - Method in class org.apache.jmeter.visualizers.LineGraph
The method will return the next paint color in the PAINT_ARRAY.
nextShape() - Method in class org.apache.jmeter.visualizers.LineGraph
Return the next shape
nextStroke() - Method in class org.apache.jmeter.visualizers.LineGraph
method always return a new BasicStroke with 1.0f weight
NOTEQUAL - Static variable in class org.apache.jmeter.assertions.SizeAssertion
 
notifyChangeListeners() - Method in class org.apache.jmeter.reporters.MailerModel
 

O

objectToString(Object) - Static method in class org.apache.jmeter.assertions.JSONPathAssertion
 
OnceOnlyController - Class in org.apache.jmeter.control
Controller to run its children once per cycle.
OnceOnlyController() - Constructor for class org.apache.jmeter.control.OnceOnlyController
Constructor for the OnceOnlyController object.
OnceOnlyControllerGui - Class in org.apache.jmeter.control.gui
 
OnceOnlyControllerGui() - Constructor for class org.apache.jmeter.control.gui.OnceOnlyControllerGui
 
org.apache.jmeter.assertions - package org.apache.jmeter.assertions
Assertions Methods to be implemented getResult(SampleResult) Calling sequence When the test plan is prepared for running, one instance of the class is created for each occurrence of an assertion in each thread.
org.apache.jmeter.assertions.gui - package org.apache.jmeter.assertions.gui
 
org.apache.jmeter.config - package org.apache.jmeter.config
 
org.apache.jmeter.control - package org.apache.jmeter.control
 
org.apache.jmeter.control.gui - package org.apache.jmeter.control.gui
 
org.apache.jmeter.extractor - package org.apache.jmeter.extractor
 
org.apache.jmeter.extractor.gui - package org.apache.jmeter.extractor.gui
 
org.apache.jmeter.extractor.json.jsonpath - package org.apache.jmeter.extractor.json.jsonpath
 
org.apache.jmeter.extractor.json.jsonpath.gui - package org.apache.jmeter.extractor.json.jsonpath.gui
 
org.apache.jmeter.extractor.json.render - package org.apache.jmeter.extractor.json.render
 
org.apache.jmeter.gui.action - package org.apache.jmeter.gui.action
 
org.apache.jmeter.modifiers - package org.apache.jmeter.modifiers
 
org.apache.jmeter.modifiers.gui - package org.apache.jmeter.modifiers.gui
 
org.apache.jmeter.reporters - package org.apache.jmeter.reporters
 
org.apache.jmeter.sampler - package org.apache.jmeter.sampler
 
org.apache.jmeter.sampler.gui - package org.apache.jmeter.sampler.gui
 
org.apache.jmeter.thinktime - package org.apache.jmeter.thinktime
 
org.apache.jmeter.timers - package org.apache.jmeter.timers
 
org.apache.jmeter.timers.gui - package org.apache.jmeter.timers.gui
 
org.apache.jmeter.timers.poissonarrivals - package org.apache.jmeter.timers.poissonarrivals
 
org.apache.jmeter.validation - package org.apache.jmeter.validation
 
org.apache.jmeter.visualizers - package org.apache.jmeter.visualizers
This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.
org.apache.jmeter.visualizers.backend - package org.apache.jmeter.visualizers.backend
 
org.apache.jmeter.visualizers.backend.graphite - package org.apache.jmeter.visualizers.backend.graphite
 
org.apache.jmeter.visualizers.backend.influxdb - package org.apache.jmeter.visualizers.backend.influxdb
 
org.apache.jmeter.visualizers.utils - package org.apache.jmeter.visualizers.utils
 
outlinesBarFlag - Variable in class org.apache.jmeter.visualizers.AxisGraph
 

P

paint_counter - Variable in class org.apache.jmeter.visualizers.LineGraph
 
paintComponent(Graphics) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
paintComponent(Graphics) - Method in class org.apache.jmeter.visualizers.Graph
}
paintComponent(Graphics) - Method in class org.apache.jmeter.visualizers.LineGraph
 
paintComponent(Graphics) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
PARAMETERS - Static variable in class org.apache.jmeter.assertions.BeanShellAssertion
 
PAUSE - Static variable in class org.apache.jmeter.sampler.TestAction
 
PER_ITERATION - Static variable in class org.apache.jmeter.modifiers.UserParameters
 
pointShape - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
PoissonRandomTimer - Class in org.apache.jmeter.timers
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a Poisson distributed variation.
PoissonRandomTimer() - Constructor for class org.apache.jmeter.timers.PoissonRandomTimer
 
PoissonRandomTimerGui - Class in org.apache.jmeter.timers.gui
Implementation of a Poisson random timer.
PoissonRandomTimerGui() - Constructor for class org.apache.jmeter.timers.gui.PoissonRandomTimerGui
 
PreciseThroughputTimer - Class in org.apache.jmeter.timers.poissonarrivals
This timer generates Poisson arrivals with constant throughput.
PreciseThroughputTimer() - Constructor for class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
PreciseThroughputTimerBeanInfo - Class in org.apache.jmeter.timers.poissonarrivals
 
PreciseThroughputTimerBeanInfo() - Constructor for class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimerBeanInfo
 
prettyJSON(String) - Static method in class org.apache.jmeter.visualizers.RenderAsJSON
Pretty-print JSON text
prettyJSON(String, String) - Static method in class org.apache.jmeter.visualizers.RenderAsJSON
Pretty-print JSON text
process() - Method in class org.apache.jmeter.extractor.BeanShellPostProcessor
 
process() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
Parses the response data using Boundaries and saving the results into variables for use later in the test.
process() - Method in class org.apache.jmeter.extractor.BSFPostProcessor
 
process() - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
process() - Method in class org.apache.jmeter.extractor.HtmlExtractor
Parses the response data using CSS/JQuery expressions and saving the results into variables for use later in the test.
process() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
process() - Method in class org.apache.jmeter.extractor.JSR223PostProcessor
 
process() - Method in class org.apache.jmeter.extractor.RegexExtractor
Parses the response data using regular expressions and saving the results into variables for use later in the test.
process() - Method in class org.apache.jmeter.extractor.XPathExtractor
Do the job - extract value from (X)HTML response using XPath Query.
process() - Method in class org.apache.jmeter.modifiers.BeanShellPreProcessor
 
process() - Method in class org.apache.jmeter.modifiers.BSFPreProcessor
 
process() - Method in class org.apache.jmeter.modifiers.JSR223PreProcessor
 
process() - Method in class org.apache.jmeter.modifiers.UserParameters
 
PropertyControlGui - Class in org.apache.jmeter.visualizers
 
PropertyControlGui() - Constructor for class org.apache.jmeter.visualizers.PropertyControlGui
 

Q

QUEUE_SIZE - Static variable in class org.apache.jmeter.visualizers.backend.BackendListener
Queue size

R

RandomControlGui - Class in org.apache.jmeter.control.gui
 
RandomControlGui() - Constructor for class org.apache.jmeter.control.gui.RandomControlGui
 
RandomController - Class in org.apache.jmeter.control
Controller that rans randomly one of it's children on each iteration
RandomController() - Constructor for class org.apache.jmeter.control.RandomController
 
RandomOrderController - Class in org.apache.jmeter.control
A controller that runs its children each at most once, but in a random order.
RandomOrderController() - Constructor for class org.apache.jmeter.control.RandomOrderController
 
RandomOrderControllerGui - Class in org.apache.jmeter.control.gui
GUI for RandomOrderController.
RandomOrderControllerGui() - Constructor for class org.apache.jmeter.control.gui.RandomOrderControllerGui
 
RandomTimer - Class in org.apache.jmeter.timers
This class implements a random timer with its own panel and fields for value update and user interaction.
RandomTimer() - Constructor for class org.apache.jmeter.timers.RandomTimer
No-arg constructor.
RandomVariableConfig - Class in org.apache.jmeter.config
 
RandomVariableConfig() - Constructor for class org.apache.jmeter.config.RandomVariableConfig
 
RandomVariableConfigBeanInfo - Class in org.apache.jmeter.config
 
RandomVariableConfigBeanInfo() - Constructor for class org.apache.jmeter.config.RandomVariableConfigBeanInfo
 
RANGE - Static variable in class org.apache.jmeter.timers.RandomTimer
 
readResolve() - Method in class org.apache.jmeter.control.ThroughputController
 
REDIRECT_COLOR - Static variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
REDIRECT_COLOR - Static variable in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
REGEX - Static variable in class org.apache.jmeter.assertions.SubstitutionElement
 
RegexExtractor - Class in org.apache.jmeter.extractor
 
RegexExtractor() - Constructor for class org.apache.jmeter.extractor.RegexExtractor
 
RegexExtractorGui - Class in org.apache.jmeter.extractor.gui
Regular Expression Extractor Post-Processor GUI
RegexExtractorGui() - Constructor for class org.apache.jmeter.extractor.gui.RegexExtractorGui
 
reInitialize() - Method in class org.apache.jmeter.control.CriticalSectionController
Called after execution of last child of the controller We release lock
reInitialize() - Method in class org.apache.jmeter.control.ForeachController
reInitialize() - Method in class org.apache.jmeter.control.InterleaveControl
reInitialize() - Method in class org.apache.jmeter.control.RandomOrderController
 
removeUpdate(DocumentEvent) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
RenderAsBoundaryExtractor - Class in org.apache.jmeter.visualizers
Implement ResultsRender for Boundary Extractor tester
RenderAsBoundaryExtractor() - Constructor for class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
 
RenderAsCssJQuery - Class in org.apache.jmeter.visualizers
Implement ResultsRender for CSS/JQuery tester
RenderAsCssJQuery() - Constructor for class org.apache.jmeter.visualizers.RenderAsCssJQuery
 
RenderAsDocument - Class in org.apache.jmeter.visualizers
 
RenderAsDocument() - Constructor for class org.apache.jmeter.visualizers.RenderAsDocument
 
RenderAsHTML - Class in org.apache.jmeter.visualizers
 
RenderAsHTML() - Constructor for class org.apache.jmeter.visualizers.RenderAsHTML
 
RenderAsHTMLFormatted - Class in org.apache.jmeter.visualizers
 
RenderAsHTMLFormatted() - Constructor for class org.apache.jmeter.visualizers.RenderAsHTMLFormatted
 
RenderAsHTMLWithEmbedded - Class in org.apache.jmeter.visualizers
 
RenderAsHTMLWithEmbedded() - Constructor for class org.apache.jmeter.visualizers.RenderAsHTMLWithEmbedded
 
RenderAsJSON - Class in org.apache.jmeter.visualizers
 
RenderAsJSON() - Constructor for class org.apache.jmeter.visualizers.RenderAsJSON
 
RenderAsJsonRenderer - Class in org.apache.jmeter.extractor.json.render
Implement ResultsRender for JSON Path tester
RenderAsJsonRenderer() - Constructor for class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
 
RenderAsRegexp - Class in org.apache.jmeter.visualizers
Implement ResultsRender for Regexp tester
RenderAsRegexp() - Constructor for class org.apache.jmeter.visualizers.RenderAsRegexp
 
RenderAsText - Class in org.apache.jmeter.visualizers
 
RenderAsText() - Constructor for class org.apache.jmeter.visualizers.RenderAsText
 
RenderAsXML - Class in org.apache.jmeter.visualizers
 
RenderAsXML() - Constructor for class org.apache.jmeter.visualizers.RenderAsXML
 
RenderAsXPath - Class in org.apache.jmeter.visualizers
Implement ResultsRender for XPath tester
RenderAsXPath() - Constructor for class org.apache.jmeter.visualizers.RenderAsXPath
 
renderImage(SampleResult) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
renderImage(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
renderImage(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
renderImage(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
renderImage(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
renderImage(SampleResult) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
renderImage(SampleResult) - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
RenderInBrowser - Class in org.apache.jmeter.visualizers
ResultRenderer implementation that uses JAVAFX WebEngine to render as browser do
RenderInBrowser() - Constructor for class org.apache.jmeter.visualizers.RenderInBrowser
 
renderResult(SampleResult) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsDocument
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsHTML
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsHTMLFormatted
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsJSON
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsText
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsXML
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
renderResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RenderInBrowser
renderResult(SampleResult) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
reportErrors() - Method in class org.apache.jmeter.assertions.XPathAssertion
 
reportErrors() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
REQUEST_VIEW_COMMAND - Static variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
RequestPanel - Class in org.apache.jmeter.visualizers
Manipulate all classes which implements request view panel interface and return a super panel with a bottom tab list of this classes
RequestPanel() - Constructor for class org.apache.jmeter.visualizers.RequestPanel
Find and instantiate all classes that extend RequestView and Create Request Panel
RequestView - Interface in org.apache.jmeter.visualizers
Interface for request panel in View Results Tree All classes which implements this interface is display on bottom tab in request panel
RequestViewRaw - Class in org.apache.jmeter.visualizers
(historical) Panel to view request data
RequestViewRaw() - Constructor for class org.apache.jmeter.visualizers.RequestViewRaw
 
reset() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONManager
 
reset() - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
RESET_INTERPRETER - Static variable in class org.apache.jmeter.assertions.BeanShellAssertion
 
resetCurrent() - Method in class org.apache.jmeter.control.RandomController
 
resetForTimeInterval() - Method in class org.apache.jmeter.visualizers.backend.SamplerMetric
Reset metric except for percentile related data
resetForTimeInterval() - Method in class org.apache.jmeter.visualizers.backend.UserMetric
Reset metric except for percentile related data
resetLoopCount() - Method in class org.apache.jmeter.control.ForeachController
 
resetTextToFind() - Method in interface org.apache.jmeter.visualizers.SearchTextExtension.ISearchTextExtensionProvider
reset the provider
resetTextToFind() - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
resolveReplacementSubTree(JMeterTreeNode) - Method in class org.apache.jmeter.control.IncludeController
 
resolveReplacementSubTree(JMeterTreeNode) - Method in class org.apache.jmeter.control.ModuleController
ResponseAssertion - Class in org.apache.jmeter.assertions
Test element to handle Response Assertions.
ResponseAssertion() - Constructor for class org.apache.jmeter.assertions.ResponseAssertion
 
RespTimeGraphChart - Class in org.apache.jmeter.visualizers
 
RespTimeGraphChart() - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphChart
Constructor
RespTimeGraphChart(LayoutManager) - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphChart
Constructor
RespTimeGraphChart(LayoutManager, boolean) - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphChart
Constructor
RespTimeGraphDataBean - Class in org.apache.jmeter.visualizers
Bean to hold timing information about samples
RespTimeGraphDataBean(long, long, String) - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphDataBean
Constructor
RespTimeGraphLineBean - Class in org.apache.jmeter.visualizers
Bean to represent information about a graph line
RespTimeGraphLineBean(String, Color) - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphLineBean
 
RespTimeGraphVisualizer - Class in org.apache.jmeter.visualizers
 
RespTimeGraphVisualizer() - Constructor for class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
RESTART_NEXT_LOOP - Static variable in class org.apache.jmeter.sampler.TestAction
 
ResultRenderer - Interface in org.apache.jmeter.visualizers
Interface to results render
results - Variable in class org.apache.jmeter.visualizers.SamplerResultTab
Response Data shown here
resultsScrollPane - Variable in class org.apache.jmeter.visualizers.SamplerResultTab
Contains results; contained in resultsPane
rightSide - Variable in class org.apache.jmeter.visualizers.SamplerResultTab
holds the tabbed panes
RowResult(String, Object) - Constructor for class org.apache.jmeter.visualizers.SamplerResultTab.RowResult
 
run() - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
run() - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 

S

sample(Entry) - Method in class org.apache.jmeter.sampler.DebugSampler
 
sample(Entry) - Method in class org.apache.jmeter.sampler.TestAction
sampleEnded(Sampler) - Method in class org.apache.jmeter.modifiers.SampleTimeout
 
sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.reporters.MailerResultCollector
sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.visualizers.BSFListener
 
sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
SamplerMetric - Class in org.apache.jmeter.visualizers.backend
Sampler metric
SamplerMetric() - Constructor for class org.apache.jmeter.visualizers.backend.SamplerMetric
 
SamplerResultTab - Class in org.apache.jmeter.visualizers
Right side in View Results Tree
SamplerResultTab() - Constructor for class org.apache.jmeter.visualizers.SamplerResultTab
 
SamplerResultTab.RowResult - Class in org.apache.jmeter.visualizers
For model table
sampleStarted(SampleEvent) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
sampleStarted(SampleEvent) - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
sampleStarted(SampleEvent) - Method in class org.apache.jmeter.visualizers.BSFListener
 
sampleStarted(SampleEvent) - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
sampleStarting(Sampler) - Method in class org.apache.jmeter.modifiers.SampleTimeout
 
sampleStopped(SampleEvent) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
sampleStopped(SampleEvent) - Method in class org.apache.jmeter.visualizers.BeanShellListener
 
sampleStopped(SampleEvent) - Method in class org.apache.jmeter.visualizers.BSFListener
 
sampleStopped(SampleEvent) - Method in class org.apache.jmeter.visualizers.JSR223Listener
 
SampleSuccessFunctor(String) - Constructor for class org.apache.jmeter.visualizers.TableVisualizer.SampleSuccessFunctor
 
SampleTimeout - Class in org.apache.jmeter.modifiers
Sample timeout implementation using Executor threads
SampleTimeout() - Constructor for class org.apache.jmeter.modifiers.SampleTimeout
No-arg constructor.
SampleTimeoutGui - Class in org.apache.jmeter.modifiers.gui
The GUI for SampleTimeout.
SampleTimeoutGui() - Constructor for class org.apache.jmeter.modifiers.gui.SampleTimeoutGui
No-arg constructor.
SCRIPT - Static variable in class org.apache.jmeter.assertions.BeanShellAssertion
 
SearchableTreeNode - Class in org.apache.jmeter.visualizers
TreeNode that holds flags for: nodeHasMatched : It matches a search childrenNodesHaveMatched : One of its children matches a search
SearchableTreeNode() - Constructor for class org.apache.jmeter.visualizers.SearchableTreeNode
 
SearchableTreeNode(SampleResult, DefaultTreeModel) - Constructor for class org.apache.jmeter.visualizers.SearchableTreeNode
 
SearchableTreeNode(AssertionResult, DefaultTreeModel) - Constructor for class org.apache.jmeter.visualizers.SearchableTreeNode
 
searchTextExtension - Variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
SearchTextExtension - Class in org.apache.jmeter.visualizers
 
SearchTextExtension() - Constructor for class org.apache.jmeter.visualizers.SearchTextExtension
 
SearchTextExtension.ISearchTextExtensionProvider - Interface in org.apache.jmeter.visualizers
Search provider definition Allow the search extension to search on any component
SearchTreePanel - Class in org.apache.jmeter.visualizers
Panel used by ViewResultsFullVisualizer to search for data within the Tree
SearchTreePanel(DefaultMutableTreeNode) - Constructor for class org.apache.jmeter.visualizers.SearchTreePanel
 
SearchTreePanel() - Constructor for class org.apache.jmeter.visualizers.SearchTreePanel
Deprecated.
only for use by test code
sendMail(String, List<String>, String, String, String) - Method in class org.apache.jmeter.reporters.MailerModel
Sends a mail with the given parameters using SMTP.
sendMail(String, List<String>, String, String, String, String, String, String, MailerModel.MailAuthType, boolean) - Method in class org.apache.jmeter.reporters.MailerModel
Sends a mail with the given parameters using SMTP.
sendMetrics() - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
Send metrics to Graphite
sendMetrics() - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
Send metrics
sendTestMail() - Method in class org.apache.jmeter.reporters.MailerModel
Send a Test Mail to check configuration
SERIES_SELECTION - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
SERIES_SELECTION_CASE_SENSITIVE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
SERIES_SELECTION_MATCH_LABEL - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
SERIES_SELECTION_REGEXP - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
SERVER_ERROR_COLOR - Static variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
SERVER_ERROR_COLOR - Static variable in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
 
setAction(int) - Method in class org.apache.jmeter.sampler.TestAction
 
setAllowedDuration(long) - Method in class org.apache.jmeter.assertions.DurationAssertion
Set duration
setAllowedMD5Hex(String) - Method in class org.apache.jmeter.assertions.MD5HexAssertion
 
setAllowedSize(String) - Method in class org.apache.jmeter.assertions.SizeAssertion
Set the size that shall be asserted.
setAllowedSize(long) - Method in class org.apache.jmeter.assertions.SizeAssertion
Set the size that should be used in the assertion
setAllowedThroughputSurplus(double) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setArguments(Arguments) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Set the arguments (parameters) for the BackendListenerClient to be executed with.
setAssumeSuccess(boolean) - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setAttribute(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setBackColor(Color) - Method in class org.apache.jmeter.visualizers.BarGraph
 
setBackgroundColor(Color) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
setBackgroundColor(Color) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
setBackgroundColor(Color) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
setBackgroundColor(Color) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
setBackgroundColor(Color) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
setBackgroundColor(Color) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
setBackgroundColor(Color) - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
setBatchSize(int) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setBatchThreadDelay(int) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setCalcMode(int) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
 
setChildrenNodesHaveMatched(boolean) - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
setChkBox(JCheckBox) - Method in class org.apache.jmeter.visualizers.BarGraph
 
setClassname(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Sets the Classname of the BackendListenerClient object
setClientCertAliasVarName(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
setColor(Color[]) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setColor(Color[]) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setCompareContent(boolean) - Method in class org.apache.jmeter.assertions.CompareAssertion
 
setCompareTime(long) - Method in class org.apache.jmeter.assertions.CompareAssertion
 
setCompOper(int) - Method in class org.apache.jmeter.assertions.SizeAssertion
Set the operator used for the assertion.
setComputeConcatenation(boolean) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
setCurrentElement(TestElement) - Method in class org.apache.jmeter.control.InterleaveControl
setCustomFailureMessage(String) - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setData(double[][]) - Method in class org.apache.jmeter.visualizers.AxisGraph
Expects null array when no data not empty array
setData(double[][]) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setData(double[][]) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setDefaultEmptyValue(boolean) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setDefaultEmptyValue(boolean) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setDefaultEmptyValue(boolean) - Method in class org.apache.jmeter.extractor.RegexExtractor
Set default value to "" value when if it's empty
setDefaultValue(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
Sets the value of the variable if no matches are found
setDefaultValue(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setDefaultValue(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
Sets the value of the variable if no matches are found
setDefaultValue(String) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setDefaultValues() - Method in class org.apache.jmeter.assertions.gui.XMLConfPanel
 
setDefaultValues() - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Set default values on this component
setDefaultValues(String) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
setDelay(String) - Method in class org.apache.jmeter.timers.ConstantTimer
Set the delay for this timer.
setDelimiter(String) - Method in class org.apache.jmeter.config.CSVDataSet
 
setDisplayJMeterProperties(boolean) - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
setDisplayJMeterProperties(boolean) - Method in class org.apache.jmeter.sampler.DebugSampler
 
setDisplayJMeterVariables(boolean) - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
setDisplayJMeterVariables(boolean) - Method in class org.apache.jmeter.sampler.DebugSampler
 
setDisplaySamplerProperties(boolean) - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
setDisplaySystemProperties(boolean) - Method in class org.apache.jmeter.extractor.DebugPostProcessor
 
setDisplaySystemProperties(boolean) - Method in class org.apache.jmeter.sampler.DebugSampler
 
setDoctype(String) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets the doctype setting
setDownloadDTDs(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
 
setDownloadDTDs(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setDuration(String) - Method in class org.apache.jmeter.sampler.TestAction
 
setDuration(long) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setEnd(long) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setEnd(String) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setEndIndex(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
setEndIndex(String) - Method in class org.apache.jmeter.control.ForeachController
 
setErrorsOnly(boolean) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets if errors should be tracked only
setErrorThreshold(long) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets the threshold on error level
setExactLimit(int) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setExpectedValue(String) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setExpectNull(boolean) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setExpression(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setExtractor(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
Set the extractor.
setFailureLimit(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setFailureSubject(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setFileEncoding(String) - Method in class org.apache.jmeter.config.CSVDataSet
 
setFilename(String) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets the name of the tidy output file
setFilename(String) - Method in class org.apache.jmeter.config.CSVDataSet
 
setForeColor(Color) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setFormat(String) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setFragment(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
Should we return fragment as text, rather than text of fragment?
setFromAddress(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setGroupSize(int) - Method in class org.apache.jmeter.timers.SyncTimer
 
setHeight(int) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setHeight(int) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setHeight(int) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setHost(String) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
 
setHTML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Enables html validation mode
setIgnoreFirstLine(boolean) - Method in class org.apache.jmeter.config.CSVDataSet
 
setIncludePath(String) - Method in class org.apache.jmeter.control.IncludeController
In the event an user wants to include an external JMX test plan the GUI would call this.
setIncrement(long) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setIncrement(String) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setIncrYAxisScale(int) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setInputVal(String) - Method in class org.apache.jmeter.control.ForeachController
 
setInterleaveAccrossThreads(boolean) - Method in class org.apache.jmeter.control.InterleaveControl
 
setInvert(boolean) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setIsPerUser(boolean) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setIsRegex(boolean) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setIssuerDn(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setJsonPath(String) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setJsonPathExpressions(String) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
setJsonValidationBool(boolean) - Method in class org.apache.jmeter.assertions.JSONPathAssertion
 
setKey(String) - Method in class org.apache.jmeter.visualizers.SamplerResultTab.RowResult
 
setLabel(String) - Method in class org.apache.jmeter.visualizers.BarGraph
 
setLabel(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphLineBean
 
setLastSelectedTab(int) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
setLastSelectedTab(int) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
 
setLastSelectedTab(int) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
setLastSelectedTab(int) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
setLastSelectedTab(int) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
setLastSelectedTab(int) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
setLastSelectedTab(int) - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
setLeftBoundary(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setLegendFont(Font) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setLegendFont(Font) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setLegendLabels(String[]) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setLegendLabels(String[]) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setLegendPlacement(int) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setLegendPlacement(int) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setLineColor(Color) - Method in class org.apache.jmeter.visualizers.RespTimeGraphLineBean
 
setLockName(String) - Method in class org.apache.jmeter.control.CriticalSectionController
Condition Accessor - this is gonna be any string value
setLogin(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setMailAuthType(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setMatchNumber(int) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
Set which Match to use.
setMatchNumber(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setMatchNumber(int) - Method in class org.apache.jmeter.extractor.HtmlExtractor
Set which Match to use.
setMatchNumber(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setMatchNumber(int) - Method in class org.apache.jmeter.extractor.RegexExtractor
Set which Match to use.
setMatchNumber(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
 
setMatchNumber(int) - Method in class org.apache.jmeter.extractor.XPathExtractor
Set which Match to use.
setMatchNumber(String) - Method in class org.apache.jmeter.extractor.XPathExtractor
Set which Match to use.
setMatchNumbers(String) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
setMaximumValue(String) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setMaxLength(int) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setMaxThroughput(int) - Method in class org.apache.jmeter.control.ThroughputController
 
setMaxThroughput(String) - Method in class org.apache.jmeter.control.ThroughputController
 
setMaxYAxisScale(int) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setMaxYAxisScale(int) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setMinimumValue(String) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setNames(Collection<?>) - Method in class org.apache.jmeter.modifiers.UserParameters
The list of names of the variables to hold values.
setNames(CollectionProperty) - Method in class org.apache.jmeter.modifiers.UserParameters
The list of names of the variables to hold values.
setNamespace(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
Set whether this is namespace aware
setNameSpace(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setNegated(boolean) - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Set this to true, if you want success when the xpath does not match.
setNegated(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
 
setNodeHasMatched(boolean) - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
setNotSigned(boolean) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setOutlinesBarFlag(boolean) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setOutputFormat(String) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setPassword(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setPercentThroughput(float) - Method in class org.apache.jmeter.control.ThroughputController
 
setPercentThroughput(String) - Method in class org.apache.jmeter.control.ThroughputController
 
setPerIteration(boolean) - Method in class org.apache.jmeter.modifiers.UserParameters
 
setPerThread(boolean) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setPerThread(boolean) - Method in class org.apache.jmeter.control.ThroughputController
 
setPointShape(Shape) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setPort(int) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
 
setPreload(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
setProperty(JMeterProperty) - Method in class org.apache.jmeter.config.CSVDataSet
Override the setProperty method in order to convert the original String shareMode property.
setProperty(JMeterProperty) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Override the setProperty method in order to convert the original String calcMode property.
setQueueSize(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Sets the queue size
setQuiet(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
 
setQuiet(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setQuotedData(boolean) - Method in class org.apache.jmeter.config.CSVDataSet
 
setRandomSeed(String) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setRandomSeed(Long) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setRange(double) - Method in class org.apache.jmeter.timers.ConstantTimer
Set the range (not used for this timer).
setRange(double) - Method in class org.apache.jmeter.timers.RandomTimer
Set the range value.
setRange(String) - Method in class org.apache.jmeter.timers.RandomTimer
 
setRecycle(boolean) - Method in class org.apache.jmeter.config.CSVDataSet
 
setRefName(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setRefName(String) - Method in class org.apache.jmeter.extractor.HtmlExtractor
 
setRefName(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
Set the prefix name of the variable to be used to store the regex matches
setRefName(String) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setRefNames(String) - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
setRegex(String) - Method in class org.apache.jmeter.assertions.SubstitutionElement
 
setRegex(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
Set the regex to be used
setReportErrors(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
 
setReportErrors(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setResetOnThreadGroupIteration(boolean) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setResults(JEditorPane) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
setReturnVal(String) - Method in class org.apache.jmeter.control.ForeachController
 
setRightBoundary(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
setRightSide(JTabbedPane) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
setRightSide(JTabbedPane) - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
setSamplerLabel(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
setSamplerResult(Object) - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.RenderAsXPath
setSamplerResult(SampleResult) - Method in class org.apache.jmeter.visualizers.RequestPanel
Put SamplerResult in all request view
setSamplerResult(Object) - Method in interface org.apache.jmeter.visualizers.RequestView
Put the result bean to display in panel
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.RequestViewRaw
 
setSamplerResult(Object) - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
setSamplerResult(Object) - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
setSamplersList(String) - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
setSamplersList(String) - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
setSearchProvider(SearchTextExtension.ISearchTextExtensionProvider) - Method in class org.apache.jmeter.visualizers.SearchTextExtension
 
setSelectedNode(JMeterTreeNode) - Method in class org.apache.jmeter.control.ModuleController
Sets the (@link JMeterTreeNode) which represents the controller which this object is pointing to.
setSelection(String) - Method in class org.apache.jmeter.control.SwitchController
 
setShareMode(String) - Method in class org.apache.jmeter.config.CSVDataSet
 
setShowGrouping(boolean) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setShowGrouping(boolean) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setShowNegated(boolean) - Method in class org.apache.jmeter.assertions.gui.XPathPanel
 
setShowWarnings(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
 
setShowWarnings(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setSignerCertFile(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerCheckByFile(boolean) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerCheckConstraints(boolean) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerDn(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerEmail(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerNoCheck(boolean) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSignerSerial(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setSkipNext(boolean) - Method in class org.apache.jmeter.control.InterleaveControl
 
setSmtpHost(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setSmtpPort(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setSpecificMessagePosition(String) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setStart(long) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setStart(String) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setStartIndex(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
setStartIndex(String) - Method in class org.apache.jmeter.control.ForeachController
 
setStartTime(long) - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
setState(int) - Method in class org.apache.jmeter.assertions.gui.SizeAssertionGui
Set the state of the radio Button.
setStopThread(boolean) - Method in class org.apache.jmeter.config.CSVDataSet
 
setStringsToSkip(Collection<SubstitutionElement>) - Method in class org.apache.jmeter.assertions.CompareAssertion
 
setStrokeWidth(float) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setStyle(int) - Method in class org.apache.jmeter.control.InterleaveControl
 
setStyle(int) - Method in class org.apache.jmeter.control.ThroughputController
 
setSubstitute(String) - Method in class org.apache.jmeter.assertions.SubstitutionElement
 
setSuccessLimit(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setSuccessSubject(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setTarget(int) - Method in class org.apache.jmeter.sampler.TestAction
 
setTemplate(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
 
setTestFieldNetworkSize() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
setTestFieldRequestData() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldRequestHeaders() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseBody() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
setTestFieldResponseCode() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseCode() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
setTestFieldResponseData() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseDataAsDocument() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseHeaders() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseHeaders() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
setTestFieldResponseMessage() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTestFieldResponseMessage() - Method in class org.apache.jmeter.assertions.SizeAssertion
 
setTestFieldURL() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setThreadLists(Collection<?>) - Method in class org.apache.jmeter.modifiers.UserParameters
The thread list is a list of lists.
setThreadLists(CollectionProperty) - Method in class org.apache.jmeter.modifiers.UserParameters
The thread list is a list of lists.
setThroughput(double) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Sets the desired throughput.
setThroughput(double) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
Sets number of generated samples per PreciseThroughputTimer.getThroughputPeriod()
setThroughputPeriod(int) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
setTime(long) - Method in class org.apache.jmeter.visualizers.RespTimeGraphDataBean
 
setTimeout(String) - Method in class org.apache.jmeter.modifiers.SampleTimeout
Set the timeout for this timer.
setTimeoutInMs(long) - Method in class org.apache.jmeter.timers.SyncTimer
 
setTitle(String) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setTitle(String) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setTitle(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setTitleFont(Font) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setTitleFont(Font) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setToAddress(String) - Method in class org.apache.jmeter.reporters.MailerModel
 
setToContainsType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setToEqualsType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setTolerant(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
Set tolerant mode if required
setTolerant(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setToMatchType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setToNotType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setToOrType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setToSubstringType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
setupTabPane() - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
setupTabPane() - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
setupTabPane() - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
setupTabPane() - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
setupTabPane() - Method in class org.apache.jmeter.visualizers.RenderAsXPath
setupTabPane() - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
setupTabPane() - Method in class org.apache.jmeter.visualizers.SamplerResultTab
 
setupTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
setupTest(BackendListenerContext) - Method in interface org.apache.jmeter.visualizers.backend.BackendListenerClient
Do any initialization required by this client.
setupTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
setupTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
setUseField(String) - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
setUseField(String) - Method in class org.apache.jmeter.extractor.RegexExtractor
 
setUseSeparator(boolean) - Method in class org.apache.jmeter.control.ForeachController
 
setValidating(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
Set use validation
setValidating(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setValue(Object) - Method in class org.apache.jmeter.visualizers.SamplerResultTab.RowResult
 
setValueFont(Font) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setValueOrientation(boolean) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setVariableName(String) - Method in class org.apache.jmeter.config.RandomVariableConfig
 
setVariableNames(String) - Method in class org.apache.jmeter.config.CSVDataSet
 
setVarName(String) - Method in class org.apache.jmeter.modifiers.CounterConfig
 
setVerifySignature(boolean) - Method in class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
setWarningThreshold(long) - Method in class org.apache.jmeter.assertions.HTMLAssertion
Sets the threshold on warning level
setWhitespace(boolean) - Method in class org.apache.jmeter.assertions.XPathAssertion
Set whether to ignore element whitespace
setWhitespace(boolean) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setWidth(int) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setWidth(int) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setWidth(int) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setXAxisLabels(String[]) - Method in class org.apache.jmeter.visualizers.AxisGraph
Expects null array when no labels not empty array
setXAxisLabels(String[]) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setXAxisLabels(String[]) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setXAxisTitle(String) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setXAxisTitle(String) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setXAxisTitle(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setXHTML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Enables xhtml validation mode
setXML() - Method in class org.apache.jmeter.assertions.HTMLAssertion
Enables xml validation mode
setXPath(String) - Method in class org.apache.jmeter.assertions.gui.XPathPanel
Set the string that will be used in the xpath evaluation
setXPathQuery(String) - Method in class org.apache.jmeter.extractor.XPathExtractor
 
setXPathString(String) - Method in class org.apache.jmeter.assertions.XPathAssertion
Set the XPath String this will be used as an xpath
setXsdFileName(String) - Method in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
setYAxisLabels(String) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setYAxisLabels(String[]) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setYAxisLabels(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
setYAxisTitle(String) - Method in class org.apache.jmeter.visualizers.AxisGraph
 
setYAxisTitle(String) - Method in class org.apache.jmeter.visualizers.LineGraph
 
setYAxisTitle(String) - Method in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
shape_counter - Variable in class org.apache.jmeter.visualizers.LineGraph
 
showGrouping - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
showGrouping - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
showRenderedResponse(String, SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsHTML
 
showRenderedResponse(String, SampleResult, boolean) - Method in class org.apache.jmeter.visualizers.RenderAsHTML
 
showRenderedResponse(String, SampleResult) - Method in class org.apache.jmeter.visualizers.RenderAsHTMLWithEmbedded
showRenderedResponse(String, SampleResult) - Method in class org.apache.jmeter.visualizers.RenderInBrowser
 
showWarnings() - Method in class org.apache.jmeter.assertions.XPathAssertion
 
showWarnings() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
SimpleDataWriter - Class in org.apache.jmeter.visualizers
This listener can record results to a file but not to the UI.
SimpleDataWriter() - Constructor for class org.apache.jmeter.visualizers.SimpleDataWriter
Create the SimpleDataWriter.
SizeAssertion - Class in org.apache.jmeter.assertions
Checks if the results of a Sample matches a particular size.
SizeAssertion() - Constructor for class org.apache.jmeter.assertions.SizeAssertion
 
SizeAssertionGui - Class in org.apache.jmeter.assertions.gui
SizeAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.SizeAssertionGui
Simple Constructor which initializes the gui component
SMIMEAssertionGui - Class in org.apache.jmeter.assertions.gui
 
SMIMEAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.SMIMEAssertionGui
 
SMIMEAssertionTestElement - Class in org.apache.jmeter.assertions
 
SMIMEAssertionTestElement() - Constructor for class org.apache.jmeter.assertions.SMIMEAssertionTestElement
 
SocketConnectionInfos - Class in org.apache.jmeter.visualizers.backend.graphite
Bean to embed host/port to Graphite
SocketConnectionInfos(String, int) - Constructor for class org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
 
SocketOutputStream - Class in org.apache.jmeter.visualizers.backend.graphite
Convenience class for writing bytes to a Socket.
SocketOutputStream(InetSocketAddress) - Constructor for class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStream
 
SocketOutputStream(Socket) - Constructor for class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStream
 
SocketOutputStreamPoolFactory - Class in org.apache.jmeter.visualizers.backend.graphite
Pool Factory of SocketOutputStream
SocketOutputStreamPoolFactory(int, int) - Constructor for class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 
stateChanged(ChangeEvent) - Method in class org.apache.jmeter.assertions.gui.JSONPathAssertionGui
 
stateChanged(ChangeEvent) - Method in class org.apache.jmeter.visualizers.MailerVisualizer
StatGraphProperties - Class in org.apache.jmeter.visualizers
 
StatGraphProperties() - Constructor for class org.apache.jmeter.visualizers.StatGraphProperties
 
StatGraphVisualizer - Class in org.apache.jmeter.visualizers
Aggregrate Table-Based Reporting Visualizer for JMeter.
StatGraphVisualizer() - Constructor for class org.apache.jmeter.visualizers.StatGraphVisualizer
 
StatVisualizer - Class in org.apache.jmeter.visualizers
Aggregrate Table-Based Reporting Visualizer for JMeter.
StatVisualizer() - Constructor for class org.apache.jmeter.visualizers.StatVisualizer
 
STOP - Static variable in class org.apache.jmeter.sampler.TestAction
 
STOP_NOW - Static variable in class org.apache.jmeter.sampler.TestAction
 
strokeWidth - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
SUBSTITUTE - Static variable in class org.apache.jmeter.assertions.SubstitutionElement
 
SubstitutionElement - Class in org.apache.jmeter.assertions
 
SubstitutionElement() - Constructor for class org.apache.jmeter.assertions.SubstitutionElement
 
SummaryReport - Class in org.apache.jmeter.visualizers
Simpler (lower memory) version of Aggregate Report (StatVisualizer).
SummaryReport() - Constructor for class org.apache.jmeter.visualizers.SummaryReport
 
SwitchController - Class in org.apache.jmeter.control
Implements a controller which selects at most one of its children based on the condition value, which may be a number or a string.
SwitchController() - Constructor for class org.apache.jmeter.control.SwitchController
 
SwitchControllerGui - Class in org.apache.jmeter.control.gui
 
SwitchControllerGui() - Constructor for class org.apache.jmeter.control.gui.SwitchControllerGui
 
SyncTimer - Class in org.apache.jmeter.timers
The purpose of the SyncTimer is to block threads until X number of threads have been blocked, and then they are all released at once.
SyncTimer() - Constructor for class org.apache.jmeter.timers.SyncTimer
 
SyncTimerBeanInfo - Class in org.apache.jmeter.timers
 
SyncTimerBeanInfo() - Constructor for class org.apache.jmeter.timers.SyncTimerBeanInfo
 

T

tableModel - Variable in class org.apache.jmeter.visualizers.PropertyControlGui
The model for the arguments table.
TableVisualizer - Class in org.apache.jmeter.visualizers
This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process.
TableVisualizer() - Constructor for class org.apache.jmeter.visualizers.TableVisualizer
Constructor for the TableVisualizer object.
TableVisualizer.SampleSuccessFunctor - Class in org.apache.jmeter.visualizers
 
teardownTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient
 
teardownTest(BackendListenerContext) - Method in interface org.apache.jmeter.visualizers.backend.BackendListenerClient
Do any clean-up required at the end of a test run.
teardownTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
teardownTest(BackendListenerContext) - Method in class org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient
 
TEST - Static variable in class org.apache.jmeter.sampler.TestAction
 
TestAction - Class in org.apache.jmeter.sampler
Dummy Sampler used to pause or stop a thread or the test; intended for use in Conditional Controllers.
TestAction() - Constructor for class org.apache.jmeter.sampler.TestAction
 
TestActionGui - Class in org.apache.jmeter.sampler.gui
 
TestActionGui() - Constructor for class org.apache.jmeter.sampler.gui.TestActionGui
 
testEnded() - Method in class org.apache.jmeter.config.KeystoreConfig
 
testEnded(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
testEnded() - Method in class org.apache.jmeter.control.CriticalSectionController
 
testEnded(String) - Method in class org.apache.jmeter.control.CriticalSectionController
 
testEnded() - Method in class org.apache.jmeter.control.ThroughputController
 
testEnded(String) - Method in class org.apache.jmeter.control.ThroughputController
 
testEnded() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
testEnded(String) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
testEnded() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
testEnded(String) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
testEnded() - Method in class org.apache.jmeter.timers.SyncTimer
testEnded(String) - Method in class org.apache.jmeter.timers.SyncTimer
Reset timerCounter
testEnded(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
Method called at the end of the test.
testEnded() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
testFunctors() - Static method in class org.apache.jmeter.visualizers.StatGraphVisualizer
 
testFunctors() - Static method in class org.apache.jmeter.visualizers.StatVisualizer
Deprecated.
- only for use in testing
testFunctors() - Static method in class org.apache.jmeter.visualizers.SummaryReport
Deprecated.
- only for use in testing
testFunctors() - Static method in class org.apache.jmeter.visualizers.TableVisualizer
 
testStarted() - Method in class org.apache.jmeter.config.KeystoreConfig
 
testStarted(String) - Method in class org.apache.jmeter.config.KeystoreConfig
 
testStarted() - Method in class org.apache.jmeter.control.CriticalSectionController
 
testStarted(String) - Method in class org.apache.jmeter.control.CriticalSectionController
 
testStarted() - Method in class org.apache.jmeter.control.ThroughputController
 
testStarted(String) - Method in class org.apache.jmeter.control.ThroughputController
 
testStarted() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Get the timer ready to compute delays for a new test.
testStarted(String) - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
testStarted() - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
testStarted(String) - Method in class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer
 
testStarted() - Method in class org.apache.jmeter.timers.SyncTimer
testStarted(String) - Method in class org.apache.jmeter.timers.SyncTimer
Reset timerCounter
testStarted() - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
testStarted(String) - Method in class org.apache.jmeter.visualizers.backend.BackendListener
 
TEXT_COMMAND - Static variable in class org.apache.jmeter.visualizers.SamplerResultTab
 
THREAD - Static variable in class org.apache.jmeter.sampler.TestAction
 
THREAD_VALUES - Static variable in class org.apache.jmeter.modifiers.UserParameters
 
threadFinished() - Method in class org.apache.jmeter.assertions.XMLAssertion
 
threadFinished() - Method in class org.apache.jmeter.control.CriticalSectionController
 
threadFinished() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
threadFinished() - Method in class org.apache.jmeter.modifiers.SampleTimeout
 
threadFinished() - Method in class org.apache.jmeter.timers.SyncTimer
 
threadStarted() - Method in class org.apache.jmeter.assertions.XMLAssertion
 
threadStarted() - Method in class org.apache.jmeter.control.CriticalSectionController
 
threadStarted() - Method in class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor
 
threadStarted() - Method in class org.apache.jmeter.modifiers.SampleTimeout
 
threadStarted() - Method in class org.apache.jmeter.timers.SyncTimer
 
ThroughputController - Class in org.apache.jmeter.control
This class represents a controller that can control the number of times that it is executed, either by the total number of times the user wants the controller executed (BYNUMBER) or by the percentage of time it is called (BYPERCENT) The current implementation executes the first N samples (BYNUMBER) or the last N% of samples (BYPERCENT).
ThroughputController() - Constructor for class org.apache.jmeter.control.ThroughputController
 
ThroughputControllerGui - Class in org.apache.jmeter.control.gui
 
ThroughputControllerGui() - Constructor for class org.apache.jmeter.control.gui.ThroughputControllerGui
 
title - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
title - Variable in class org.apache.jmeter.visualizers.LineGraph
 
title - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
titleFont - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
titleFont - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
toString() - Method in class org.apache.jmeter.control.gui.TreeNodeWrapper
}
toString() - Method in class org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer
toString() - Method in class org.apache.jmeter.modifiers.SampleTimeout
Provide a description of this class.
toString() - Method in class org.apache.jmeter.reporters.MailerModel
Returns a String-representation of this object.
toString() - Method in enum org.apache.jmeter.timers.ConstantThroughputTimer.Mode
 
toString() - Method in class org.apache.jmeter.timers.ConstantThroughputTimer
Provide a description of this timer class.
toString() - Method in class org.apache.jmeter.timers.ConstantTimer
Provide a description of this timer class.
toString() - Method in class org.apache.jmeter.timers.GaussianRandomTimer
 
toString() - Method in class org.apache.jmeter.timers.PoissonRandomTimer
Provide a description of this timer class.
toString() - Method in class org.apache.jmeter.timers.UniformRandomTimer
 
toString() - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStream
 
toString() - Method in class org.apache.jmeter.visualizers.GraphVisualizer
 
toString() - Method in class org.apache.jmeter.visualizers.MailerVisualizer
 
toString() - Method in class org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
toString() - Method in class org.apache.jmeter.visualizers.RenderAsCssJQuery
toString() - Method in class org.apache.jmeter.visualizers.RenderAsDocument
toString() - Method in class org.apache.jmeter.visualizers.RenderAsHTML
toString() - Method in class org.apache.jmeter.visualizers.RenderAsHTMLFormatted
toString() - Method in class org.apache.jmeter.visualizers.RenderAsHTMLWithEmbedded
toString() - Method in class org.apache.jmeter.visualizers.RenderAsJSON
toString() - Method in class org.apache.jmeter.visualizers.RenderAsRegexp
toString() - Method in class org.apache.jmeter.visualizers.RenderAsText
toString() - Method in class org.apache.jmeter.visualizers.RenderAsXML
toString() - Method in class org.apache.jmeter.visualizers.RenderAsXPath
toString() - Method in class org.apache.jmeter.visualizers.RenderInBrowser
toString() - Method in interface org.apache.jmeter.visualizers.ResultRenderer
 
toString() - Method in class org.apache.jmeter.visualizers.TableVisualizer
 
TreeNodeRenderer - Class in org.apache.jmeter.visualizers
Tree cell renderer used by ComparisonVisualizer.
TreeNodeRenderer() - Constructor for class org.apache.jmeter.visualizers.TreeNodeRenderer
 
TreeNodeWrapper - Class in org.apache.jmeter.control.gui
Used in JComboBoxes to reference JMeterTreeNodes
TreeNodeWrapper(JMeterTreeNode, String) - Constructor for class org.apache.jmeter.control.gui.TreeNodeWrapper
 
triggerEndOfLoop() - Method in class org.apache.jmeter.control.ForeachController

U

UniformRandomTimer - Class in org.apache.jmeter.timers
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a uniformly distributed variation.
UniformRandomTimer() - Constructor for class org.apache.jmeter.timers.UniformRandomTimer
 
UniformRandomTimerGui - Class in org.apache.jmeter.timers.gui
Implementation of a uniform random timer.
UniformRandomTimerGui() - Constructor for class org.apache.jmeter.timers.gui.UniformRandomTimerGui
 
unsetNotType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
unsetOrType() - Method in class org.apache.jmeter.assertions.ResponseAssertion
 
updateGui(RunningSample) - Method in interface org.apache.jmeter.visualizers.AccumListener
 
updateGui(Sample) - Method in class org.apache.jmeter.visualizers.Graph
 
updateGui(Sample) - Method in interface org.apache.jmeter.visualizers.GraphListener
 
updateGui() - Method in interface org.apache.jmeter.visualizers.GraphListener
 
updateGui(Sample) - Method in class org.apache.jmeter.visualizers.GraphVisualizer
Deprecated.
updateState() - Method in class org.apache.jmeter.visualizers.SearchableTreeNode
 
updateTextFields(SampleResult) - Method in class org.apache.jmeter.visualizers.TableVisualizer
 
USE_BODY - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_BODY_AS_DOCUMENT - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_BODY_UNESCAPED - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_CODE - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_HDRS - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_MESSAGE - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_REGEXP_FOR_SAMPLERS_LIST - Static variable in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
USE_REGEXP_FOR_SAMPLERS_LIST_DEFAULT - Static variable in class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
 
USE_REQUEST_HDRS - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
USE_SUB_CONTROLLERS - Static variable in class org.apache.jmeter.control.InterleaveControl
 
USE_URL - Static variable in class org.apache.jmeter.extractor.RegexExtractor
 
useBody() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useBody() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useBodyAsDocument() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useBodyAsDocument() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useCode() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useCode() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useHeaders() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useHeaders() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useMessage() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useMessage() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useNameSpace() - Method in class org.apache.jmeter.extractor.XPathExtractor
 
USER_DEFINED_COLORS_PROPERTY_FILE - Static variable in class org.apache.jmeter.visualizers.utils.Colors
 
useRequestHeaders() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useRequestHeaders() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
UserMetric - Class in org.apache.jmeter.visualizers.backend
User metric
UserMetric() - Constructor for class org.apache.jmeter.visualizers.backend.UserMetric
 
UserParameters - Class in org.apache.jmeter.modifiers
 
UserParameters() - Constructor for class org.apache.jmeter.modifiers.UserParameters
 
UserParametersGui - Class in org.apache.jmeter.modifiers.gui
 
UserParametersGui() - Constructor for class org.apache.jmeter.modifiers.gui.UserParametersGui
 
useUnescapedBody() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useUnescapedBody() - Method in class org.apache.jmeter.extractor.RegexExtractor
 
useUrl() - Method in class org.apache.jmeter.extractor.BoundaryExtractor
 
useUrl() - Method in class org.apache.jmeter.extractor.RegexExtractor
 

V

validateObject(SocketConnectionInfos, PooledObject<SocketOutputStream>) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 
VALIDATION_TPC_FORCE_100_PERCENT - Static variable in class org.apache.jmeter.validation.ComponentTreeClonerForValidation
For 100% on ThroughputController
validXPath(String, boolean) - Static method in class org.apache.jmeter.assertions.gui.XPathPanel
Test whether an XPath is valid.
valueChanged(TreeSelectionEvent) - Method in class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
valueFont - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
valueOf(String) - Static method in enum org.apache.jmeter.reporters.MailerModel.MailAuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jmeter.timers.ConstantThroughputTimer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jmeter.visualizers.backend.WindowMode
Returns the enum constant of this type with the specified name.
valueOrientation - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
values() - Static method in enum org.apache.jmeter.reporters.MailerModel.MailAuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jmeter.timers.ConstantThroughputTimer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jmeter.visualizers.backend.WindowMode
Returns an array containing the constants of this enum type, in the order they are declared.
ViewResultsFullVisualizer - Class in org.apache.jmeter.visualizers
Base for ViewResults
ViewResultsFullVisualizer() - Constructor for class org.apache.jmeter.visualizers.ViewResultsFullVisualizer
Constructor

W

W3C_XML_SCHEMA - Static variable in class org.apache.jmeter.assertions.XMLSchemaAssertion
 
warning(SAXParseException) - Method in class org.apache.jmeter.assertions.LogErrorHandler
 
WARNING_THRESHOLD_KEY - Static variable in class org.apache.jmeter.assertions.HTMLAssertion
 
width - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
width - Variable in class org.apache.jmeter.visualizers.LineGraph
 
width - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
WindowMode - Enum in org.apache.jmeter.visualizers.backend
Metrics are sent into boxes which can be a fixed-size sliding window or time boxed.
wrap(SocketOutputStream) - Method in class org.apache.jmeter.visualizers.backend.graphite.SocketOutputStreamPoolFactory
 

X

XAXIS_TIME_FORMAT - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
xAxisLabels - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
xAxisLabels - Variable in class org.apache.jmeter.visualizers.LineGraph
 
xAxisLabels - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
xAxisTitle - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
xAxisTitle - Variable in class org.apache.jmeter.visualizers.LineGraph
 
xAxisTitle - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
XMLAssertion - Class in org.apache.jmeter.assertions
Checks if the result is a well-formed XML content using XMLReader
XMLAssertion() - Constructor for class org.apache.jmeter.assertions.XMLAssertion
 
XMLAssertionGui - Class in org.apache.jmeter.assertions.gui
 
XMLAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.XMLAssertionGui
The constructor.
XMLConfPanel - Class in org.apache.jmeter.assertions.gui
 
XMLConfPanel() - Constructor for class org.apache.jmeter.assertions.gui.XMLConfPanel
 
XMLDefaultMutableTreeNode - Class in org.apache.jmeter.visualizers
A extended class of DefaultMutableTreeNode except that it also attached XML node and convert XML document into DefaultMutableTreeNode.
XMLDefaultMutableTreeNode() - Constructor for class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode
Deprecated.
only for use by test code
XMLDefaultMutableTreeNode(Node) - Constructor for class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode
 
XMLDefaultMutableTreeNode(String, Node) - Constructor for class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode
 
XMLSchemaAssertion - Class in org.apache.jmeter.assertions
XMLSchemaAssertion.java Validate response against an XML Schema author
XMLSchemaAssertion() - Constructor for class org.apache.jmeter.assertions.XMLSchemaAssertion
 
XMLSchemaAssertionGUI - Class in org.apache.jmeter.assertions.gui
XMLSchemaAssertionGUI.java
XMLSchemaAssertionGUI() - Constructor for class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUI
The constructor.
XPathAssertion - Class in org.apache.jmeter.assertions
Checks if the result is a well-formed XML content and whether it matches an XPath
XPathAssertion() - Constructor for class org.apache.jmeter.assertions.XPathAssertion
 
XPathAssertionGui - Class in org.apache.jmeter.assertions.gui
 
XPathAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.XPathAssertionGui
 
XPathExtractor - Class in org.apache.jmeter.extractor
Extracts text from (X)HTML response using XPath query language Example XPath queries: /html/head/title extracts Title from HTML response //form[@name='countryForm']//select[@name='country']/option[text()='Czech Republic'])/@value extracts value attribute of option element that match text 'Czech Republic' inside of select element with name attribute 'country' inside of form with name attribute 'countryForm' //head extracts the XML fragment for head node.
XPathExtractor() - Constructor for class org.apache.jmeter.extractor.XPathExtractor
 
XPathExtractorGui - Class in org.apache.jmeter.extractor.gui
GUI for XPathExtractor class.
XPathExtractorGui() - Constructor for class org.apache.jmeter.extractor.gui.XPathExtractorGui
 
XPathPanel - Class in org.apache.jmeter.assertions.gui
Gui component for representing a xpath expression
XPathPanel() - Constructor for class org.apache.jmeter.assertions.gui.XPathPanel
 
XSD_FILENAME_KEY - Static variable in class org.apache.jmeter.assertions.XMLSchemaAssertion
 

Y

YAXIS_INCREMENT_SCALE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
YAXIS_NUMBER_GROUPING - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
YAXIS_SCALE_MAX_VALUE - Static variable in class org.apache.jmeter.visualizers.RespTimeGraphVisualizer
 
yAxisLabel - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
yAxisLabel - Variable in class org.apache.jmeter.visualizers.LineGraph
 
yAxisLabel - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
yAxisTitle - Variable in class org.apache.jmeter.visualizers.AxisGraph
 
yAxisTitle - Variable in class org.apache.jmeter.visualizers.LineGraph
 
yAxisTitle - Variable in class org.apache.jmeter.visualizers.RespTimeGraphChart
 
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 
Skip navigation links
Apache JMeter

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