- ABOUT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- AboutCommand - Class in org.apache.jmeter.gui.action
-
About Command.
- AboutCommand() - Constructor for class org.apache.jmeter.gui.action.AboutCommand
-
- AbstractAction - Class in org.apache.jmeter.gui.action
-
- AbstractAction() - Constructor for class org.apache.jmeter.gui.action.AbstractAction
-
- AbstractActionWithNoRunningTest - Class in org.apache.jmeter.gui.action
-
- AbstractActionWithNoRunningTest() - Constructor for class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
-
- AbstractAggregatorFactory - Class in org.apache.jmeter.report.processor
-
A factory for creating AbstractAggregator objects.
- AbstractAggregatorFactory() - Constructor for class org.apache.jmeter.report.processor.AbstractAggregatorFactory
-
Instantiates a new abstract aggregator factory.
- AbstractAssertionGui - Class in org.apache.jmeter.assertions.gui
-
This is the base class for JMeter GUI components which manage assertions.
- AbstractAssertionGui() - Constructor for class org.apache.jmeter.assertions.gui.AbstractAssertionGui
-
- AbstractConfigGui - Class in org.apache.jmeter.config.gui
-
This is the base class for JMeter GUI components which provide configuration
for some other component.
- AbstractConfigGui() - Constructor for class org.apache.jmeter.config.gui.AbstractConfigGui
-
- AbstractControllerGui - Class in org.apache.jmeter.control.gui
-
This is the base class for JMeter GUI components which manage controllers.
- AbstractControllerGui() - Constructor for class org.apache.jmeter.control.gui.AbstractControllerGui
-
- AbstractDataExporter - Class in org.apache.jmeter.report.dashboard
-
The Class AbstractDataExporter provides a base class for DataExporter.
- AbstractDataExporter() - Constructor for class org.apache.jmeter.report.dashboard.AbstractDataExporter
-
Instantiates a new abstract data exporter.
- AbstractFunction - Class in org.apache.jmeter.functions
-
Provides common methods for all functions
- AbstractFunction() - Constructor for class org.apache.jmeter.functions.AbstractFunction
-
- AbstractGraphConsumer - Class in org.apache.jmeter.report.processor.graph
-
The class AbstractGraphConsumer provides a consumer that build a sorted map
from samples.
- AbstractGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Instantiates a new abstract graph consumer.
- AbstractJMeterGuiComponent - Class in org.apache.jmeter.gui
-
This abstract class takes care of the most basic functions necessary to
create a viable JMeter GUI component.
- AbstractJMeterGuiComponent() - Constructor for class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
When constructing a new component, this takes care of basic tasks like
setting up the Name Panel and assigning the class's static label as the
name to start.
- AbstractListenerElement - Class in org.apache.jmeter.reporters
-
Base class for Listeners
- AbstractListenerElement() - Constructor for class org.apache.jmeter.reporters.AbstractListenerElement
-
- AbstractListenerGui - Class in org.apache.jmeter.visualizers.gui
-
Basic Listener/Visualiser Gui class to correspond with AbstractPreProcessorGui etc.
- AbstractListenerGui() - Constructor for class org.apache.jmeter.visualizers.gui.AbstractListenerGui
-
- AbstractOverTimeGraphConsumer - Class in org.apache.jmeter.report.processor.graph
-
The class AbstractOverTimeGraphConsumer provides a base class for over time
graphs.
- AbstractOverTimeGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
Instantiates a new abstract over time graph consumer.
- AbstractPostProcessorGui - Class in org.apache.jmeter.processor.gui
-
This is the base class for JMeter GUI components which manage PostProcessors.
- AbstractPostProcessorGui() - Constructor for class org.apache.jmeter.processor.gui.AbstractPostProcessorGui
-
- AbstractPreProcessorGui - Class in org.apache.jmeter.processor.gui
-
- AbstractPreProcessorGui() - Constructor for class org.apache.jmeter.processor.gui.AbstractPreProcessorGui
-
- AbstractProperty - Class in org.apache.jmeter.testelement.property
-
- AbstractProperty(String) - Constructor for class org.apache.jmeter.testelement.property.AbstractProperty
-
- AbstractProperty() - Constructor for class org.apache.jmeter.testelement.property.AbstractProperty
-
- AbstractSampleConsumer - Class in org.apache.jmeter.report.processor
-
Base class for sample consumer implementations.
- AbstractSampleConsumer() - Constructor for class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- AbstractSampleProcessor - Class in org.apache.jmeter.report.processor
-
Base for sample processor implementations
Implements basic logic for setting sample context and handling channel
attributes.
- AbstractSampleProcessor() - Constructor for class org.apache.jmeter.report.processor.AbstractSampleProcessor
-
- AbstractSampler - Class in org.apache.jmeter.samplers
-
- AbstractSampler() - Constructor for class org.apache.jmeter.samplers.AbstractSampler
-
- AbstractSamplerGui - Class in org.apache.jmeter.samplers.gui
-
This is the base class for JMeter GUI components which manage samplers.
- AbstractSamplerGui() - Constructor for class org.apache.jmeter.samplers.gui.AbstractSamplerGui
-
- AbstractSampleSender - Class in org.apache.jmeter.samplers
-
Base class for SampleSender implementations
- AbstractSampleSender() - Constructor for class org.apache.jmeter.samplers.AbstractSampleSender
-
- AbstractSampleSource - Class in org.apache.jmeter.report.processor
-
- AbstractSampleSource() - Constructor for class org.apache.jmeter.report.processor.AbstractSampleSource
-
Instantiates a new abstract sample source.
- AbstractSampleWriter - Class in org.apache.jmeter.report.core
-
Base class for implementing sample writer.
- AbstractSampleWriter() - Constructor for class org.apache.jmeter.report.core.AbstractSampleWriter
-
- AbstractScopedAssertion - Class in org.apache.jmeter.testelement
-
Super-class for all Assertions that can be applied to main sample, sub-samples or both.
- AbstractScopedAssertion() - Constructor for class org.apache.jmeter.testelement.AbstractScopedAssertion
-
- AbstractScopedJMeterGuiComponent - Class in org.apache.jmeter.gui
-
- AbstractScopedJMeterGuiComponent() - Constructor for class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
- AbstractScopedTestElement - Class in org.apache.jmeter.testelement
-
Super-class for TestElements that can be applied to main sample, sub-samples or both.
- AbstractScopedTestElement() - Constructor for class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- AbstractSeriesSelector - Class in org.apache.jmeter.report.processor.graph
-
The class AbstractSeriesSelector provide an abstract base class for
GraphSeriesSelector.
- AbstractSeriesSelector() - Constructor for class org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
-
Instantiates a new abstract series selector.
- AbstractSeriesSelector(boolean) - Constructor for class org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
-
Instantiates a new abstract series selector.
- AbstractSummaryConsumer<TData> - Class in org.apache.jmeter.report.processor
-
The class AbstractSummaryConsumer provides a base class for data of the
dashboard page.
- AbstractSummaryConsumer(boolean) - Constructor for class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Instantiates a new abstract summary consumer.
- AbstractSummaryConsumer.SummaryInfo - Class in org.apache.jmeter.report.processor
-
The class SummaryInfo stores intermediate results.
- AbstractTestElement - Class in org.apache.jmeter.testelement
-
- AbstractTestElement() - Constructor for class org.apache.jmeter.testelement.AbstractTestElement
-
- AbstractTestElementBeanInfo - Class in org.apache.jmeter.testelement
-
This is the BeanInfo object for the AbstractTestElement class.
- AbstractTestElementBeanInfo() - Constructor for class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
-
- AbstractThreadGroup - Class in org.apache.jmeter.threads
-
ThreadGroup holds the settings for a JMeter thread group.
- AbstractThreadGroup() - Constructor for class org.apache.jmeter.threads.AbstractThreadGroup
-
- AbstractThreadGroupGui - Class in org.apache.jmeter.threads.gui
-
- AbstractThreadGroupGui() - Constructor for class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- AbstractTimerGui - Class in org.apache.jmeter.timers.gui
-
This is the base class for JMeter GUI components which manage timers.
- AbstractTimerGui() - Constructor for class org.apache.jmeter.timers.gui.AbstractTimerGui
-
- AbstractVersusRequestsGraphConsumer - Class in org.apache.jmeter.report.processor.graph
-
The class AbstractOverTimeGraphConsumer provides a base class for over time
graphs.
- AbstractVersusRequestsGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
Instantiates a new abstract over time graph consumer.
- AbstractVisualizer - Class in org.apache.jmeter.visualizers.gui
-
This is the base class for JMeter GUI components which can display test
results in some way.
- AbstractVisualizer() - Constructor for class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- accept(File) - Method in class org.apache.jmeter.gui.JMeterFileFilter
-
Determine if the specified file is allowed by this filter.
- accept(String) - Method in class org.apache.jmeter.gui.JMeterFileFilter
-
Determine if the specified filename is allowed by this filter.
- accept(ResultDataVisitor<T>) - Method in class org.apache.jmeter.report.processor.ListResultData
-
- accept(ResultDataVisitor<T>) - Method in class org.apache.jmeter.report.processor.MapResultData
-
- accept(ResultDataVisitor<T>) - Method in interface org.apache.jmeter.report.processor.ResultData
-
Accepts the specified visitor.
- accept(ResultDataVisitor<T>) - Method in class org.apache.jmeter.report.processor.ValueResultData
-
- ACTION_SHUTDOWN - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ACTION_SHUTDOWN - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ACTION_START - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ACTION_START - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ACTION_START_NO_TIMERS - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ACTION_STOP - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ACTION_STOP - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ActionNames - Class in org.apache.jmeter.gui.action
-
Collect all the action names together in one place.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.config.gui.RowDetailDialog
-
Do search
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.control.gui.LoopControlPanel
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.control.gui.RunTimeGui
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.functions.gui.FunctionHelper
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.action.CheckDirty
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.action.SearchTreeDialog
-
Do search
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.action.SelectTemplatesDialog
-
Do search
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.action.StopStoppables
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.MainFrame
-
Handles click on warnIndicator
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.SavePropertyDialog
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.util.FileListPanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.util.FilePanelEntry
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
When a radio button is clicked, an ActionEvent is triggered.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
When an action is performed, editing is ended.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.gui.util.TextBoxDialoger
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.testbeans.gui.FileEditor
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.util.ScopePanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- ActionRouter - Class in org.apache.jmeter.gui.action
-
- activeThreads - Variable in class org.apache.jmeter.threads.JMeterContextService.ThreadCounts
-
- ActiveThreadsGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ActiveThreadsGraphConsumer provides a graph to visualize active threads
per time period (defined by granularity)
- ActiveThreadsGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer
-
- ADD - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- add(JMeterTreeModel, String) - Method in class org.apache.jmeter.gui.UndoHistory
-
Add tree model copy to the history
This method relies on the rule that the record in history made AFTER
change has been made to test plan
- add(Component) - Method in class org.apache.jmeter.gui.util.HorizontalPanel
- add(Component) - Method in class org.apache.jmeter.gui.util.VerticalPanel
- add(String) - Method in class org.apache.jmeter.report.core.SampleBuilder
-
- add(long) - Method in class org.apache.jmeter.report.core.SampleBuilder
-
- add(double) - Method in class org.apache.jmeter.report.core.SampleBuilder
-
- add(SampleResult) - Method in class org.apache.jmeter.reporters.ResultCollectorHelper
-
- add(SampleResult) - Method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
- add(SampleResult) - Method in interface org.apache.jmeter.visualizers.Visualizer
-
This method is called by sampling thread to inform the visualizer about
the arrival of a new sample.
- ADD_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ADD_PARENT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ADD_THINK_TIME_BETWEEN_EACH_STEP - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- ADD_TIMESTAMP - Static variable in class org.apache.jmeter.reporters.ResultSaver
-
- addArgument(String, String) - Method in class org.apache.jmeter.config.Arguments
-
Add a new argument with the given name and value.
- addArgument(Argument) - Method in class org.apache.jmeter.config.Arguments
-
Add a new argument.
- addArgument(String, String, String) - Method in class org.apache.jmeter.config.Arguments
-
Add a new argument with the given name, value, and metadata.
- addArgument(String, String, String, String) - Method in class org.apache.jmeter.config.Arguments
-
Add a new argument with the given name, value, metadata and description
- addArgument() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Add a new argument row to the table.
- addArgument() - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
Add a new argument row to the table.
- addAssertion(Assertion) - Method in class org.apache.jmeter.samplers.Entry
-
- addAssertion(Assertion) - Method in class org.apache.jmeter.threads.SamplePackage
-
Add Assertion
- addAssertionResult(AssertionResult) - Method in class org.apache.jmeter.samplers.SampleResult
-
- addBytes(long) - Method in class org.apache.jmeter.util.Calculator
-
add received bytes
- addChangeListener(ChangeListener) - Method in class org.apache.jmeter.gui.util.FileListPanel
-
- addChangeListener(ChangeListener) - Method in class org.apache.jmeter.gui.util.FilePanelEntry
-
- addChangeListener(ChangeListener) - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
- addComponent(TestElement, JMeterTreeNode) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
- addConfigElement(ConfigElement) - Method in interface org.apache.jmeter.config.ConfigElement
-
Add a configuration element to this one.
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.config.ConfigTestElement
-
Add a configuration element to this one.
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.samplers.Entry
-
- addConfigElement(ConfigElement, Class<?>) - Method in class org.apache.jmeter.samplers.Entry
-
Add a config element as a specific class.
- addEditMenu(JPopupMenu, boolean) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- addEmptyArgument() - Method in class org.apache.jmeter.config.Arguments
-
Add a new empty argument to the list.
- addFileMenu(JPopupMenu) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- addFileMenu(JPopupMenu, boolean) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- addFilename(String) - Method in class org.apache.jmeter.gui.util.FileListPanel
-
Add a single file to the table
- addFromClipboard(String, String) - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Add values from the clipboard
- addFromClipboard() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- addItem(Object) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- addIterationListener(LoopIterationListener) - Method in interface org.apache.jmeter.control.Controller
-
Controllers have to notify listeners of when they begin an iteration
through their sub-elements.
- addIterationListener(LoopIterationListener) - Method in class org.apache.jmeter.control.GenericController
-
- addIterationListener(LoopIterationListener) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Controllers have to notify listeners of when they begin an iteration
through their sub-elements.
- addJMeterVariables(JMeterVariables) - Method in class org.apache.jmeter.testelement.VariablesCollection
-
- addLocaleChangeListener(LocaleChangeListener) - Static method in class org.apache.jmeter.util.JMeterUtils
-
- addMouseListener(MouseListener) - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- addNewColumn(String, Class<?>) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- addNewRow() - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- addNewThread(int, StandardJMeterEngine) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
- addNewThread(int, StandardJMeterEngine) - Method in class org.apache.jmeter.threads.ThreadGroup
-
- addNode(Object, HashTree) - Method in class org.apache.jmeter.engine.ConvertListeners
- addNode(Object, HashTree) - Method in class org.apache.jmeter.engine.PreCompiler
- addNode(Object, HashTree) - Method in class org.apache.jmeter.engine.TreeCloner
- addNode(Object, HashTree) - Method in class org.apache.jmeter.engine.TurnElementsOn
- addNode(Object, HashTree) - Method in class org.apache.jmeter.gui.action.CheckDirty
-
The tree traverses itself depth-first, calling addNode for each
object it encounters as it goes.
- addNode(Object, HashTree) - Method in class org.apache.jmeter.threads.FindTestElementsUpToRootTraverser
- addNode(Object, HashTree) - Method in class org.apache.jmeter.threads.TestCompiler
- addNodeToTree(Object) - Method in class org.apache.jmeter.engine.TreeCloner
-
- addNodeToTree(Object) - Method in class org.apache.jmeter.engine.TreeClonerNoTimer
-
Doesn't add Timer to tree
- addNodeToTree(Object) - Method in class org.apache.jmeter.gui.action.validation.TreeClonerForValidation
-
- addParameter(String, String) - Method in class org.apache.jmeter.testelement.TestPlan
-
- AddParent - Class in org.apache.jmeter.gui.action
-
Implements the Add Parent menu command
- AddParent() - Constructor for class org.apache.jmeter.gui.action.AddParent
-
- addParentToTree(TestElement) - Method in class org.apache.jmeter.gui.action.AddParent
-
- addPasteResetMenu(JPopupMenu) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- addPath(String) - Static method in class org.apache.jmeter.NewDriver
-
Add a directory or jar to the loader and system classpaths.
- addPostActionListener(Class<?>, ActionListener) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Allows an ActionListener to receive notification of a command being
executed after the command has executed.
- addPostProcessor(PostProcessor) - Method in class org.apache.jmeter.threads.SamplePackage
-
Add Post processor
- addPreActionListener(Class<?>, ActionListener) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Allows an ActionListener to receive notification of a command being
executed prior to the actual execution of the command.
- addPreProcessor(PreProcessor) - Method in class org.apache.jmeter.threads.SamplePackage
-
Add Pre processor
- addPropertiesValues(List<String>, Set<String>) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Add to result the values of propertyNames
- addProperty(JMeterProperty, boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Add property to test element
- addProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Add property to test element without cloning it
- addProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Add a property to the collection.
- addProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Add a property to the collection.
- addProperty(String, JMeterProperty) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
- addProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.MultiProperty
-
Add a property to the collection.
- addProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
Add a property to the collection.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jmeter.testbeans.gui.FileEditor
- addRawSubResult(SampleResult) - Method in class org.apache.jmeter.samplers.SampleResult
-
Add a subresult to the collection without updating any parent fields.
- addResult(ResultData) - Method in class org.apache.jmeter.report.processor.ListResultData
-
Adds the result at the end of the list.
- addRow(Object[]) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- addSample(SampleResult) - Method in class org.apache.jmeter.util.Calculator
-
Add details for a sample result, which may consist of multiple samples.
- addSample(SampleResult) - Method in class org.apache.jmeter.visualizers.CachingStatCalculator
-
Records a sample.
- addSample(SampleResult) - Method in class org.apache.jmeter.visualizers.RunningSample
-
Records a sample.
- addSample(RunningSample) - Method in class org.apache.jmeter.visualizers.RunningSample
-
Adds another RunningSample to this one.
- addSample(SampleResult) - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Records a sample.
- addSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- addSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- addSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.CsvFileSampleSource
-
- addSampleConsumer(SampleConsumer) - Method in interface org.apache.jmeter.report.processor.SampleSource
-
Add a sample consumer to this sample source.
- addSampleListener(SampleListener) - Method in class org.apache.jmeter.threads.SamplePackage
-
Add Sample Listener
- addSubResult(SampleResult) - Method in class org.apache.jmeter.samplers.SampleResult
-
Add a subresult and adjust the parent byte count and end-time.
- addSubSamplerResult(SampleResult) - Method in class org.apache.jmeter.control.TransactionSampler
-
- addSubTree(HashTree) - Method in class org.apache.jmeter.gui.GuiPackage
-
Add a subtree to the currently selected node.
- addSubTree(HashTree, JMeterTreeNode) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Adds the sub tree at the given node.
- addTemplate(Template) - Method in class org.apache.jmeter.gui.action.template.TemplateManager
-
- addTestElement(TestElement) - Method in class org.apache.jmeter.config.ConfigTestElement
-
- addTestElement(TestElement) - Method in class org.apache.jmeter.control.GenericController
-
- addTestElement(TestElement) - Method in class org.apache.jmeter.testelement.AbstractTestElement
- addTestElement(TestElement) - Method in interface org.apache.jmeter.testelement.TestElement
-
- addTestElement(TestElement) - Method in class org.apache.jmeter.testelement.TestPlan
-
- addTestElement(TestElement) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Add a test element.
- addTestElementOnce(TestElement) - Method in class org.apache.jmeter.control.GenericController
-
Add child test element only if it has not already been added.
- addTestElementOnce(TestElement) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Add child test element only if it has not already been added.
- addTestElementOnce(TestElement) - Method in interface org.apache.jmeter.threads.TestCompilerHelper
-
Add child test element only if it has not already been added.
- addTestPlanListener(TestPlanListener) - Method in class org.apache.jmeter.gui.GuiPackage
-
Adds a test plan listener.
- AddThinkTimeBetweenEachStep - Class in org.apache.jmeter.gui.action
-
Add ThinkTime (TestAction + UniformRandomTimer)
- AddThinkTimeBetweenEachStep() - Constructor for class org.apache.jmeter.gui.action.AddThinkTimeBetweenEachStep
-
- addThreadGroup(AbstractThreadGroup) - Method in class org.apache.jmeter.testelement.TestPlan
-
Adds a feature to the AbstractThreadGroup attribute of the TestPlan object.
- addTimer(Timer) - Method in class org.apache.jmeter.threads.SamplePackage
-
Add Timer
- addToBaseResult(String) - Method in class org.apache.jmeter.assertions.CompareAssertionResult
-
- addToSecondaryResult(String) - Method in class org.apache.jmeter.assertions.CompareAssertionResult
-
- addTotalThreads(int) - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Update the total number of threads
- AddToTree - Class in org.apache.jmeter.gui.action
-
- AddToTree() - Constructor for class org.apache.jmeter.gui.action.AddToTree
-
- addURL(URL) - Method in class org.apache.jmeter.DynamicClassLoader
-
- addURL(String) - Static method in class org.apache.jmeter.NewDriver
-
Add a URL to the loader classpath only; does not update the system classpath.
- addURL(URL) - Static method in class org.apache.jmeter.NewDriver
-
Add a URL to the loader classpath only; does not update the system
classpath.
- addValue(double) - Method in interface org.apache.jmeter.report.processor.Aggregator
-
Adds the specified value to the storage of the current aggregator.
- addValue(double) - Method in class org.apache.jmeter.report.processor.MaxAggregator
-
- addValue(double) - Method in class org.apache.jmeter.report.processor.MeanAggregator
-
- addValue(double) - Method in class org.apache.jmeter.report.processor.MinAggregator
-
- addValue(double) - Method in class org.apache.jmeter.report.processor.PercentileAggregator
-
- addValue(double) - Method in class org.apache.jmeter.report.processor.SumAggregator
-
- addValue(double) - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- addVariable(String, String) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
Add a variable to this replacer's variables map
- addVariables(Map<String, String>) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
Add all the given variables to this replacer's variables map.
- addVariableValue(String, CompoundVariable[], int) - Method in class org.apache.jmeter.functions.AbstractFunction
-
Utility method to store value in a variable
- adjustDelay(long) - Method in class org.apache.jmeter.timers.TimerService
-
Adjust delay so that initialDelay does not exceed end of test
- adjustDelay(long, long) - Method in class org.apache.jmeter.timers.TimerService
-
Adjust delay so that initialDelay does not exceed end of test
- afterTestPlanCleared() - Method in interface org.apache.jmeter.gui.TestPlanListener
-
Called after current test plan has been cleared
- AggregateConsumer - Class in org.apache.jmeter.report.processor
-
The Class AggregateConsumer provides a consumer that can aggregate samples to
provide a result
- AggregateConsumer(Aggregator, SampleSelector<Double>) - Constructor for class org.apache.jmeter.report.processor.AggregateConsumer
-
Instantiates a new abstract aggregate consumer.
- Aggregator - Interface in org.apache.jmeter.report.processor
-
The interface Aggregator represents an aggregator used by graph consumers.
- AggregatorFactory - Interface in org.apache.jmeter.report.processor
-
A factory for creating Aggregator objects.
- AliasKeyManager - Class in org.apache.jmeter.rmi
-
Implementation of KeyManager that allows using an alias
- AliasKeyManager(X509KeyManager, String) - Constructor for class org.apache.jmeter.rmi.AliasKeyManager
-
- aliasToClass(String) - Static method in class org.apache.jmeter.save.SaveService
-
- allowsControllersDiscrimination() - Method in class org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
-
- allowsControllersDiscrimination() - Method in interface org.apache.jmeter.report.processor.graph.GraphSeriesSelector
-
Indicates whether this selector allows controllers discrimination,
which allows on graphs to only show transaction controllers
- ALT_DOWN_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ALT_LEFT_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ALT_RIGHT_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ALT_UP_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- ANALYZE_FILE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- APDEX_SUMMARY_CONSUMER_NAME - Static variable in class org.apache.jmeter.report.dashboard.ReportGenerator
-
- ApdexSummaryConsumer - Class in org.apache.jmeter.report.processor
-
The class ApdexSummaryConsumer provides a consumer that calculates Apdex for
each sample name.
- ApdexSummaryConsumer() - Constructor for class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- ApdexSummaryData - Class in org.apache.jmeter.report.processor
-
The class ApdexSummaryData provides information for ApdexSummaryConsumer.
- ApdexSummaryData(ApdexThresholdsInfo) - Constructor for class org.apache.jmeter.report.processor.ApdexSummaryData
-
Instantiates a new apdex summary data.
- ApdexThresholdsInfo - Class in org.apache.jmeter.report.processor
-
The class ApdexThresholdsInfo provides a container for APDEX threshold
information.
- ApdexThresholdsInfo() - Constructor for class org.apache.jmeter.report.processor.ApdexThresholdsInfo
-
- append(LogEvent) - Method in class org.apache.jmeter.gui.logging.GuiLogEventAppender
-
- applies(ConfigTestElement) - Method in class org.apache.jmeter.control.TransactionSampler
-
- applies(ConfigTestElement) - Method in interface org.apache.jmeter.engine.util.ConfigMergabilityIndicator
-
Does configElement apply to Sampler
- applies(ConfigTestElement) - Method in class org.apache.jmeter.samplers.AbstractSampler
-
Does configElement apply to Sampler
- APPLY_NAMING_CONVENTION - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- applyHiDPI(JTable) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Apply HiDPI mode management to JTable
- applyHiDPIOnFonts() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Apply HiDPI scale factor on font if HiDPI mode is enabled
- ApplyNamingConvention - Class in org.apache.jmeter.gui.action
-
Allows to apply naming convention on nodes
- ApplyNamingConvention() - Constructor for class org.apache.jmeter.gui.action.ApplyNamingConvention
-
- applyScaleOnFonts(float) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Apply HiDPI scale factor on fonts
- ARG_NAME - Static variable in class org.apache.jmeter.config.Argument
-
Name used to store the argument's name.
- Argument - Class in org.apache.jmeter.config
-
Class representing an argument.
- Argument() - Constructor for class org.apache.jmeter.config.Argument
-
Create a new Argument without a name, value, or metadata.
- Argument(String, String) - Constructor for class org.apache.jmeter.config.Argument
-
Create a new Argument with the specified name and value, and no metadata.
- Argument(String, String, String) - Constructor for class org.apache.jmeter.config.Argument
-
Create a new Argument with the specified name, value, and metadata.
- Argument(String, String, String, String) - Constructor for class org.apache.jmeter.config.Argument
-
Create a new Argument with the specified name, value, and metadata.
- Arguments - Class in org.apache.jmeter.config
-
A set of Argument objects.
- Arguments() - Constructor for class org.apache.jmeter.config.Arguments
-
Create a new Arguments object with no arguments.
- ARGUMENTS - Static variable in class org.apache.jmeter.config.Arguments
-
The name of the property used to store the arguments.
- ArgumentsPanel - Class in org.apache.jmeter.config.gui
-
A GUI panel allowing the user to enter name-value argument pairs.
- ArgumentsPanel() - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel as a standalone component.
- ArgumentsPanel(String) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel as an embedded component, using the specified
title.
- ArgumentsPanel(String, boolean) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel as an embedded component, using the specified
title.
- ArgumentsPanel(boolean, String) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel as an embedded component, using the specified
title.
- ArgumentsPanel(String, Color) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel with a border and color background
- ArgumentsPanel(String, Color, boolean, boolean) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel with a border and color background
- ArgumentsPanel(String, Color, boolean, boolean, ObjectTableModel) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel with a border and color background
- ArgumentsPanel(String, Color, boolean, boolean, ObjectTableModel, boolean) - Constructor for class org.apache.jmeter.config.gui.ArgumentsPanel
-
Create a new ArgumentsPanel with a border and color background
- askThreadsToStop() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
Clean shutdown ie, wait for end of current running samplers
- Assertion - Interface in org.apache.jmeter.assertions
-
An Assertion checks a SampleResult to determine whether or not it is
successful.
- ASSERTION_RESULTS_FAILURE_MESSAGE_PROP - Static variable in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
The name of the property indicating which assertion results should be
saved.
- AssertionResult - Class in org.apache.jmeter.assertions
-
Implements Response Assertion checking.
- AssertionResult() - Constructor for class org.apache.jmeter.assertions.AssertionResult
-
- AssertionResult(String) - Constructor for class org.apache.jmeter.assertions.AssertionResult
-
Create a new Assertion Result.
- ASSERTIONS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- assertionsResultsToSave() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- AsynchSampleSender - Class in org.apache.jmeter.samplers
-
Sends samples in a separate Thread and in Batch mode
- AsynchSampleSender() - Constructor for class org.apache.jmeter.samplers.AsynchSampleSender
-
- AsynchSampleSender(RemoteSampleListener) - Constructor for class org.apache.jmeter.samplers.AsynchSampleSender
-
- ATT_CLASS - Static variable in class org.apache.jmeter.save.converters.ConversionHelp
-
- ATT_ELEMENT_TYPE - Static variable in class org.apache.jmeter.save.converters.ConversionHelp
-
- ATT_NAME - Static variable in class org.apache.jmeter.save.converters.ConversionHelp
-
- CachingStatCalculator - Class in org.apache.jmeter.visualizers
-
Provides storage of samples in addition to calculations
- CachingStatCalculator(String) - Constructor for class org.apache.jmeter.visualizers.CachingStatCalculator
-
- calculateIndex(Sample) - Method in interface org.apache.jmeter.report.processor.SampleIndexer
-
Calculate index from the specified sample.
- Calculator - Class in org.apache.jmeter.util
-
Class to calculate various items that don't require all previous results to be saved:
mean = average
standard deviation
minimum
maximum
- Calculator() - Constructor for class org.apache.jmeter.util.Calculator
-
- Calculator(String) - Constructor for class org.apache.jmeter.util.Calculator
-
- call(Object, String, Object[]) - Method in class org.apache.jmeter.util.BSFJavaScriptEngine
-
Return an object from an extension.
- canAddTo(JMeterTreeNode, TestElement) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
Determine whether or not nodes can be added to this parent.
- canAddTo(JMeterTreeNode, JMeterTreeNode[]) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
Determine whether or not nodes can be added to this parent.
- canBeAdded() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Returns whether a component of this type can be added to the test plan.
- cancelCellEditing() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Forwards the message from the CellEditor to the
delegate.
- cancelCellEditing() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Cancels editing.
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.BooleanPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.HashTreeConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.IntegerPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.LongPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.MultiPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.SampleEventConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.SampleSaveConfigurationConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.StringPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.TestElementConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.TestElementPropertyConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.converters.TestResultWrapperConverter
- canConvert(Class) - Method in class org.apache.jmeter.save.ScriptWrapperConverter
- canImport(TransferHandler.TransferSupport) - Method in class org.apache.jmeter.gui.tree.JMeterTreeTransferHandler
-
- canRedo() - Method in class org.apache.jmeter.gui.GuiPackage
-
- canRedo() - Method in class org.apache.jmeter.gui.UndoHistory
-
- canRemove() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Called by Remove to determine if it is safe to remove the element.
- canRemove() - Method in interface org.apache.jmeter.testelement.TestElement
-
Called by Remove to determine if it is safe to remove the element.
- canUndo() - Method in class org.apache.jmeter.gui.GuiPackage
-
- canUndo() - Method in class org.apache.jmeter.gui.UndoHistory
-
- cdata(byte[], String) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Embed an array of bytes as a string with encoding in a
xml-cdata section
- CEtoString(ConversionException) - Static method in class org.apache.jmeter.save.SaveService
-
Simplify getMessage() output from XStream ConversionException
- CHANGE_LANGUAGE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- CHANGE_PARENT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- changeColorCyclicIncrement(Color, int) - Static method in class org.apache.jmeter.util.ColorHelper
-
Given the Color, get the red, green and blue components.
- changedUpdate(DocumentEvent) - Method in class org.apache.jmeter.config.gui.RowDetailDialog
-
- ChangeLanguage - Class in org.apache.jmeter.gui.action
-
Change language
- ChangeLanguage() - Constructor for class org.apache.jmeter.gui.action.ChangeLanguage
-
- ChangeParent - Class in org.apache.jmeter.gui.action
-
Allows to change Controller implementation
- ChangeParent() - Constructor for class org.apache.jmeter.gui.action.ChangeParent
-
- ChannelContext - Class in org.apache.jmeter.report.processor
-
Define a context associated to a sample consumer/producer channel
- ChannelContext() - Constructor for class org.apache.jmeter.report.processor.ChannelContext
-
- CHECK_CUT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- CHECK_DIRTY - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- CHECK_REMOVE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- CheckBoxPanel - Class in org.apache.jmeter.gui.util
-
Utility class to wrap a JCheckBox in a horizontal box.
- checkButtonsStatus() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.jmeter.util.CustomX509TrustManager
-
- checkDeleteStatus() - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
Enable or disable the delete button depending on whether or not there is
a row to be deleted.
- CheckDirty - Class in org.apache.jmeter.gui.action
-
Check if the TestPlan has been changed since it was last saved
- CheckDirty() - Constructor for class org.apache.jmeter.gui.action.CheckDirty
-
- checkMinParameterCount(Collection<CompoundVariable>, int) - Method in class org.apache.jmeter.functions.AbstractFunction
-
Utility method to check parameter counts.
- checkParameterCount(Collection<CompoundVariable>, int, int) - Method in class org.apache.jmeter.functions.AbstractFunction
-
Utility method to check parameter counts.
- checkParameterCount(Collection<CompoundVariable>, int) - Method in class org.apache.jmeter.functions.AbstractFunction
-
Utility method to check parameter counts.
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.jmeter.util.CustomX509TrustManager
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- CLASSNAME - Static variable in class org.apache.jmeter.testbeans.gui.TableEditor
-
attribute name for class name of a table row;
value must be java.lang.String, or a class which supports set and get/is methods for the property name.
- classToAlias(String) - Static method in class org.apache.jmeter.save.SaveService
-
- cleanAfterSample() - Method in class org.apache.jmeter.samplers.SampleResult
-
Clean up cached data
- cleanAfterSample() - Method in class org.apache.jmeter.threads.JMeterContext
-
Clean cached data after sample
Internally called by JMeter, never call it directly
- clear() - Method in class org.apache.jmeter.config.Arguments
-
Clear the arguments.
- clear() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Clear all rows from the table.
- clear() - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
- CLEAR - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- Clear - Class in org.apache.jmeter.gui.action
-
Handles the following actions:
- Clear (Data)
- Clear All (Data)
- Reset (Clear GUI)
- Clear() - Constructor for class org.apache.jmeter.gui.action.Clear
-
- CLEAR - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- clear() - Method in class org.apache.jmeter.gui.LoggerPanel
-
Clear panel content
- clear() - Method in class org.apache.jmeter.gui.ServerPanel
-
clear all the fields
- clear() - Method in class org.apache.jmeter.gui.UndoHistory
-
Clears the undo history
- clear() - Method in class org.apache.jmeter.report.processor.graph.GroupData
-
- clear() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
- clear() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Clear the TestElement of all data.
- clear() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Clear away all values in the property.
- clear() - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Clear away all values in the property.
- clear() - Method in class org.apache.jmeter.testelement.property.MultiProperty
-
Clear away all values in the property.
- clear() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
Clear away all values in the property.
- clear() - Method in interface org.apache.jmeter.testelement.TestElement
-
Clear the TestElement of all data.
- clear() - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- clear() - Method in class org.apache.jmeter.util.Calculator
-
- clear() - Method in class org.apache.jmeter.visualizers.CachingStatCalculator
-
- clear() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Clear the counters (useful for differential stats)
- clear() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Clear the counters (useful for differential stats)
- CLEAR_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- CLEAR_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- Clearable - Interface in org.apache.jmeter.samplers
-
Identifies an object which supports the clearing of run-time data
using the clearData() method.
- clearData() - Method in class org.apache.jmeter.gui.MainFrame
-
- clearData() - Method in class org.apache.jmeter.gui.MainFrame.ErrorsAndFatalsCounterLogTarget
-
- clearData() - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- clearData() - Method in class org.apache.jmeter.reporters.gui.ResultSaverGui
-
- clearData() - Method in class org.apache.jmeter.reporters.ResultCollector
-
- clearData() - Method in interface org.apache.jmeter.samplers.Clearable
-
Clears the current data of the object.
- clearFiles() - Method in class org.apache.jmeter.gui.util.FileListPanel
-
clear the files from the table
- clearGui() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- clearGui() - Method in class org.apache.jmeter.config.gui.LoginConfigGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.control.gui.IfControllerPanel
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.control.gui.LoopControlPanel
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.control.gui.RunTimeGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.control.gui.TestPlanGui
-
- clearGui() - Method in class org.apache.jmeter.control.gui.WhileControllerGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.control.gui.WorkBenchGui
-
Deprecated.
- clearGui() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation that resets the name field to the value of
getStaticLabel(), reset comment and sets enabled to true.
- clearGui() - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
- ClearGui - Interface in org.apache.jmeter.gui
-
- clearGui() - Method in interface org.apache.jmeter.gui.ClearGui
-
Clear the gui and return it to initial default values.
- clearGui() - Method in class org.apache.jmeter.gui.CommentPanel
-
- clearGui() - Method in class org.apache.jmeter.gui.NamePanel
-
- clearGui() - Method in class org.apache.jmeter.gui.util.FilePanelEntry
-
- clearGui() - Method in class org.apache.jmeter.reporters.gui.ResultActionGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.reporters.gui.ResultSaverGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- clearGui() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
Provides a default implementation that resets the name field to the value of
getStaticLabel(), reset comment and sets enabled to true.
- clearGui() - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- clearGui() - Method in class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- clearGui() - Method in class org.apache.jmeter.util.ScopePanel
-
- clearGui() - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- clearGui() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- clearMatcherMemory(Perl5Matcher, Pattern) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Hack to make matcher clean the two internal buffers it keeps in memory which size is equivalent to
the unzipped page size
- clearTemporary(JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Remove property from temporaryProperties
- clearTestElementChildren() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- clearTestElementChildren() - Method in interface org.apache.jmeter.testelement.TestElement
-
- clearTestPlan() - Method in class org.apache.jmeter.gui.GuiPackage
-
Clears the test plan and associated objects.
- clearTestPlan(TestElement) - Method in class org.apache.jmeter.gui.GuiPackage
-
Clears the test plan element and associated object
- clearTestPlan() - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Clear the test plan, and use default node for test plan.
- clearTestPlan(TestElement) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Clear the test plan, and use specified node for test plan
N.B.
- clearTotalThreads() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Set total threads to zero; also clears started and finished counts
- clickCountToStart - Variable in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
An integer specifying the number of clicks needed to start editing.
- ClientJMeterEngine - Class in org.apache.jmeter.engine
-
Class to run remote tests from the client JMeter and collect remote samples
- ClientJMeterEngine(String) - Constructor for class org.apache.jmeter.engine.ClientJMeterEngine
-
- clone() - Method in interface org.apache.jmeter.config.ConfigElement
-
- clone() - Method in class org.apache.jmeter.reporters.AbstractListenerElement
-
- clone() - Method in class org.apache.jmeter.reporters.ResultCollector
-
- clone() - Method in class org.apache.jmeter.samplers.SampleResult
-
- clone() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- clone() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- clone() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
- clone() - Method in class org.apache.jmeter.testelement.property.BooleanProperty
-
- clone() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
- clone() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
- clone() - Method in class org.apache.jmeter.testelement.property.FloatProperty
- clone() - Method in class org.apache.jmeter.testelement.property.FunctionProperty
-
- clone() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
- clone() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- clone() - Method in class org.apache.jmeter.testelement.property.LongProperty
- clone() - Method in class org.apache.jmeter.testelement.property.MapProperty
- clone() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- clone() - Method in class org.apache.jmeter.testelement.property.ObjectProperty
- clone() - Method in class org.apache.jmeter.testelement.property.StringProperty
- clone() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
- clone() - Method in interface org.apache.jmeter.testelement.TestCloneable
-
- clone() - Method in interface org.apache.jmeter.testelement.TestElement
-
- clone() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- cloneTreeNode(JMeterTreeNode) - Static method in class org.apache.jmeter.gui.action.Copy
-
- cloneTreeNodes(JMeterTreeNode[]) - Static method in class org.apache.jmeter.gui.action.Copy
-
- CLOSE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- Close - Class in org.apache.jmeter.gui.action
-
This command clears the existing test plan, allowing the creation of a New
test plan.
- Close() - Constructor for class org.apache.jmeter.gui.action.Close
-
Constructor for the Close object.
- CLOSE - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- close() - Method in class org.apache.jmeter.report.core.AbstractSampleWriter
-
This method is guaranteed to not throw any exception.
- close() - Method in class org.apache.jmeter.report.core.CsvSampleReader
-
- close() - Method in class org.apache.jmeter.SplashScreen
-
Close splash
- close() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- closeFile(String) - Method in class org.apache.jmeter.services.FileServer
-
- closeFiles() - Method in class org.apache.jmeter.services.FileServer
-
- closeMenu() - Method in class org.apache.jmeter.gui.MainFrame
-
Close the currently selected menu.
- CodeSeriesSelector - Class in org.apache.jmeter.report.processor.graph
-
The class CodeSeriesSelector provides a projection of a sample to its code
response.
- CodeSeriesSelector() - Constructor for class org.apache.jmeter.report.processor.graph.CodeSeriesSelector
-
- CodesPerSecondGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class CodesPerSecondGraphConsumer provides a graph to visualize response codes rate
per second
- CodesPerSecondGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
-
- COLLAPSE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- COLLAPSE_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- COLLAPSE_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CollapseExpand - Class in org.apache.jmeter.gui.action
-
Processes the Collapse All and Expand All options.
- CollapseExpand() - Constructor for class org.apache.jmeter.gui.action.CollapseExpand
-
Constructor for the CollapseExpand object.
- CollapseExpandTreeBranch - Class in org.apache.jmeter.gui.action
-
Processes the collapse and expand of a tree branch
- CollapseExpandTreeBranch() - Constructor for class org.apache.jmeter.gui.action.CollapseExpandTreeBranch
-
Constructor
- CollectionProperty - Class in org.apache.jmeter.testelement.property
-
- CollectionProperty(String, Collection<?>) - Constructor for class org.apache.jmeter.testelement.property.CollectionProperty
-
- CollectionProperty() - Constructor for class org.apache.jmeter.testelement.property.CollectionProperty
-
- collector - Variable in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- ColorHelper - Class in org.apache.jmeter.util
-
This class contains the static utility methods to manipulate colors.
- COLUMN_RESOURCE_NAMES_0 - Static variable in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- COLUMN_RESOURCE_NAMES_1 - Static variable in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- COLUMN_RESOURCE_NAMES_2 - Static variable in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- Command - Interface in org.apache.jmeter.gui.action
-
- CommentPanel - Class in org.apache.jmeter.gui
-
Generic comment panel for Test Elements
- CommentPanel() - Constructor for class org.apache.jmeter.gui.CommentPanel
-
Create a new NamePanel with the default name.
- COMMENTS - Static variable in interface org.apache.jmeter.testelement.TestElement
-
- compare(Sample, Sample) - Method in interface org.apache.jmeter.report.core.SampleComparator
-
Compares to sample
Must return an long integer that define the relational order of the 2
compared samples :
Negative long integer : s1 is lower than s2
Zero long integer : s1 is strictly equal to s2
Positive long integer : s1 is greater than s2
- compare(Sample, Sample) - Method in class org.apache.jmeter.report.processor.FieldSampleComparator
-
- CompareAssertionResult - Class in org.apache.jmeter.assertions
-
- CompareAssertionResult() - Constructor for class org.apache.jmeter.assertions.CompareAssertionResult
-
- CompareAssertionResult(String) - Constructor for class org.apache.jmeter.assertions.CompareAssertionResult
-
- compareTo(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Compares two JMeterProperty object values.
- compareTo(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.NumberProperty
-
- compareTo(Sample) - Method in class org.apache.jmeter.visualizers.Sample
- compareTo(TableSample) - Method in class org.apache.jmeter.visualizers.TableSample
-
- CompoundVariable - Class in org.apache.jmeter.engine.util
-
CompoundFunction.
- CompoundVariable() - Constructor for class org.apache.jmeter.engine.util.CompoundVariable
-
- CompoundVariable(String) - Constructor for class org.apache.jmeter.engine.util.CompoundVariable
-
- computeAssertionResult(AssertionResult, Document, String, boolean) - Static method in class org.apache.jmeter.util.XPathUtil
-
Fills result
- computeTestDuration(ActionEvent) - Method in class org.apache.jmeter.gui.MainFrame
-
- CONFIG_ELEMENTS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- ConfigElement - Interface in org.apache.jmeter.config
-
- ConfigMergabilityIndicator - Interface in org.apache.jmeter.engine.util
-
Interface that gives a hint about the merge policy to apply between Samplers and Config elements
- ConfigTestElement - Class in org.apache.jmeter.config
-
- ConfigTestElement() - Constructor for class org.apache.jmeter.config.ConfigTestElement
-
- ConfigurationException - Exception in org.apache.jmeter.report.config
-
The class ConfigurationException provides an exception when configuration
properties loading fails.
- ConfigurationException() - Constructor for exception org.apache.jmeter.report.config.ConfigurationException
-
Instantiates a new configuration exception.
- ConfigurationException(String) - Constructor for exception org.apache.jmeter.report.config.ConfigurationException
-
Instantiates a new configuration exception.
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.jmeter.report.config.ConfigurationException
-
Instantiates a new configuration exception.
- ConfigurationUtils - Class in org.apache.jmeter.report.config
-
The class ConfigurationUtils provides helper method for configuration
handling.
- configure(TestElement) - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
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.config.gui.LoginConfigGui
-
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.config.gui.SimpleConfigGui
-
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.IfControllerPanel
-
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.LoopControlPanel
-
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.RunTimeGui
-
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.TestPlanGui
-
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.TransactionControllerGui
-
- configure(TestElement) - Method in class org.apache.jmeter.control.gui.WhileControllerGui
-
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.WorkBenchGui
-
Deprecated.
A newly created component can be initialized with the contents of a Test
Element object by calling this method.
- configure(HashTree) - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
Configure engine
- configure(HashTree) - Method in interface org.apache.jmeter.engine.JMeterEngine
-
Configure engine
- configure(HashTree) - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- configure(TestElement) - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
A newly created gui component can be initialized with the contents of a
Test Element object by calling this method.
- configure(TestElement) - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
The GUI must be able to extract the data from the TestElement and update
all GUI fields to represent those data.
- configure(TestElement) - Method in class org.apache.jmeter.gui.NamePanel
-
The GUI must be able to extract the data from the TestElement and update
all GUI fields to represent those data.
- configure(int) - Method in class org.apache.jmeter.gui.OnErrorPanel
-
- configure(TestElement) - Method in class org.apache.jmeter.reporters.gui.ResultActionGui
-
- configure(TestElement) - Method in class org.apache.jmeter.reporters.gui.ResultSaverGui
-
- configure(TestElement) - Method in class org.apache.jmeter.reporters.gui.SummariserGui
-
- configure(TestElement) - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
A newly created gui component can be initialized with the contents of a
Test Element object by calling this method.
- configure(TestElement) - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- configure(TestElement) - Method in class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- configure(TestElement) - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- configureKeystore(boolean, int, int, String) - Method in class org.apache.jmeter.util.SSLManager
-
Configure Keystore
- configureSampler(Sampler) - Method in class org.apache.jmeter.threads.TestCompiler
-
Configures sampler from SamplePackage extracted from Test plan and returns it
- configureTestElement(TestElement) - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
- configureTestElement(TestElement) - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- configureTestElement(AbstractListenerElement) - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- configureTransactionSampler(TransactionSampler) - Method in class org.apache.jmeter.threads.TestCompiler
-
Configures Transaction Sampler from SamplePackage extracted from Test plan and returns it
- connect(SocketAddress, int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- connect(SocketAddress) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- connectEnd() - Method in class org.apache.jmeter.samplers.SampleResult
-
Set the time to the end of connecting
- ConnectTimeOverTimeGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ConnectTimeOverTimeGraphConsumer provides a graph to visualize Connection time
per time period (defined by granularity)
- ConnectTimeOverTimeGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ConnectTimeOverTimeGraphConsumer
-
- ConnectTimeValueSelector - Class in org.apache.jmeter.report.processor.graph
-
The class ConnectTimeValueSelector provides a projection from a sample to its
connect time.
- ConnectTimeValueSelector(boolean) - Constructor for class org.apache.jmeter.report.processor.graph.ConnectTimeValueSelector
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.AggregateConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.NormalizerSampleConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.RequestsSummaryConsumer
-
- consume(Sample, int) - Method in interface org.apache.jmeter.report.processor.SampleConsumer
-
Consumes the specified sample ton the specified channel.
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- consume(Sample, int) - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- CONTINUE_ON_FAIL - Static variable in class org.apache.jmeter.engine.DistributedRunner
-
- Controller - Interface in org.apache.jmeter.control
-
This interface is used by JMeterThread in the following manner:
while (running && (sampler = controller.next()) !
- CONTROLLERS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- ControllerSamplePredicate - Class in org.apache.jmeter.report.core
-
The class ControllerSamplePredicate provides a way to define whether a sample
is a controller.
- ControllerSamplePredicate() - Constructor for class org.apache.jmeter.report.core.ControllerSamplePredicate
-
- ConversionHelp - Class in org.apache.jmeter.save.converters
-
Utility conversion routines for use with XStream
- ConversionHelp() - Constructor for class org.apache.jmeter.save.converters.ConversionHelp
-
- convert(String, Class<TProperty>) - Static method in class org.apache.jmeter.report.config.ConfigurationUtils
-
Convert the specified string value to the property type.
- convert(Class<T>, String) - Static method in class org.apache.jmeter.report.core.Converters
-
Converts the specified value to the destination type
- convert(String) - Method in interface org.apache.jmeter.report.core.StringConverter
-
Converts the specified value to the type TDest.
- convertAndCloneSubTree(HashTree) - Static method in class org.apache.jmeter.gui.action.UndoCommand
-
wrapper to use package-visible method
and clone tree for saving
- Converters - Class in org.apache.jmeter.report.core
-
The class Converters provides converters of string.
- ConvertException - Exception in org.apache.jmeter.report.core
-
The class ConvertException provides an exception when
ConvertStringMethod.execute fails.
- ConvertException(String, String) - Constructor for exception org.apache.jmeter.report.core.ConvertException
-
Instantiates a new convert exception.
- ConvertException(String, String, Throwable) - Constructor for exception org.apache.jmeter.report.core.ConvertException
-
Instantiates a new convert exception.
- ConvertException() - Constructor for exception org.apache.jmeter.report.core.ConvertException
-
- ConvertListeners - Class in org.apache.jmeter.engine
-
Converts the Remoteable Test and Sample Listeners in the test tree by wrapping
them with RemoteSampleListeners so that the samples are returned to the client.
- ConvertListeners() - Constructor for class org.apache.jmeter.engine.ConvertListeners
-
- convertObject(Object) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- convertSubTree(HashTree) - Static method in class org.apache.jmeter.JMeter
-
Remove disabled elements
Replace the ReplaceableController with the target subtree
- COPY - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- Copy - Class in org.apache.jmeter.gui.action
-
Implements the Copy menu command
- Copy() - Constructor for class org.apache.jmeter.gui.action.Copy
-
- COPY - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CountValueSelector - Class in org.apache.jmeter.report.processor.graph
-
The class CountValueSelector provides a projection to count samples.
- CountValueSelector(boolean) - Constructor for class org.apache.jmeter.report.processor.graph.CountValueSelector
-
- CPS - Static variable in class org.apache.jmeter.util.JsseSSLManager
-
Characters per second, used to slow down sockets
- CPSPauser - Class in org.apache.jmeter.util
-
Generate appropriate pauses for a given CPS (characters per second)
- CPSPauser(int) - Constructor for class org.apache.jmeter.util.CPSPauser
-
Create a pauser with the appropriate speed settings.
- createAggregatedKeyValueAggregator() - Method in class org.apache.jmeter.report.processor.AbstractAggregatorFactory
-
- createAggregatedKeyValueAggregator() - Method in interface org.apache.jmeter.report.processor.AggregatorFactory
-
Creates a new Aggregator object to calculate an aggregated value of an
aggregated key series.
- createAggregator() - Method in class org.apache.jmeter.report.processor.AbstractAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.MaxAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.MeanAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.MedianAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.MinAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.PercentileAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.SumAggregatorFactory
-
- createAggregator() - Method in class org.apache.jmeter.report.processor.TimeRateAggregatorFactory
-
- createAppender(String, boolean, Layout<? extends Serializable>, Filter) - Static method in class org.apache.jmeter.gui.logging.GuiLogEventAppender
-
- createArgumentFromClipboard(String[]) - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- createClientSocketFactory() - Static method in class org.apache.jmeter.rmi.RmiUtils
-
- createDataResult(String, TData) - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Creates a result item for information identified by the specified key.
- createDataResult(String, ApdexSummaryData) - Method in class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- createDataResult(String, Long) - Method in class org.apache.jmeter.report.processor.ErrorsSummaryConsumer
-
- createDataResult(String, StatisticsSummaryData) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryConsumer
-
- createDataResult(String, Top5ErrorsSummaryData) - Method in class org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
-
- createEngine(String) - Method in class org.apache.jmeter.engine.DistributedRunner
-
A factory method that might be overridden for unit testing
- CreateFunctionDialog - Class in org.apache.jmeter.gui.action
-
- CreateFunctionDialog() - Constructor for class org.apache.jmeter.gui.action.CreateFunctionDialog
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ConnectTimeOverTimeGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.LatencyOverTimeGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.LatencyVSRequestGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesOverTimeGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePerSampleGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
-
- createGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
-
- createKeyAggregator() - Method in class org.apache.jmeter.report.processor.AbstractAggregatorFactory
-
- createKeyAggregator() - Method in interface org.apache.jmeter.report.processor.AggregatorFactory
-
Creates a new Aggregator object to calculate an aggregated key.
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.LatencyVSRequestGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePerSampleGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- createKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
-
- createMenuBar() - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
Creates the MenuBar for this application.
- createPopupMenu() - Method in class org.apache.jmeter.config.gui.AbstractConfigGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.config.gui.ObsoleteGui
-
- createPopupMenu() - Method in class org.apache.jmeter.control.gui.AbstractControllerGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.control.gui.TestFragmentControllerGui
-
Redefined to remove change parent and inserrt parent menu
- createPopupMenu() - Method in class org.apache.jmeter.control.gui.TestPlanGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.control.gui.WorkBenchGui
-
Deprecated.
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.gui.NamePanel
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- createPopupMenu() - Method in class org.apache.jmeter.processor.gui.AbstractPreProcessorGui
-
- createPopupMenu() - Method in class org.apache.jmeter.samplers.gui.AbstractSamplerGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- createPopupMenu() - Method in class org.apache.jmeter.timers.gui.AbstractTimerGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createPopupMenu() - Method in class org.apache.jmeter.visualizers.gui.AbstractListenerGui
-
When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
- createProperty(Object) - Static method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- createPropertyGroup(String, String[]) - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
-
Utility method to group and order properties.
- createResultTitles() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Creates the result containing titles of columns.
- createResultTitles() - Method in class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- createResultTitles() - Method in class org.apache.jmeter.report.processor.ErrorsSummaryConsumer
-
- createResultTitles() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryConsumer
-
- createResultTitles() - Method in class org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
-
- createRootPane() - Method in class org.apache.jmeter.config.gui.RowDetailDialog
-
- createRootPane() - Method in class org.apache.jmeter.functions.gui.FunctionHelper
-
Allow Dialog to be closed by ESC key
- createRootPane() - Method in class org.apache.jmeter.gui.action.SearchTreeDialog
-
- createRootPane() - Method in class org.apache.jmeter.gui.action.SelectTemplatesDialog
-
- createRootPane() - Method in class org.apache.jmeter.gui.SavePropertyDialog
-
- createRootPane() - Method in class org.apache.jmeter.gui.util.EscapeDialog
-
- createScopePanel() - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Create the scope settings panel.
- createScopePanel(boolean) - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Create the scope settings panel.
- createScopePanel(boolean, boolean, boolean) - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Create the scope settings panel.
- createServerSocket(int) - Method in class org.apache.jmeter.rmi.RMIServerSocketFactoryImpl
-
Creates a server socket that listens on localAddress:port
- createServerSocket(int) - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- createServerSocketFactory() - Static method in class org.apache.jmeter.rmi.RmiUtils
-
- createSocket(String, int) - Method in class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- createSocket() - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createSocket(String, int) - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- createTestElement() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- createTestElement() - Method in class org.apache.jmeter.config.gui.LoginConfigGui
-
- createTestElement() - Method in class org.apache.jmeter.config.gui.ObsoleteGui
-
- createTestElement() - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.IfControllerPanel
-
Implements JMeterGUIComponent.createTestElement()
- createTestElement() - Method in class org.apache.jmeter.control.gui.LogicControllerGui
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.LoopControlPanel
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.RunTimeGui
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.TestFragmentControllerGui
-
Implements JMeterGUIComponent.createTestElement()
- createTestElement() - Method in class org.apache.jmeter.control.gui.TestPlanGui
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.TransactionControllerGui
-
- createTestElement() - Method in class org.apache.jmeter.control.gui.WhileControllerGui
-
Implements JMeterGUIComponent.createTestElement()
- createTestElement() - Method in class org.apache.jmeter.control.gui.WorkBenchGui
-
Deprecated.
- createTestElement(Class<?>, Class<?>) - Method in class org.apache.jmeter.gui.GuiPackage
-
Create a TestElement corresponding to the specified GUI class.
- createTestElement(String) - Method in class org.apache.jmeter.gui.GuiPackage
-
Create a TestElement for a GUI or TestBean class.
- createTestElement() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
JMeter test components are separated into a model and a GUI
representation.
- createTestElement() - Method in class org.apache.jmeter.gui.NamePanel
-
JMeter test components are separated into a model and a GUI
representation.
- createTestElement() - Method in class org.apache.jmeter.reporters.gui.ResultActionGui
-
- createTestElement() - Method in class org.apache.jmeter.reporters.gui.ResultSaverGui
-
- createTestElement() - Method in class org.apache.jmeter.reporters.gui.SummariserGui
-
- createTestElement() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
JMeter test components are separated into a model and a GUI
representation.
- createTestElement() - Method in class org.apache.jmeter.threads.gui.PostThreadGroupGui
-
- createTestElement() - Method in class org.apache.jmeter.threads.gui.SetupThreadGroupGui
-
- createTestElement() - Method in class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- createTestElement() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- createTestSample(long, long) - Static method in class org.apache.jmeter.samplers.SampleResult
-
Create a sample with specific start and end times for test purposes, but
don't allow the times to be changed later
(used by StatVisualizerModel.Test)
- createTestSample(long) - Static method in class org.apache.jmeter.samplers.SampleResult
-
Create a sample with a specific elapsed time for test purposes, but don't
allow the times to be changed later
- createThinkTime(GuiPackage, JMeterTreeNode) - Method in interface org.apache.jmeter.gui.action.thinktime.ThinkTimeCreator
-
Create think time
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
Creates the time stamp keys selector.
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ConnectTimeOverTimeGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.LatencyOverTimeGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesOverTimeGraphConsumer
-
- createTimeStampKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
-
- createTitleLabel() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a label containing the title for the component.
- createToolbar(boolean) - Static method in class org.apache.jmeter.gui.util.JMeterToolBar
-
Create the default JMeter toolbar
- createTransferable(JComponent) - Method in class org.apache.jmeter.gui.tree.JMeterTreeTransferHandler
-
- createUndoManager() - Method in class org.apache.jmeter.gui.util.JSyntaxTextArea
-
- createValueAggregator() - Method in class org.apache.jmeter.report.processor.AbstractAggregatorFactory
-
- createValueAggregator() - Method in interface org.apache.jmeter.report.processor.AggregatorFactory
-
Creates a new Aggregator object to calculate an aggregated value in a
graph.
- CROSS_PLATFORM_LAF - Static variable in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- CSV_BYTES - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_CONNECT_TIME - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_ELAPSED - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_ENCODING - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_ERROR_COUNT - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_FILENAME - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_HOSTNAME - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_IDLETIME - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_LATENCY - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_SAMPLE_COUNT - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_SENT_BYTES - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_THREAD_COUNT1 - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_THREAD_COUNT2 - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CSV_URL - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- CsvFile - Class in org.apache.jmeter.report.core
-
Represents a CSV file
Basically holds the CSV separator
- CsvFile(File, String, char) - Constructor for class org.apache.jmeter.report.core.CsvFile
-
- CsvFile(String, String, char) - Constructor for class org.apache.jmeter.report.core.CsvFile
-
- CsvFile(String, char) - Constructor for class org.apache.jmeter.report.core.CsvFile
-
- CsvFile(URI, char) - Constructor for class org.apache.jmeter.report.core.CsvFile
-
- CsvFile() - Constructor for class org.apache.jmeter.report.core.CsvFile
-
- CsvFileSampleSource - Class in org.apache.jmeter.report.processor
-
Read a csv source file and write its rows (samples) all the registered
SampleConsumers.
- CsvFileSampleSource(File, char) - Constructor for class org.apache.jmeter.report.processor.CsvFileSampleSource
-
Build a sample source from the specified input file and character
separator.
- csvReadFile(BufferedReader, char) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Reads from file and splits input into strings according to the delimiter,
taking note of quoted strings.
- CsvSampleReader - Class in org.apache.jmeter.report.core
-
Reader class for reading CSV files.
- CsvSampleReader(File, char, boolean) - Constructor for class org.apache.jmeter.report.core.CsvSampleReader
-
Instantiates a new csv sample reader.
- CsvSampleReader(File, SampleMetadata) - Constructor for class org.apache.jmeter.report.core.CsvSampleReader
-
Instantiates a new csv sample reader.
- CsvSampleWriter - Class in org.apache.jmeter.report.core
-
Class to be used to write samples to a csv destination (OutputStream, Writer
or a File).
- CsvSampleWriter(SampleMetadata) - Constructor for class org.apache.jmeter.report.core.CsvSampleWriter
-
Constructor for a CsvSampleWriter.
- CsvSampleWriter(Writer, SampleMetadata) - Constructor for class org.apache.jmeter.report.core.CsvSampleWriter
-
Constructor for a CsvSampleWriter.
- CsvSampleWriter(OutputStream, SampleMetadata) - Constructor for class org.apache.jmeter.report.core.CsvSampleWriter
-
Constructor for a CsvSampleWriter.
- CsvSampleWriter(File, SampleMetadata) - Constructor for class org.apache.jmeter.report.core.CsvSampleWriter
-
Constructor for a CsvSampleWriter.
- CSVSaveService - Class in org.apache.jmeter.save
-
This class provides a means for saving/reading test results as CSV files.
- csvSplitString(String, char) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Reads from String and splits into strings according to the delimiter,
taking note of quoted strings.
- CTRL_0 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_1 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_2 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_3 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_4 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_5 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_6 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_7 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_8 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- CTRL_9 - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- current - Variable in class org.apache.jmeter.control.GenericController
-
Index of current sub controller or sampler
- currentReturnedNull(Controller) - Method in class org.apache.jmeter.control.GenericController
-
If the controller is done, remove it from the list,
otherwise increment to next entry in list.
- currentTimeInMillis() - Method in class org.apache.jmeter.samplers.SampleResult
-
Helper method to get 1 ms resolution timing.
- CustomX509TrustManager - Class in org.apache.jmeter.util
-
Custom TrustManager ignores all certificate errors
TODO: implement conditional checking and logging
(Derived from AuthSSLX509TrustManager in HttpClient contrib directory)
- CustomX509TrustManager(X509TrustManager) - Constructor for class org.apache.jmeter.util.CustomX509TrustManager
-
- CUT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- Cut - Class in org.apache.jmeter.gui.action
-
Implements the Cut menu item command
- Cut() - Constructor for class org.apache.jmeter.gui.action.Cut
-
- CUT - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- generate() - Method in class org.apache.jmeter.report.dashboard.ReportGenerator
-
Generate dashboard reports using the data from the specified CSV File.
- GenerationException - Exception in org.apache.jmeter.report.dashboard
-
The class GenerationException provides an exception when report generation
fails.
- GenerationException() - Constructor for exception org.apache.jmeter.report.dashboard.GenerationException
-
Instantiates a new configuration exception.
- GenerationException(String) - Constructor for exception org.apache.jmeter.report.dashboard.GenerationException
-
Instantiates a new configuration exception.
- GenerationException(String, Throwable) - Constructor for exception org.apache.jmeter.report.dashboard.GenerationException
-
Instantiates a new configuration exception.
- GenericController - Class in org.apache.jmeter.control
-
This class is the basis for all the controllers.
- GenericController() - Constructor for class org.apache.jmeter.control.GenericController
-
Creates a Generic Controller
- GenericTestBeanCustomizer - Class in org.apache.jmeter.testbeans.gui
-
The GenericTestBeanCustomizer is designed to provide developers with a
mechanism to quickly implement GUIs for new components.
- GenericTestBeanCustomizer() - Constructor for class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
- get(int) - Method in class org.apache.jmeter.report.processor.ListResultData
-
Gets the stored item at the specified index.
- get(int) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- get(String) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
- get(String) - Method in class org.apache.jmeter.threads.JMeterVariables
-
Gets the value of a variable, converted to a String.
- get(String) - Method in class org.apache.jmeter.util.BeanShellInterpreter
-
- getAcceptedIssuers() - Method in class org.apache.jmeter.util.CustomX509TrustManager
-
- getAction(String) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Get the set of
Commands registered under the name
actionName
- getAction(String, Class<?>) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Get the
Command registered under the name
actionName,
that is of
Class actionClass
- getAction(String, String) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Get the
Command registered under the name
actionName
, which class names are equal to
className
- getActionName() - Method in class org.apache.jmeter.gui.util.IconToolbarBean
-
- getActionNameResolve() - Method in class org.apache.jmeter.gui.util.IconToolbarBean
-
Resolve action name ID declared in icon set file to ActionNames value
- getActionNames() - Method in class org.apache.jmeter.gui.action.AboutCommand
-
Provide the list of Action names that are available in this command.
- getActionNames() - Method in class org.apache.jmeter.gui.action.AddParent
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.AddThinkTimeBetweenEachStep
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.AddToTree
-
Gets the Set of actions this Command class responds to.
- getActionNames() - Method in class org.apache.jmeter.gui.action.ApplyNamingConvention
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.ChangeLanguage
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.ChangeParent
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.CheckDirty
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Clear
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Close
-
Gets the ActionNames attribute of the Close object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.CollapseExpand
-
Gets the ActionNames attribute of the CollapseExpand object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.CollapseExpandTreeBranch
-
Gets the ActionNames attribute of the CollapseExpandTreeBranch object.
- getActionNames() - Method in interface org.apache.jmeter.gui.action.Command
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Copy
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.CreateFunctionDialog
-
Provide the list of Action names that are available in this command.
- getActionNames() - Method in class org.apache.jmeter.gui.action.Cut
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Duplicate
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.EditCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.EnableComponent
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.ExitCommand
-
Gets the ActionNames attribute of the ExitCommand object
- getActionNames() - Method in class org.apache.jmeter.gui.action.Help
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Load
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.LoadRecentProject
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.LoggerPanelEnableDisable
-
Gets the ActionNames attribute of the action
- getActionNames() - Method in class org.apache.jmeter.gui.action.LogLevelCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.LookAndFeelCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Move
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.OpenLinkAction
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Paste
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.RemoteStart
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Remove
-
Gets the ActionNames attribute of the Remove object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.ResetSearchCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.RevertProject
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.Save
-
Gets the ActionNames attribute of the Save object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.SaveBeforeRun
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.SaveGraphics
-
Gets the ActionNames attribute of the Save object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.SearchTreeCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.SSLManagerCommand
-
Provide the list of Action names that are available in this command.
- getActionNames() - Method in class org.apache.jmeter.gui.action.Start
-
Gets the ActionNames attribute of the Start object.
- getActionNames() - Method in class org.apache.jmeter.gui.action.StopStoppables
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.TemplatesCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.UndoCommand
-
- getActionNames() - Method in class org.apache.jmeter.gui.action.What
-
Provide the list of Action names that are available in this command.
- getActionNames() - Method in class org.apache.jmeter.gui.action.ZoomInOut
-
- getAddButton() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Get the button used to add rows to the table.
- getAdditionalBeanInfo() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getAdditionalBeanInfo() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
-
- getAdditionalBeanInfo() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
-
- getAggregatedKeysSeriesFormat() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Gets the format for the name of aggregated keys seriesData.
- getAggregator() - Method in class org.apache.jmeter.report.processor.AggregateConsumer
-
Gets the aggregator.
- getAggregatorFactory() - Method in class org.apache.jmeter.report.processor.graph.GroupInfo
-
Gets the aggregator factory.
- getAggregatorInfo() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Gets the groupData.
- getAlias() - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Get the next or only alias.
- getAlias(int) - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
- getAliasCount() - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
- getAllLAFs() - Static method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
Get a list of all installed LAFs plus CrossPlatform and System.
- getAllThreads() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the overall number of threads.
- getAllThreads() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getApdexPerTransaction() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the apdex per transaction map
- getApdexPerTransactionParts(String) - Static method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Parses a string coming from properties to fill a map containing
sample names as keys and an array of 2 longs [satisfied, tolerated] as values.
- getApdexSatisfiedThreshold() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the apdex satisfied threshold.
- getApdexThresholdInfo() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- getApdexToleratedThreshold() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the apdex tolerated threshold.
- getArgument(int) - Method in class org.apache.jmeter.config.Arguments
-
Get a single argument.
- getArgumentCount() - Method in class org.apache.jmeter.config.Arguments
-
Get the number of arguments in the list.
- getArgumentDesc() - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
Return a list of strings briefly describing each parameter your function
takes.
- getArgumentDesc() - Method in interface org.apache.jmeter.functions.Function
-
Return a list of strings briefly describing each parameter your function
takes.
- getArguments() - Method in class org.apache.jmeter.config.Arguments
-
Get the arguments.
- getArguments() - Method in class org.apache.jmeter.testelement.TestPlan
-
- getArgumentsAsMap() - Method in class org.apache.jmeter.config.Arguments
-
Get the arguments as a Map.
- getAssertionResults() - Method in class org.apache.jmeter.samplers.SampleResult
-
Gets the assertion results associated with this sample.
- getAssertions() - Method in class org.apache.jmeter.samplers.Entry
-
- getAssertions() - Method in class org.apache.jmeter.threads.SamplePackage
-
- getAsText() - Method in class org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
-
- getAsText() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- getAsText() - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
-
- getAsText() - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- getAsText() - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- getAsText() - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- getAverage() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the average time in milliseconds that samples ran in.
- getAverage() - Method in class org.apache.jmeter.visualizers.Sample
-
- getAvgPageBytes() - Method in class org.apache.jmeter.util.Calculator
-
calculates the average page size, which means divide the bytes by number
of samples.
- getAvgPageBytes() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
calculates the average page size, which means divide the bytes by number
of samples.
- getBaseDir() - Method in class org.apache.jmeter.services.FileServer
-
- getBasedir() - Method in class org.apache.jmeter.testelement.TestPlan
-
- getBaseDirRelative() - Method in class org.apache.jmeter.services.FileServer
-
Calculates the relative path from
FileServer.DEFAULT_BASE to the current base,
which must be the same as or a child of the default.
- getBaseResult() - Method in class org.apache.jmeter.assertions.CompareAssertionResult
-
- getBeanDescriptor() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getBeanDescriptor() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getBeanDescriptor() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getBeanShellInterpreter() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
Get the interpreter and set up standard script variables.
- getBlankProperty() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- getBlankProperty(Object) - Static method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- getBodySize() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getBodySizeAsLong() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns false if string is invalid or null.
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.BooleanProperty
-
Returns false if string is invalid or null.
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Returns false if string is invalid or null.
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Returns false if string is invalid or null.
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getBooleanValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getBooleanValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getBytes() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the bytes.
- getBytes() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getBytes() - Method in class org.apache.jmeter.visualizers.Sample
-
- getBytes() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getBytesAsLong() - Method in class org.apache.jmeter.samplers.SampleResult
-
return the bytes returned by the response.
- getBytesPerSecond() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the bytes per second.
- getBytesPerSecond() - Method in class org.apache.jmeter.util.Calculator
-
Throughput in bytes / second
- getBytesPerSecond() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Throughput in bytes / second
- getCacheKey() - Method in class org.apache.jmeter.util.JSR223TestElement
-
- getCellEditorValue() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Returns the value of this cell.
- getCellEditorValue() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Forwards the message from the CellEditor to the
delegate.
- getCertificateChain(String) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- getCertificateChain(String) - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Get the ordered certificate chain for a specific alias.
- getChannel() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getChannelAttribute(int, String) - Method in class org.apache.jmeter.report.processor.AbstractSampleProcessor
-
- getChannelAttribute(int, String) - Method in interface org.apache.jmeter.report.processor.SampleProcessor
-
Return an attribute value associated on a channel on this sample
processor
- getClassName() - Method in class org.apache.jmeter.gui.util.MenuInfo
-
- getClassName() - Method in class org.apache.jmeter.report.config.InstanceConfiguration
-
Gets the class name of the item.
- getClickCountToStart() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Returns the number of clicks needed to start editing.
- getClientAliases(String, Principal[]) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- getClientAliases(String, Principal[]) - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Compiles the list of all client aliases with a private key.
- getClientSideVariables() - Method in class org.apache.jmeter.engine.PreCompiler
-
- getClientSideVariables() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Get all variables accessible for JMeter client in a distributed test
(only test plan and user defined variables)
Note this is a read-only collection
- getClonedTree() - Method in class org.apache.jmeter.engine.TreeCloner
-
- getColumnClass(int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- getColumnCount() - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
Required by table model interface.
- getColumnCount() - Method in class org.apache.jmeter.report.core.SampleMetadata
-
- getColumnData(String) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- getColumnName(int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
Required by table model interface.
- getColumnName(int) - Method in class org.apache.jmeter.report.core.SampleMetadata
-
Gets the name of the ith column in this metadata
- getColumnName(Integer) - Method in class org.apache.jmeter.report.core.SampleMetadata
-
Gets the name of the ith column in this metadata
- getComment() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for the comment property.
- getComment() - Method in class org.apache.jmeter.gui.UndoHistoryItem
-
- getComment() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getComment() - Method in interface org.apache.jmeter.testelement.TestElement
-
- getComponent() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Returns a reference to the editor component.
- getComponentList() - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
Method will return all the label and JRadioButtons.
- getCondition() - Method in class org.apache.jmeter.control.IfController
-
Condition Accessor - this is gonna be like ${count} < 10
- getCondition() - Method in class org.apache.jmeter.control.WhileController
-
- getConfigElement(Class<?>) - Method in class org.apache.jmeter.samplers.Entry
-
- getConfigs() - Method in class org.apache.jmeter.threads.SamplePackage
-
Returns the configs.
- getConnectTime() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the connect time stored in the sample.
- getConnectTime() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getConnectTime() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getConnectTimeout() - Method in class org.apache.jmeter.gui.ServerPanel
-
- getConsumedChannelCount() - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- getConsumedMetadata(int) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- getConsumer(int) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- getContentType() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getContext() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Gives access to the current thread context.
- getContext() - Method in class org.apache.jmeter.util.JsseSSLManager
-
Returns the SSLContext we are using.
- getControllersToRoot() - Method in class org.apache.jmeter.threads.FindTestElementsUpToRootTraverser
-
Returns all controllers that where in Tree down to nodeToFind in reverse order (from leaf to root)
- getConverter(Class<T>) - Static method in class org.apache.jmeter.report.core.Converters
-
Gets the converter for the specified class.
- getCopiedNodes() - Static method in class org.apache.jmeter.gui.action.Copy
-
- getCopyRight() - Static method in class org.apache.jmeter.util.JMeterVersion
-
- getCount() - Method in interface org.apache.jmeter.report.processor.Aggregator
-
Gets the number of aggregated values.
- getCount() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Gets the count of samples.
- getCount() - Method in class org.apache.jmeter.report.processor.MaxAggregator
-
- getCount() - Method in class org.apache.jmeter.report.processor.MeanAggregator
-
- getCount() - Method in class org.apache.jmeter.report.processor.MinAggregator
-
- getCount() - Method in class org.apache.jmeter.report.processor.PercentileAggregator
-
- getCount() - Method in class org.apache.jmeter.report.processor.SumAggregator
-
- getCount() - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- getCount() - Method in class org.apache.jmeter.util.Calculator
-
- getCount() - Method in class org.apache.jmeter.visualizers.Sample
-
- getCount() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getCurrentElement() - Method in class org.apache.jmeter.control.GenericController
-
Gets the element indicated by the current index, if one exists,
from the subControllersAndSamplers list.
- getCurrentElement() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getCurrentGui() - Method in class org.apache.jmeter.gui.GuiPackage
-
Convenience method for grabbing the gui for the current node.
- getCurrentName(String) - Static method in class org.apache.jmeter.util.NameUpdater
-
Looks up the class name; if that does not exist in the map,
then defaults to the input name.
- getCurrentName(String, String) - Static method in class org.apache.jmeter.util.NameUpdater
-
Looks up class name / property name combination; if that
does not exist in the map, then defaults to input property name.
- getCurrentName(String, String, String) - Static method in class org.apache.jmeter.util.NameUpdater
-
Looks up class name . property name / value combination;
if that does not exist in the map, returns the original value.
- getCurrentNode() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getCurrentNode() - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
Gets the CurrentNode attribute of the JMeterTreeListener object.
- getCurrentSample() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getCurrentSampler() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getCurrentSubTree() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the currently selected subtree.
- getCurrentSubTree(JMeterTreeNode) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
- getCurrentTestName(String, String) - Static method in class org.apache.jmeter.util.NameUpdater
-
Looks up test element / gui class combination; if that
does not exist in the map, then defaults to getCurrentName(testClassName).
- getCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- getCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
- getCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- getCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- getCustomEditor() - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- getData() - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- getData(int) - Method in class org.apache.jmeter.report.core.Sample
-
Gets the data stored in the column with the specified rank.
- getData(String) - Method in class org.apache.jmeter.report.core.Sample
-
Gets the data stored in the column with the specified name.
- getData(Class<T>, int, String) - Method in class org.apache.jmeter.report.core.Sample
-
Gets the data of the column matching the specified rank and converts it
to an alternative type.
- getData(Class<T>, String) - Method in class org.apache.jmeter.report.core.Sample
-
Gets the data of the column matching the specified name and converts it
to an alternative type.
- getData() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer.SummaryInfo
-
Gets the data to store.
- getData() - Method in class org.apache.jmeter.report.processor.SampleContext
-
Gets the data storage.
- getData() - Method in class org.apache.jmeter.visualizers.Sample
-
- getDataEncodingNoDefault() - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the dataEncoding.
- getDataEncodingWithDefault() - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the dataEncoding or the default if no dataEncoding was provided.
- getDataEncodingWithDefault(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the dataEncoding or the default if no dataEncoding was provided.
- getDataFromContext(String) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
Gets the data identified by the specified key from the current sample
context
- getDataType() - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the data type of the sample.
- getDate() - Method in class org.apache.jmeter.gui.util.JDateField
-
Get the date from the Date mask control.
- getDefaultAssertionMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultBase() - Static method in class org.apache.jmeter.services.FileServer
-
- getDefaultCipherSuites() - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- getDefaultConfigElementMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultControllerMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultEventIndex() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getDefaultEventIndex() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getDefaultEventIndex() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getDefaultExtractorMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultPropertyIndex() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getDefaultPropertyIndex() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getDefaultPropertyIndex() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getDefaultSamplerMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultTimerMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDefaultVisualizerMenu() - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- getDelay() - Method in class org.apache.jmeter.threads.ThreadGroup
-
Get the startup delay
- getDeleteButton() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Get the button used to delete rows from the table.
- getDelimiter() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- getDelimiter(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Return delimiterValue handling the TAB case
- getDescription() - Method in class org.apache.jmeter.config.Argument
-
Gets the Meta Data attribute of the Argument.
- getDescription() - Method in class org.apache.jmeter.gui.action.template.Template
-
- getDescription() - Method in class org.apache.jmeter.gui.JMeterFileFilter
-
Get a description for this filter.
- getDeviation() - Method in class org.apache.jmeter.visualizers.Sample
-
- getDistribution() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getDistributionLine() - Method in class org.apache.jmeter.visualizers.Sample
-
- getDocAnchor() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Compute Anchor value to find reference in documentation for a particular component
- getDocAnchor() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Get the component's document anchor name.
- getDocAnchor() - Method in class org.apache.jmeter.gui.NamePanel
-
Get the component's document anchor name.
- getDocAnchor() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getDocAnchor() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
Compute Anchor value to find reference in documentation for a particular component
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns 0 if string is invalid or null.
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Returns 0 if string is invalid or null.
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Returns 0 if string is invalid or null.
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getDoubleValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getDoubleValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getDuration() - Method in class org.apache.jmeter.threads.ThreadGroup
-
Get the desired duration of the thread group test run
- getElapsed() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Get the elapsed time for the samples
- getElapsed() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Get the elapsed time for the samples
- getElapsed() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getElapsedTime() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the elapsed time stored in the sample.
- getElapsedTime() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getElement() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
- getEnabled(String) - Method in class org.apache.jmeter.gui.util.MenuInfo
-
Returns whether the menu item represented by this MenuInfo object should be enabled
- getEnabledCipherSuites() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getEnabledProtocols() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getEnableSessionCreation() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getEndDate() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- getEndTime() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the end time of the sample.
- getEndTime() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the end time.
- getEndTime() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getEndTime() - Method in class org.apache.jmeter.threads.JMeterThread
-
Get the end time value.
- getEndTime() - Method in class org.apache.jmeter.visualizers.Sample
-
- getEngine() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getEngines() - Method in class org.apache.jmeter.engine.DistributedRunner
-
- getErrorAction() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- getErrorCount() - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the count of errors.
- getErrorCount() - Method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
- getErrorCount() - Method in class org.apache.jmeter.visualizers.RunningSample
-
- getErrorCount() - Method in class org.apache.jmeter.visualizers.Sample
-
- getErrorCount() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getErrorLoggingCheckbox() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Gets the checkbox which selects whether or not only errors should be
logged.
- getErrorPercentage() - Method in class org.apache.jmeter.util.Calculator
-
Returns the raw double value of the percentage of samples with errors
that were recorded.
- getErrorPercentage() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the raw double value of the percentage of samples with errors
that were recorded.
- getErrorPercentage() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Returns the raw double value of the percentage of samples with errors
that were recorded.
- getErrorPercentageString() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns a String which represents the percentage of sample errors that
have occurred. ("0.00%" through "100.00%")
- getErrors() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getErrors() - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
- getEventSetDescriptors() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getEventSetDescriptors() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getEventSetDescriptors() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getExportConfigurations() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the export configurations.
- getExporterPropertyKey(String, String) - Static method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the exporter property key from the specified identifier and property
name.
- getFailureLabel() - Method in class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
Gets the failure label.
- getFailureMessage() - Method in class org.apache.jmeter.assertions.AssertionResult
-
Get the message associated with any failure or error.
- getFailureMessage() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the failure message stored in the sample.
- getFile() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Gets the filename which has been entered in the FilePanel.
- getFileEncoding(String) - Static method in class org.apache.jmeter.save.SaveService
-
Returns the file Encoding specified in saveservice.properties or the default
- getFileName() - Method in class org.apache.jmeter.gui.action.template.Template
-
- getFilename() - Method in class org.apache.jmeter.gui.util.FilePanelEntry
-
Gets the filename attribute of the FilePanel object.
- getFilename() - Method in class org.apache.jmeter.reporters.ResultCollector
-
Get the filename of the file this collector uses
- getFilename() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- getFilename() - Method in class org.apache.jmeter.util.ScriptingTestElement
-
- getFilePanel() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Gets the file panel which allows the user to save results to a file.
- getFiles() - Method in class org.apache.jmeter.gui.util.FileListPanel
-
- getFileServer() - Static method in class org.apache.jmeter.services.FileServer
-
- getFilteredSamplesPattern() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- getFirstTime() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the first time.
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns 0 if string is invalid or null.
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Returns 0 if string is invalid or null.
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Returns 0 if string is invalid or null.
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getFloatValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getFloatValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getFunction() - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
- getFunctionalMode() - Static method in class org.apache.jmeter.testelement.TestPlan
-
Gets the static copy of the functional mode
- getFunctionClass(String) - Static method in class org.apache.jmeter.engine.util.CompoundVariable
-
- getFunctionNames() - Static method in class org.apache.jmeter.engine.util.CompoundVariable
-
- getGranularity() - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
Gets the granularity.
- getGranularity() - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
Gets the granularity.
- getGranularity() - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
Gets the granularity.
- getGranularity() - Method in class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
Gets the granularity.
- getGranularity() - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- getGranularity() - Method in class org.apache.jmeter.report.processor.TimeRateAggregatorFactory
-
Gets the granularity used by created aggregators.
- getGraphConfigurations() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the graph configurations.
- getGraphExtraConfigurations() - Method in class org.apache.jmeter.report.config.ExporterConfiguration
-
Gets the extra configurations for graphs.
- getGraphPropertyKey(String, String) - Static method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the graph property key from the specified identifier and property
name.
- getGroupData() - Method in class org.apache.jmeter.report.processor.graph.GroupInfo
-
Gets the group data.
- getGroupInfos() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Gets the group information.
- getGroupThreads() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the number of threads in the group of this sample.
- getGroupThreads() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getGUI(Class<?>) - Static method in class org.apache.jmeter.gui.GUIFactory
-
Get a component instance which has previously been registered for this
class object.
- getGui(TestElement) - Method in class org.apache.jmeter.gui.GuiPackage
-
Get a JMeterGUIComponent for the specified test element.
- getGui(TestElement, Class<?>, Class<?>) - Method in class org.apache.jmeter.gui.GuiPackage
-
Get a JMeterGUIComponent for the specified test element.
- getHeadersSize() - Method in class org.apache.jmeter.samplers.SampleResult
-
Get the headers size in bytes
- getHiDPIMode() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Provide info, whether we run in HiDPI mode
- getHiDPIScaleFactor() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Provide info about the HiDPI scale factor
- getHost() - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
- getHostname() - Method in class org.apache.jmeter.samplers.SampleEvent
-
Get the name of the host for which this event was recorded
- getI18nKey() - Method in class org.apache.jmeter.gui.util.IconToolbarBean
-
- getIcon(Class<?>) - Static method in class org.apache.jmeter.gui.GUIFactory
-
Get an icon which has previously been registered for this class object.
- getIcon(Class<?>, boolean) - Static method in class org.apache.jmeter.gui.GUIFactory
-
Get icon/disabledicon which has previously been registered for this class
object.
- getIcon() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getIcon(boolean) - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getIcon(int) - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getIcon(int) - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getIcon(int) - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getIconMappings() - Method in class org.apache.jmeter.JMeter
-
- getIconMappings() - Method in interface org.apache.jmeter.plugin.JMeterPlugin
-
- getIconPath() - Method in class org.apache.jmeter.gui.util.IconToolbarBean
-
- getIconPathPressed() - Method in class org.apache.jmeter.gui.util.IconToolbarBean
-
- getIdleTime() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getImage(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
This looks for the requested image in the classpath under
org.apache.jmeter.images.
- getImage(String, String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
This looks for the requested image in the classpath under
org.apache.jmeter.images.
- getImage() - Method in interface org.apache.jmeter.visualizers.ImageVisualizer
-
- getIndex() - Method in class org.apache.jmeter.visualizers.RunningSample
-
- getInetAddress() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getInitFileProperty() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- getInputStream() - Method in class org.apache.jmeter.util.SlowSocket
-
- getInputStream() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getInstance() - Static method in class org.apache.jmeter.gui.action.ActionRouter
-
Gets the Instance attribute of the ActionRouter class
- getInstance() - Static method in class org.apache.jmeter.gui.action.template.TemplateManager
-
- getInstance() - Static method in class org.apache.jmeter.gui.GuiPackage
-
Retrieve the singleton GuiPackage instance.
- getInstance(int, int, boolean) - Static method in class org.apache.jmeter.gui.util.JSyntaxTextArea
-
Creates the default syntax highlighting text area.
- getInstance(int, int) - Static method in class org.apache.jmeter.gui.util.JSyntaxTextArea
-
Creates the default syntax highlighting text area.
- getInstance(JSyntaxTextArea, boolean) - Static method in class org.apache.jmeter.gui.util.JTextScrollPane
-
- getInstance(JSyntaxTextArea) - Static method in class org.apache.jmeter.gui.util.JTextScrollPane
-
- getInstance() - Static method in class org.apache.jmeter.timers.TimerService
-
- getInstance() - Static method in class org.apache.jmeter.util.JSR223TestElement
-
- getInstance(String, int, int, String) - Static method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Create a keystore which returns a range of aliases (if available)
- getInstance(String) - Static method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Create a keystore which returns the first alias only.
- getInstance() - Static method in class org.apache.jmeter.util.SSLManager
-
Static accessor for the SSLManager object.
- getIntValue() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns 0 if string is invalid or null.
- getIntValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Returns 0 if string is invalid or null.
- getIntValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Returns 0 if string is invalid or null.
- getIntValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getIntValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getIntValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getIntValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getIteration() - Method in class org.apache.jmeter.engine.event.LoopIterationEvent
-
Returns the iteration.
- getIteration() - Method in class org.apache.jmeter.threads.JMeterVariables
-
- getIterator(Collection<JMeterProperty>) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- getIterator() - Method in class org.apache.jmeter.threads.JMeterVariables
-
Gets a read-only Iterator over the variables.
- getIterCount() - Method in class org.apache.jmeter.control.GenericController
-
- getIterCount() - Method in class org.apache.jmeter.control.LoopController
- getIterCount() - Method in class org.apache.jmeter.control.RunTime
-
- getJavaInitializationString() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- getJMeterBinDir() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get the JMeter bin directory - does not include the trailing separator.
- getJMeterCopyright() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets the JMeter copyright.
- getJMeterDir() - Static method in class org.apache.jmeter.NewDriver
-
Get the directory where JMeter is installed.
- getJMeterHome() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get the JMeter home directory - does not include the trailing separator.
- getJMeterLaf() - Static method in class org.apache.jmeter.gui.action.LookAndFeelCommand
-
Get LookAndFeel classname from the following properties:
User preferences key: "laf"
jmeter.laf.
- getJMeterProperties() - Static method in class org.apache.jmeter.util.JMeterUtils
-
This gets the currently defined appProperties.
- getJMeterVersion() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets the JMeter Version.
- getJTree() - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
Gets the JTree attribute of the JMeterTreeListener object.
- getKBPerSecond() - Method in class org.apache.jmeter.util.Calculator
-
Sent Throughput in kilobytes / second
- getKBPerSecond() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Throughput in kilobytes / second
- getKBytesPerSecond() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the kilo bytes per second.
- getKeepAlive() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getKey(SampleEvent, boolean) - Static method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
Generates the key to be used for aggregating samples as follows:
sampleLabel "-" [threadName|threadGroup]
N.B. the key should agree with the fixed items that are saved in the sample.
- getKeyFromSample(Sample) - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Gets the identifier key from sample.
- getKeyFromSample(Sample) - Method in class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- getKeyFromSample(Sample) - Method in class org.apache.jmeter.report.processor.ErrorsSummaryConsumer
-
- getKeyFromSample(Sample) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryConsumer
-
- getKeyFromSample(Sample) - Method in class org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
-
- getKeysAggregator() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Gets the keys aggregator of aggregated keys seriesData.
- getKeysSelector() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Gets the keys selector.
- getKeyStore() - Method in class org.apache.jmeter.util.SSLManager
-
Opens and initializes the KeyStore.
- getLabel() - Method in class org.apache.jmeter.gui.util.MenuInfo
-
- getLabel() - Method in class org.apache.jmeter.util.Calculator
-
- getLabel() - Method in class org.apache.jmeter.visualizers.RunningSample
-
- getLabel() - Method in class org.apache.jmeter.visualizers.Sample
-
- getLabel() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getLabel() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getLabelResource() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- getLabelResource() - Method in class org.apache.jmeter.config.gui.LoginConfigGui
-
- getLabelResource() - Method in class org.apache.jmeter.config.gui.ObsoleteGui
-
- getLabelResource() - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.IfControllerPanel
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.LogicControllerGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.LoopControlPanel
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.RunTimeGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.TestFragmentControllerGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.TestPlanGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.TransactionControllerGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.WhileControllerGui
-
- getLabelResource() - Method in class org.apache.jmeter.control.gui.WorkBenchGui
-
Deprecated.
- getLabelResource() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language.
- getLabelResource() - Method in class org.apache.jmeter.gui.NamePanel
-
Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language.
- getLabelResource() - Method in class org.apache.jmeter.reporters.gui.ResultActionGui
-
- getLabelResource() - Method in class org.apache.jmeter.reporters.gui.ResultSaverGui
-
- getLabelResource() - Method in class org.apache.jmeter.reporters.gui.SummariserGui
-
- getLabelResource() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language.
- getLabelResource() - Method in class org.apache.jmeter.threads.gui.PostThreadGroupGui
-
- getLabelResource() - Method in class org.apache.jmeter.threads.gui.SetupThreadGroupGui
-
- getLabelResource() - Method in class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- getLanguageNames() - Static method in class org.apache.jmeter.util.JSR223BeanInfoSupport
-
- getLanguages() - Static method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
Generate the list of supported languages.
- getLastJFCDirectory() - Static method in class org.apache.jmeter.gui.util.FileDialoger
-
- getLatency() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the latency stored in the sample.
- getLatency() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getLatency() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getListener() - Method in class org.apache.jmeter.samplers.BatchSampleSender
-
- getLocalAddress() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getLocale() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets the current locale.
- getLocale() - Method in class org.apache.jmeter.util.LocaleChangeEvent
-
- getLocaleString(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get the locale name as a resource.
- getLocalHostFullName() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Returns the cached result from calling
InetAddress.getLocalHost().getCanonicalHostName()
- getLocalHostIP() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Returns the cached result from calling
InetAddress.getLocalHost().getHostAddress()
- getLocalHostName() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Returns the cached result from calling
InetAddress.getLocalHost().getHostName()
- getLocalPort() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getLocalSocketAddress() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getLogEventBus() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getLoggerPanel() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getLongValue() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns 0 if string is invalid or null.
- getLongValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
- getLongValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Returns 0 if string is invalid or null.
- getLongValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getLongValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getLongValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getLongValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getLoops() - Method in class org.apache.jmeter.control.LoopController
-
- getLoopString() - Method in class org.apache.jmeter.control.LoopController
-
- getMainFrame() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the main JMeter frame.
- getMainToolbar() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the main JMeter toolbar.
- getManager() - Method in class org.apache.jmeter.util.BSFTestElement
-
- getMatcher() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets Perl5Matcher for this thread.
- getMax() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getMax() - Method in class org.apache.jmeter.util.Calculator
-
- getMax() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the time in milliseconds of the slowest sample.
- getMax() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getMaxThroughput() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getMean() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getMean() - Method in class org.apache.jmeter.util.Calculator
-
- getMean() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getMeanAsNumber() - Method in class org.apache.jmeter.util.Calculator
-
- getMeanAsNumber() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getMedian() - Method in class org.apache.jmeter.visualizers.Sample
-
- getMedian() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getMediaType() - Method in class org.apache.jmeter.samplers.SampleResult
-
Get the media type from the Content Type
- getMenuCategories() - Method in class org.apache.jmeter.assertions.gui.AbstractAssertionGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.config.gui.AbstractConfigGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.config.gui.ObsoleteGui
-
- getMenuCategories() - Method in class org.apache.jmeter.control.gui.AbstractControllerGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.control.gui.TestFragmentControllerGui
-
Over-ride this so that we add ourselves to the Test Fragment Category instead.
- getMenuCategories() - Method in class org.apache.jmeter.control.gui.TestPlanGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.control.gui.WorkBenchGui
-
Deprecated.
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
This is the list of add menu categories this gui component will be
available under.
- getMenuCategories() - Method in class org.apache.jmeter.gui.NamePanel
-
This is the list of add menu categories this gui component will be
available under.
- getMenuCategories() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getMenuCategories() - Method in class org.apache.jmeter.processor.gui.AbstractPostProcessorGui
-
- getMenuCategories() - Method in class org.apache.jmeter.processor.gui.AbstractPreProcessorGui
-
- getMenuCategories() - Method in class org.apache.jmeter.samplers.gui.AbstractSamplerGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
This is the list of add menu categories this gui component will be
available under.
- getMenuCategories() - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- getMenuCategories() - Method in class org.apache.jmeter.timers.gui.AbstractTimerGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuCategories() - Method in class org.apache.jmeter.visualizers.gui.AbstractListenerGui
-
This is the list of menu categories this gui component will be available
under.
- getMenuItemLoggerPanel() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the menu item LoggerPanel.
- getMenuItemsAtLocation(MenuCreator.MENU_LOCATION) - Method in interface org.apache.jmeter.gui.plugin.MenuCreator
-
MenuItems to be added in location menu
- getMenuItemSaveBeforeRunPanel() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the menu item SaveBeforeRunPanel.
- getMetaData() - Method in class org.apache.jmeter.config.Argument
-
Gets the Meta Data attribute of the Argument.
- getMetadata() - Method in class org.apache.jmeter.report.core.CsvSampleReader
-
- getMetadata() - Method in class org.apache.jmeter.report.core.SampleBuilder
-
- getMethodDescriptors() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getMethodDescriptors() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getMethodDescriptors() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getMin() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getMin() - Method in class org.apache.jmeter.util.Calculator
-
- getMin() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the time in milliseconds of the quickest sample.
- getMin() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getModel() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Provides access to the ResultCollector model class for extending
implementations.
- getName() - Method in class org.apache.jmeter.assertions.AssertionResult
-
Get the name of the assertion
- getName() - Method in class org.apache.jmeter.config.Argument
-
Get the name of the Argument.
- getName() - Method in class org.apache.jmeter.engine.util.SimpleVariable
-
- getName() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for the name property.
- getName() - Method in class org.apache.jmeter.gui.action.template.Template
-
- getName() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Gets the name of the JMeter GUI component.
- getName() - Method in class org.apache.jmeter.gui.NamePanel
-
Get the currently displayed name.
- getName() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
- getName() - Method in interface org.apache.jmeter.gui.tree.NamedTreeNode
-
- getName() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the name stored in the sample.
- getName() - Method in class org.apache.jmeter.report.dashboard.AbstractDataExporter
-
- getName() - Method in interface org.apache.jmeter.report.dashboard.DataExporter
-
Gets the name of the exporter.
- getName() - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
Gets the name of the consumer.
- getName() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getName() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
The name of the property.
- getName() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
The name of the property.
- getName() - Method in interface org.apache.jmeter.testelement.TestElement
-
Get the name of this test element
- getName() - Method in interface org.apache.jmeter.util.NamedObject
-
- getNamePanel() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides the Name Panel for extending classes.
- getNames() - Method in class org.apache.jmeter.report.processor.graph.IndexedNameSelector
-
Gets the names.
- getNamespaceForPrefix(String, Node) - Method in class org.apache.jmeter.util.PropertiesBasedPrefixResolver
-
Searches prefix in NAMESPACE_MAP, if it fails to find it defaults to parent implementation
- getNamingPolicy() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getNeedClientAuth() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getNextType(HierarchicalStreamReader) - Method in class org.apache.jmeter.save.ScriptWrapperConverter
-
- getNodeOf(TestElement) - Method in class org.apache.jmeter.gui.GuiPackage
-
Find the JMeterTreeNode for a certain TestElement object.
- getNodeOf(TestElement) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Get the node for a given TestElement object.
- getNodesOfType(Class<?>) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Returns a list of tree nodes that hold objects of the given class type.
- getNotifier() - Method in class org.apache.jmeter.threads.JMeterThread
-
- getNumberFieldErrorListener() - Static method in class org.apache.jmeter.gui.util.NumberFieldErrorListener
-
- getNumberOfThreads() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Get the number of active threads
- getNumberOfThreads() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Get the number of currently active threads
- getNumSamples() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the number of samples that have been recorded by this instance of
the RunningSample class.
- getNumThreads() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Get the number of threads.
- getObject(String) - Method in class org.apache.jmeter.threads.JMeterVariables
-
Gets the value of a variable (not converted to String).
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.BooleanProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.FunctionProperty
-
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getObjectValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.MapProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.ObjectProperty
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.StringProperty
-
- getObjectValue() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
- getOnErrorSetting() - Method in class org.apache.jmeter.gui.OnErrorPanel
-
- getOnErrorStartNextLoop() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Check if a sampler error should cause thread to start next loop.
- getOnErrorStopTest() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Check if a sampler error should cause test to stop.
- getOnErrorStopTestNow() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Check if a sampler error should cause test to stop now.
- getOnErrorStopThread() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Check if a sampler error should cause thread to stop.
- getOOBInline() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getOutputFile() - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- getOutputFile(int) - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- getOutputStream() - Method in class org.apache.jmeter.util.SlowSocket
-
- getOutputStream() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getOverallInfo() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Gets the overall info.
- getOverallSeries() - Method in class org.apache.jmeter.report.processor.graph.GroupData
-
Gets the overall series data
- getOverallSeriesFormat() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Gets the format of the "overall" seriesData name.
- getParameters() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- getParameters() - Method in class org.apache.jmeter.util.ScriptingTestElement
-
- getParent() - Method in class org.apache.jmeter.gui.action.template.Template
-
- getParent() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getParsedLabel(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
To get I18N label from properties file
- getParsedLine(String, boolean, boolean, char) - Method in class org.apache.jmeter.services.FileServer
-
- getPassword() - Method in class org.apache.jmeter.config.LoginConfig
-
Gets the Password attribute of the LoginConfig object.
- getPasswordAuthentication() - Method in class org.apache.jmeter.ProxyAuthenticator
-
Return a PasswordAuthentication instance using the userName and password
specified in the constructor.
- getPathToThreadGroup() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
Return nodes to level 2
- getPattern(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a compiled expression from the pattern cache (READ_ONLY).
- getPattern(String, int) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a compiled expression from the pattern cache.
- getPatternCache() - Static method in class org.apache.jmeter.util.JMeterUtils
-
- getPercentile1() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getPercentile2() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the percentile2.
- getPercentile3() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the percentile3.
- getPercentileIndex() - Method in class org.apache.jmeter.report.processor.PercentileAggregatorFactory
-
Gets the percentile index.
- getPercentPoint(double) - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getPercentPoint(float) - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getPort() - Method in class org.apache.jmeter.gui.ServerPanel
-
- getPort() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getPostProcessors() - Method in class org.apache.jmeter.threads.SamplePackage
-
- getPreferredHeight() - Method in class org.apache.jmeter.gui.util.TextAreaCellRenderer
-
- getPreferredSize() - Method in class org.apache.jmeter.threads.gui.AbstractThreadGroupGui
-
- getPreProcessors() - Method in class org.apache.jmeter.threads.SamplePackage
-
Returns the preProcessors.
- getPreviousResult() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getPreviousSampler() - Method in class org.apache.jmeter.threads.JMeterContext
-
Returns the previousSampler.
- getPrintableComponent() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Subclasses need to over-ride this method, if they wish to return
something other than the Visualizer itself.
- getPrintableComponent() - Method in interface org.apache.jmeter.visualizers.Printable
-
- getPrivateKey(String) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- getPrivateKey(String) - Method in class org.apache.jmeter.util.keystore.JmeterKeyStore
-
Return the private Key for a specific alias
- getPropDefault(String, int) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a int value with default if not present.
- getPropDefault(String, boolean) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a boolean value with default if not present.
- getPropDefault(String, long) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a long value with default if not present.
- getPropDefault(String, float) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a float value with default if not present.
- getPropDefault(String, String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get a String value with default if not present.
- getProperties() - Method in class org.apache.jmeter.report.config.SubConfiguration
-
Gets the properties of the item.
- getProperties() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getProperties(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
This method is used by the init method to load the property file that may
even reside in the user space, or in the classpath under
org.apache.jmeter.jmeter.properties.
- getPropertiesVersion() - Static method in class org.apache.jmeter.save.SaveService
-
- getProperty(String, TProperty, Class<TProperty>) - Method in class org.apache.jmeter.report.config.SubConfiguration
-
Gets the value of the specified property.
- getProperty(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Get the named property.
- getProperty(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Given the name of the property, returns the appropriate property from
JMeter.
- getProperty(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Get the value of a JMeter property.
- getPropertyAsBoolean(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsBoolean(String, boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsBoolean(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a boolean value.
- getPropertyAsBoolean(String, boolean) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a boolean value or a default value if no property
could be found.
- getPropertyAsDouble(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsDouble(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a double value.
- getPropertyAsFloat(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsFloat(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a float value.
- getPropertyAsInt(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsInt(String, int) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsInt(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as an int value.
- getPropertyAsInt(String, int) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as an int value or a default value if no property
could be found.
- getPropertyAsLong(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsLong(String, long) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsLong(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a long value.
- getPropertyAsLong(String, long) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a long value or a default value if no property
could be found.
- getPropertyAsString(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsString(String, String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getPropertyAsString(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as a string value.
- getPropertyAsString(String, String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Return a property as an string value or a default value if no property
could be found.
- getPropertyDescriptors() - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
- getPropertyDescriptors() - Method in class org.apache.jmeter.testbeans.TestBeanBeanInfo
- getPropertyDescriptors() - Method in class org.apache.jmeter.testelement.AbstractTestElementBeanInfo
- getPropertyName(HierarchicalStreamReader, UnmarshallingContext) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Get the property name, updating it if necessary using
NameUpdater.
- getPropertyType() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Get the property type for this property.
- getPropertyType() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Figures out what kind of properties this collection is holding and
returns the class type.
- getPropertyType() - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Figures out what kind of properties this collection is holding and
returns the class type.
- getPropertyValue(HierarchicalStreamReader, UnmarshallingContext, String) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Get the property value, updating it if necessary using
NameUpdater.
- getRampUp() - Method in class org.apache.jmeter.threads.ThreadGroup
-
Get the ramp-up value.
- getRandomFile(String, String[]) - Method in class org.apache.jmeter.services.FileServer
-
Method will get a random file in a base directory
TODO hey, not sure this method belongs here.
- getRandomInt(int) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Provide random numbers
- getRate() - Method in class org.apache.jmeter.util.Calculator
-
Returns the throughput associated to this sampler in requests per second.
- getRate() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the throughput associated to this sampler in requests per second.
- getRate() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Returns the throughput associated to this sampler in requests per second.
- getRatePerMin() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns the throughput associated to this sampler in requests per min.
- getRateString() - Method in class org.apache.jmeter.visualizers.RunningSample
-
Returns a String that represents the throughput associated for this
sampler, in units appropriate to its dimension:
The number is represented in requests/second or requests/minute or
requests/hour.
- getRawParameters() - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
Allows the retrieval of the original String prior to it being compiled.
- getReceiveBufferSize() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getReceivedBytes() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the number of received bytes stored in the sample.
- getRecentFile(int) - Static method in class org.apache.jmeter.gui.action.LoadRecentProject
-
Get the full path to the recent file where index 0 is the most recent
- getRecentFileMenuItems() - Static method in class org.apache.jmeter.gui.action.LoadRecentProject
-
Get the menu items to add to the menu bar, to get recent file functionality
- getReferenceKey() - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
Return the name of your function.
- getReferenceKey() - Method in class org.apache.jmeter.functions.AbstractFunction
-
- getReferenceKey() - Method in interface org.apache.jmeter.functions.Function
-
Return the name of your function.
- getRemoteSocketAddress() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getReplacementSubTree() - Method in interface org.apache.jmeter.control.ReplaceableController
-
Used to replace the test execution tree (usually by adding the
subelements of the TestElement that is replacing the
ReplaceableController.
- getReplacer() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get a ValueReplacer for the test tree.
- getReportTitle() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- getRequestHeaders() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getResolvedFile(String) - Method in class org.apache.jmeter.services.FileServer
-
Get File instance for provided file path,
resolve file location relative to base dir or script dir when needed
- getResourceBundles() - Method in class org.apache.jmeter.JMeter
-
- getResourceBundles() - Method in interface org.apache.jmeter.plugin.JMeterPlugin
-
- getResourceFileAsText(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
- getResponseCode() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the response code stored in the sample.
- getResponseCode() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getResponseData() - Method in class org.apache.jmeter.samplers.SampleResult
-
Gets the responseData attribute of the SampleResult object.
- getResponseDataAsString() - Method in class org.apache.jmeter.samplers.SampleResult
-
Gets the responseData of the SampleResult object as a String
- getResponseHeaders() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getResponseMessage() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the response message stored in the sample.
- getResponseMessage() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getResponseTimeout() - Method in class org.apache.jmeter.gui.ServerPanel
-
- getResString(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets the resource string for this key.
- getResString(String, Locale) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Gets the resource string for this key in Locale.
- getResString(String, String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
- getResult(SampleResult) - Method in interface org.apache.jmeter.assertions.Assertion
-
Returns the AssertionResult object encapsulating information about the
success or failure of the assertion.
- getResult() - Method in interface org.apache.jmeter.report.processor.Aggregator
-
Gets the result of the aggregation using stored values.
- getResult(String) - Method in class org.apache.jmeter.report.processor.MapResultData
-
Gets the result with the specified name.
- getResult() - Method in class org.apache.jmeter.report.processor.MaxAggregator
-
- getResult() - Method in class org.apache.jmeter.report.processor.MeanAggregator
-
- getResult() - Method in class org.apache.jmeter.report.processor.MinAggregator
-
- getResult() - Method in class org.apache.jmeter.report.processor.PercentileAggregator
-
- getResult() - Method in class org.apache.jmeter.report.processor.SumAggregator
-
- getResult() - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- getResult() - Method in class org.apache.jmeter.samplers.SampleEvent
-
- getResultFileName() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getReuseAddress() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getRmiHost() - Static method in class org.apache.jmeter.rmi.RmiUtils
-
- getRmiRegistryPort() - Static method in class org.apache.jmeter.rmi.RmiUtils
-
- getRowCount() - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
Required by table model interface.
- getRowData(int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- getRuntime() - Method in class org.apache.jmeter.control.RunTime
-
- getRuntimeString() - Method in class org.apache.jmeter.control.RunTime
-
- getSample(int) - Method in class org.apache.jmeter.visualizers.CachingStatCalculator
-
- getSampleContext() - Method in class org.apache.jmeter.report.processor.AbstractSampleProcessor
-
- getSampleContext() - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- getSampleContext() - Method in interface org.apache.jmeter.report.processor.SampleProcessor
-
Gets the sample context.
- getSampleContext() - Method in interface org.apache.jmeter.report.processor.SampleSource
-
Gets the sample context.
- getSampleCount() - Method in class org.apache.jmeter.samplers.SampleResult
-
return the sample count. by default, the value is 1.
- getSampleFilter() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the overall sample filter.
- getSampleIndexer() - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- getSampleLabel() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getSampleLabel(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
Get the sample label for use in summary reports etc.
- getSampleList(SampleResult) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Generate a list of qualifying sample results,
depending on the scope.
- getSampleListeners() - Method in class org.apache.jmeter.threads.SamplePackage
-
- getSampleNumberString() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getSamplePredicate() - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
Gets the sample predicate used to filter the samples.
- getSampler() - Method in class org.apache.jmeter.threads.SamplePackage
-
- getSamplerClass() - Method in class org.apache.jmeter.samplers.Entry
-
- getSamplerContext() - Method in class org.apache.jmeter.threads.JMeterContext
-
Sampler context is cleaned up as soon as Post-Processor have ended
- getSamplerController() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Get the sampler controller.
- getSamplerData() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getSampleResults() - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- getSampleResults() - Method in class org.apache.jmeter.save.TestResultWrapper
-
- getSampleRow() - Method in class org.apache.jmeter.report.core.Sample
-
- getSamples() - Method in class org.apache.jmeter.visualizers.CachingStatCalculator
-
- getSampleSaveConfiguration(String, String) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Parse a CSV header line
- getSampleStore() - Method in class org.apache.jmeter.samplers.BatchSampleSender
-
- getSatisfiedCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- getSatisfiedThreshold() - Method in class org.apache.jmeter.report.processor.ApdexThresholdsInfo
-
- getSatisfiedThreshold() - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- getSaveConfig() - Method in class org.apache.jmeter.gui.SavePropertyDialog
-
- getSaveConfig() - Method in class org.apache.jmeter.reporters.ResultCollector
-
- getSaveConfig() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getSaveWorkBench() - Method in class org.apache.jmeter.testelement.WorkBench
-
Deprecated.
- getScheduler() - Method in class org.apache.jmeter.threads.ThreadGroup
-
Get whether scheduler is being used
- getScopeName() - Method in class org.apache.jmeter.testelement.AbstractScopedAssertion
-
- getScopeName() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- getScript() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
Return the script (TestBean version).
- getScript() - Method in class org.apache.jmeter.util.ScriptingTestElement
-
Return the script (TestBean version).
- getScriptEngine() - Method in class org.apache.jmeter.util.JSR223TestElement
-
- getScriptLanguage() - Method in class org.apache.jmeter.util.BSFTestElement
-
- getScriptLanguage() - Method in class org.apache.jmeter.util.JSR223TestElement
-
- getScriptName() - Method in class org.apache.jmeter.services.FileServer
-
- getSearchableTokens() - Method in class org.apache.jmeter.assertions.AssertionResult
-
- getSearchableTokens() - Method in interface org.apache.jmeter.gui.Searchable
-
Get a list of all tokens that should be visible to searching
- getSearchableTokens() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getSearchableTokens() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Get a list of all tokens that should be visible to searching
- getSearchPaths() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Generate a list of paths to search.
- getSecondaryResult() - Method in class org.apache.jmeter.assertions.CompareAssertionResult
-
- getSelectedNodes() - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
- getSelection() - Method in class org.apache.jmeter.util.ScopePanel
-
- getSelector() - Method in class org.apache.jmeter.report.processor.AggregateConsumer
-
Gets the selector.
- getSendBufferSize() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getSentBytes() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the number of sent bytes stored in the sample.
- getSentBytes() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getSentBytes() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getSentBytes() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getSentBytesPerSecond() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the sent bytes per second.
- getSentBytesPerSecond() - Method in class org.apache.jmeter.util.Calculator
-
Sent bytes / second
- getSentBytesPerSecond() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Sent Throughput in bytes / second
- getSentKBPerSecond() - Method in class org.apache.jmeter.util.Calculator
-
Sent bytes throughput in kilobytes / second
- getSentKBPerSecond() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
Sent Throughput in kilobytes / second
- getSentKBytesPerSecond() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the sent kilo bytes per second.
- getSeparator() - Method in class org.apache.jmeter.report.core.CsvFile
-
- getSeparator() - Method in class org.apache.jmeter.report.core.SampleMetadata
-
- getSeriesFilter() - Method in class org.apache.jmeter.report.config.ExporterConfiguration
-
Gets the series filter.
- getSeriesInfo() - Method in class org.apache.jmeter.report.processor.graph.GroupData
-
Gets the series data map.
- getSeriesName() - Method in class org.apache.jmeter.report.processor.graph.StaticSeriesSelector
-
Gets the name of the series.
- getSeriesSelector() - Method in class org.apache.jmeter.report.processor.graph.GroupInfo
-
Gets the seriesData selector.
- getServer() - Method in class org.apache.jmeter.gui.ServerPanel
-
- getServerAliases(String, Principal[]) - Method in class org.apache.jmeter.rmi.AliasKeyManager
-
- getSession() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getSize() - Method in class org.apache.jmeter.report.processor.ListResultData
-
Gets the size of the list.
- getSoLinger() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getSortOrder() - Method in class org.apache.jmeter.gui.util.MenuInfo
-
- getSoTimeout() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getSource() - Method in class org.apache.jmeter.engine.event.LoopIterationEvent
-
Returns the source.
- getSourceActions(JComponent) - Method in class org.apache.jmeter.gui.tree.JMeterTreeTransferHandler
-
- getStandardDeviation() - Method in class org.apache.jmeter.util.Calculator
-
- getStandardDeviation() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- getStartDate() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- getStartTime() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the start time of the sample.
- getStartTime() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getStartTime() - Method in class org.apache.jmeter.threads.JMeterThread
-
Get the start time value.
- getStartTime() - Method in class org.apache.jmeter.visualizers.Sample
-
- getStartTime() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getStartTimeFormatted(Format) - Method in class org.apache.jmeter.visualizers.Sample
-
- getStartTimeFormatted(Format) - Method in class org.apache.jmeter.visualizers.TableSample
-
- getState() - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- getStaticLabel() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
- getStaticLabel() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Get the component's label.
- getStaticLabel() - Method in class org.apache.jmeter.gui.NamePanel
-
Get the component's label.
- getStaticLabel() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getStaticLabel() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
Get the component's label.
- getStoppables() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getStringLayout() - Method in class org.apache.jmeter.gui.logging.GuiLogEventAppender
-
- getStringValue() - Method in class org.apache.jmeter.testelement.property.BooleanProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.DoubleProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.FloatProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.FunctionProperty
-
Executes the function (and caches the value for the duration of the test
iteration) if the property is a running version.
- getStringValue() - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- getStringValue() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- getStringValue() - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- getStringValue() - Method in class org.apache.jmeter.testelement.property.MapProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- getStringValue() - Method in class org.apache.jmeter.testelement.property.ObjectProperty
- getStringValue() - Method in class org.apache.jmeter.testelement.property.StringProperty
-
- getStringValue() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
- getSubConfigurationPropertyKey(String, String, String) - Static method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the sub configuration property key from the specified key
prefix, sub configuration identifier and property name.
- getSubConfigurationPropertyPrefix(String, String) - Static method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the sub configuration property prefix from the specified key
prefix and sub configuration identifier.
- getSubControllers() - Method in class org.apache.jmeter.control.GenericController
-
Gets the SubControllers attribute of the GenericController object
- getSubResults() - Method in class org.apache.jmeter.samplers.SampleResult
-
Gets the subresults associated with this sample.
- getSubSampler() - Method in class org.apache.jmeter.control.TransactionSampler
-
- getSuccess() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the success status stored in the sample.
- getSuccessLabel() - Method in class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
Gets the success label.
- getSummaryInfos() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Gets the summary infos.
- getSupportedCipherSuites() - Method in class org.apache.jmeter.util.HttpSSLProtocolSocketFactory
-
- getSupportedCipherSuites() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getSupportedProtocols() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getTable() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Get the table used to enter arguments.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Implements the TableCellEditor interface.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.jmeter.gui.util.HeaderAsPropertyRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.jmeter.gui.util.HeaderAsPropertyRendererWrapper
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.jmeter.gui.util.TextAreaCellRenderer
-
- getTableLabel() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Get the title label for this component.
- getTagLabel() - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
Gets the label of the tag used by this consumer.
- getTags() - Method in class org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
-
- getTags() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- getTcpNoDelay() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getTempDirectory() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Gets the temporary directory.
- getTemplateByName(String) - Method in class org.apache.jmeter.gui.action.template.TemplateManager
-
- getTemplateNames() - Method in class org.apache.jmeter.gui.action.template.TemplateManager
-
- getterName(String) - Static method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
Convert a config name to the method name of the getter.
- getTestElement() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- getTestPlan() - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
Get the
TestPlan from the root of this tree
- getTestPlanClasspath() - Method in class org.apache.jmeter.testelement.TestPlan
-
Returns the classpath
- getTestPlanClasspathArray() - Method in class org.apache.jmeter.testelement.TestPlan
-
- getTestPlanFile() - Method in class org.apache.jmeter.gui.GuiPackage
-
- getTestStartTime() - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- getTestStartTime() - Method in class org.apache.jmeter.save.TestResultWrapper
-
- getTestStartTime() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
- getTestTree() - Method in class org.apache.jmeter.threads.JMeterThread
-
- getText() - Method in class org.apache.jmeter.gui.CommentPanel
-
- getText(Object, int, int) - Method in class org.apache.jmeter.gui.util.HeaderAsPropertyRenderer
-
Get the text for the value as the translation of the resource name.
- getText() - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
The implementation will get the resource name from the selected radio button
in the JButtonGroup.
- getTextBox() - Method in class org.apache.jmeter.gui.util.TextBoxDialoger
-
- getTextFromDocument(byte[]) - Static method in class org.apache.jmeter.util.Document
-
Convert to text plain a lot of kind of document (like odt, ods, odp,
doc(x), xls(x), ppt(x), pdf, mp3, mp4, etc.) with Apache Tika
- getThread() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getThreadContext() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getThreadContext() - Method in interface org.apache.jmeter.testelement.TestElement
-
- getThreadCounts() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
- getThreadGroup() - Method in class org.apache.jmeter.samplers.SampleEvent
-
Get the name of the thread group for which this event was recorded
- getThreadGroup() - Method in class org.apache.jmeter.threads.JMeterContext
-
- getThreadName() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the thread name stored in the sample.
- getThreadName() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getThreadName() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- getThreadName() - Method in interface org.apache.jmeter.testelement.TestElement
-
- getThreadName() - Method in class org.apache.jmeter.threads.JMeterThread
-
- getThreadName() - Method in class org.apache.jmeter.threads.JMeterVariables
-
- getThreadName() - Method in class org.apache.jmeter.visualizers.Sample
-
- getThreadName() - Method in class org.apache.jmeter.visualizers.TableSample
-
- getThreadNum() - Method in class org.apache.jmeter.threads.JMeterContext
-
Returns the threadNum.
- getThreadNum() - Method in class org.apache.jmeter.threads.JMeterThread
-
Returns the threadNum.
- getThresholdSelector() - Method in class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- getThroughput() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Gets the throughput.
- getThroughput() - Method in class org.apache.jmeter.visualizers.Sample
-
- getTime() - Method in class org.apache.jmeter.samplers.SampleResult
-
Get the time it took this sample to occur.
- getTime() - Method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
- getTimers() - Method in class org.apache.jmeter.threads.SamplePackage
-
- getTimestamp() - Method in class org.apache.jmeter.report.core.Sample
-
Gets the time stamp stored in the sample.
- getTimeStamp() - Method in class org.apache.jmeter.samplers.SampleResult
-
Get the sample timestamp, which may be either the start time or the end time.
- getTimeStamp() - Method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
- getTitle() - Method in class org.apache.jmeter.report.config.GraphConfiguration
-
Gets the title of the graph.
- getTitle() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Gets the title of the graph.
- getToleratedCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- getToleratedThreshold() - Method in class org.apache.jmeter.report.processor.ApdexThresholdsInfo
-
- getToleratedThreshold() - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- getTop5ErrorsMetrics() - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
Return Top 5 errors and associated frequency.
- getTopLevelMenus() - Method in interface org.apache.jmeter.gui.plugin.MenuCreator
-
- getTotal() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- getTotal() - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
- getTotalBytes() - Method in class org.apache.jmeter.util.Calculator
-
- getTotalCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- getTotalThreads() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Get the total number of threads (>= active)
- getTrafficClass() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getTransactionController() - Method in class org.apache.jmeter.control.TransactionSampler
-
- getTransactionResult() - Method in class org.apache.jmeter.control.TransactionSampler
-
- getTransferData(DataFlavor) - Method in class org.apache.jmeter.util.JMeterTreeNodeTransferable
-
- getTransferDataFlavors() - Method in class org.apache.jmeter.util.JMeterTreeNodeTransferable
-
- getTree() - Method in class org.apache.jmeter.gui.MainFrame
-
- getTree() - Method in class org.apache.jmeter.gui.UndoHistoryItem
-
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Implements the TreeCellEditor interface.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.jmeter.gui.tree.JMeterCellRenderer
-
- getTreeListener() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the listener for JMeter's test tree.
- getTreeModel() - Method in class org.apache.jmeter.gui.GuiPackage
-
Get the model for JMeter's test tree.
- getTreeState() - Method in class org.apache.jmeter.gui.UndoHistoryItem
-
- getTristateModel() - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- getTrustStore() - Method in class org.apache.jmeter.util.SSLManager
-
Opens and initializes the TrustStore.
- getUpgradePropertyName(String, UnmarshallingContext) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
- getUpgradePropertyValue(String, String, UnmarshallingContext) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
- getURL() - Method in class org.apache.jmeter.samplers.SampleResult
-
- getUrlAsString() - Method in class org.apache.jmeter.samplers.SampleResult
-
Get a String representation of the URL (if defined).
- getUseClientMode() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getUserDefinedVariables() - Method in class org.apache.jmeter.testelement.TestPlan
-
- getUserDefinedVariablesAsProperty() - Method in class org.apache.jmeter.testelement.TestPlan
-
- getUsername() - Method in class org.apache.jmeter.config.LoginConfig
-
Gets the Username attribute of the LoginConfig object.
- getValue() - Method in class org.apache.jmeter.config.Argument
-
Gets the value of the Argument object.
- getValue() - Method in class org.apache.jmeter.report.processor.ValueResultData
-
- getValue() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- getValue() - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
-
- getValue() - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- getValue() - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- getValue() - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- getValueAt(int, int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
Required by table model interface. return the ValueAt value
- getValueForNode(Node) - Static method in class org.apache.jmeter.util.XPathUtil
-
- getValuesAggregator() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Gets the values aggregator of aggregated keys seriesData.
- getValueSelector() - Method in class org.apache.jmeter.report.processor.graph.GroupInfo
-
Gets the value selector.
- getVarCount() - Static method in class org.apache.jmeter.samplers.SampleEvent
-
Get the number of defined variables
- getVarCount() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- getVariable() - Method in class org.apache.jmeter.util.ScopePanel
-
- getVariableName() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- getVariables() - Method in class org.apache.jmeter.functions.AbstractFunction
-
Gives access to the JMeter variables for the current thread.
- getVariables() - Method in class org.apache.jmeter.testelement.VariablesCollection
-
- getVariables() - Method in class org.apache.jmeter.threads.JMeterContext
-
Gives access to the JMeter variables for the current thread.
- getVarName(int) - Static method in class org.apache.jmeter.samplers.SampleEvent
-
Get the nth variable name (zero-based)
- getVarValue(int) - Method in class org.apache.jmeter.samplers.SampleEvent
-
Get the nth variable value (zero-based)
- getVersion() - Static method in class org.apache.jmeter.save.converters.BooleanPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.HashTreeConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.IntegerPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.LongPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.MultiPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.SampleEventConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.SampleSaveConfigurationConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.StringPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.TestElementConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.TestElementPropertyConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.save.converters.TestResultWrapperConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- getVERSION() - Static method in class org.apache.jmeter.save.SaveService
-
- getVersion() - Static method in class org.apache.jmeter.save.ScriptWrapperConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Method in class org.apache.jmeter.save.TestResultWrapper
-
- getVisualizer() - Method in class org.apache.jmeter.reporters.AbstractListenerElement
-
- getWantClientAuth() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- getWorkingDirectory() - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- getWorkingDirectory() - Method in class org.apache.jmeter.report.processor.SampleContext
-
Return the root directory that consumers are authorized to use for
intermediate work.
- getXmlPi() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- GlobalUndoableEdit - Class in org.apache.jmeter.gui
-
- GlobalUndoableEdit(UndoHistoryItem, UndoHistoryItem, Consumer<UndoHistoryItem>) - Constructor for class org.apache.jmeter.gui.GlobalUndoableEdit
-
- GRAPH_KEY_EXCLUDE_CONTROLLERS - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- GRAPH_KEY_EXCLUDE_CONTROLLERS_DEFAULT - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- GRAPH_KEY_TITLE - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- GRAPH_KEY_TITLE_DEFAULT - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- GraphConfiguration - Class in org.apache.jmeter.report.config
-
The class GraphConfiguration describes a configuration of a graph.
- GraphConfiguration() - Constructor for class org.apache.jmeter.report.config.GraphConfiguration
-
- GraphKeysSelector - Interface in org.apache.jmeter.report.processor.graph
-
The interface GraphKeySelector represents a projection from a sample to the
keys that compound its series.
- GraphSeriesSelector - Interface in org.apache.jmeter.report.processor.graph
-
The interface GraphSeriesSelector provides a projection from a sample to the
series it belongs in a graph.
- GraphValueSelector - Interface in org.apache.jmeter.report.processor.graph
-
The interface GraphValueSelector represents a projection from a sample to the
value to aggregate for graph series.
- GROUP - Static variable in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
- GroupData - Class in org.apache.jmeter.report.processor.graph
-
The class GroupData helps to store group data for a graph.
- GroupData(AggregatorFactory, boolean, boolean) - Constructor for class org.apache.jmeter.report.processor.graph.GroupData
-
Instantiates a new group groupData.
- GroupInfo - Class in org.apache.jmeter.report.processor.graph
-
The class GroupInfo stores information about the series group of a graph.
- GroupInfo(AggregatorFactory, GraphSeriesSelector, GraphValueSelector, boolean, boolean) - Constructor for class org.apache.jmeter.report.processor.graph.GroupInfo
-
Instantiates a new group info.
- GUI_CLASS - Static variable in interface org.apache.jmeter.testelement.TestElement
-
- GUIFactory - Class in org.apache.jmeter.gui
-
Provides a way to register and retrieve GUI classes and icons.
- GuiLogEventAppender - Class in org.apache.jmeter.gui.logging
-
- GuiLogEventAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.jmeter.gui.logging.GuiLogEventAppender
-
- GuiLogEventBus - Class in org.apache.jmeter.gui.logging
-
GUI Log Event Bus.
- GuiLogEventBus() - Constructor for class org.apache.jmeter.gui.logging.GuiLogEventBus
-
Default constructor.
- GuiLogEventListener - Interface in org.apache.jmeter.gui.logging
-
GUI Log Event Listener.
- GUIMenuSortOrder - Annotation Type in org.apache.jmeter.gui
-
Annotation to allow specific ordering of this item in the GUI Menu
- GuiPackage - Class in org.apache.jmeter.gui
-
GuiPackage is a static class that provides convenient access to information
about the current state of JMeter's GUI.
- GUITYPE - Static variable in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
Property editor override; must be an enum of type
TypeEditor
- IconToolbarBean - Class in org.apache.jmeter.gui.util
-
- IfController - Class in org.apache.jmeter.control
-
This is a Conditional Controller; it will execute the set of statements
(samplers/controllers, etc) while the 'condition' is true.
- IfController() - Constructor for class org.apache.jmeter.control.IfController
-
constructor
- IfController(String) - Constructor for class org.apache.jmeter.control.IfController
-
constructor
- IfControllerPanel - 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.
- IfControllerPanel() - Constructor for class org.apache.jmeter.control.gui.IfControllerPanel
-
Create a new LoopControlPanel as a standalone component.
- IfControllerPanel(boolean) - Constructor for class org.apache.jmeter.control.gui.IfControllerPanel
-
Create a new IfControllerPanel as either a standalone or an embedded
component.
- IllegalUserActionException - Exception in org.apache.jmeter.exceptions
-
- IllegalUserActionException() - Constructor for exception org.apache.jmeter.exceptions.IllegalUserActionException
-
- IllegalUserActionException(String) - Constructor for exception org.apache.jmeter.exceptions.IllegalUserActionException
-
- IllegalUserActionException(String, Throwable) - Constructor for exception org.apache.jmeter.exceptions.IllegalUserActionException
-
- ImageVisualizer - Interface in org.apache.jmeter.visualizers
-
TODO - interface is used but getImage() does not appear to be used
- importData(TransferHandler.TransferSupport) - Method in class org.apache.jmeter.gui.tree.JMeterTreeTransferHandler
-
- incBytes(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Increment received bytes
- incErrors() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- incErrors() - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
- incIteration() - Method in class org.apache.jmeter.threads.JMeterVariables
-
Increase the current number of iterations
- incrementCount() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Increment the count of samples.
- incrementCurrent() - Method in class org.apache.jmeter.control.GenericController
-
Increments the current pointer; called by currentReturnedNull to move the
controller on to its next child.
- incrementIterCount() - Method in class org.apache.jmeter.control.GenericController
-
- incrementLoopCount() - Method in class org.apache.jmeter.control.LoopController
-
- incrementLoopCount() - Method in class org.apache.jmeter.control.RunTime
-
- incSatisfiedCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- incSentBytes(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Increment sent bytes
- incToleratedCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- incTotal() - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- incTotal() - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
- incTotalCount() - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- IndexedNameSelector - Class in org.apache.jmeter.report.processor.graph
-
The class IndexedNameSelector provides a projection from a sample to its name
and maintains an index of the projected names.
- IndexedNameSelector() - Constructor for class org.apache.jmeter.report.processor.graph.IndexedNameSelector
-
- indexOf(String) - Method in class org.apache.jmeter.report.core.SampleMetadata
-
Returns the index of the column with the specified name.
- INFINITE_LOOP_COUNT - Static variable in class org.apache.jmeter.control.LoopController
-
- init(List<String>, HashTree) - Method in class org.apache.jmeter.engine.DistributedRunner
-
- initButtonsState() - Method in class org.apache.jmeter.gui.util.JMeterToolBar
-
Init the state of buttons
- initClientSideVariables(JMeterVariables) - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Set variables for JMeter client in a distributed test (INTERNAL API)
- initialize() - Method in interface org.apache.jmeter.control.Controller
-
Called to initialize a controller at the beginning of a test iteration.
- initialize() - Method in class org.apache.jmeter.control.GenericController
-
- initialize(SampleMetadata) - Method in interface org.apache.jmeter.report.core.SampleComparator
-
Initializes the comparator with the
SampleMetadata of the samples
to be compared.
- initialize(SampleMetadata) - Method in class org.apache.jmeter.report.processor.FieldSampleComparator
-
- initialize() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Called to initialize a controller at the beginning of a test iteration.
- initialize() - Static method in class org.apache.jmeter.threads.TestCompiler
-
Clears the pairing Set Called by StandardJmeterEngine at the start of a
test run.
- initialize(BSFManager, String, Vector) - Method in class org.apache.jmeter.util.BSFJavaScriptEngine
-
Initialize the engine.
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Inherited classes can add properties to the result
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimePerSampleGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- initializeExtraResults(MapResultData) - Method in class org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
-
- initializeProperties(String) - Method in class org.apache.jmeter.util.JMeterUtils
-
- initializeSubControllers() - Method in class org.apache.jmeter.control.GenericController
-
(re)Initializes sub controllers
See Bug 50032
- initializeTableModel() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Initialize the table model used for the arguments table.
- initializeTableModel() - Method in class org.apache.jmeter.gui.util.FileListPanel
-
- initInstance(JMeterTreeListener, JMeterTreeModel) - Static method in class org.apache.jmeter.gui.GuiPackage
-
When GuiPackage is requested for the first time, it should be given
handles to JMeter's Tree Listener and TreeModel.
- initLocale() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Initialise the JMeter Locale
- initLogging() - Static method in class org.apache.jmeter.util.JMeterUtils
-
- initManager(BSFManager) - Method in class org.apache.jmeter.util.BSFTestElement
-
- initParameterPanel() - Method in class org.apache.jmeter.functions.gui.FunctionHelper
-
- initSampleVariables() - Static method in class org.apache.jmeter.samplers.SampleEvent
-
- initTopLevelDndHandler() - Method in class org.apache.jmeter.gui.MainFrame
-
Support for Test Plan Dnd
see BUG 52281 (when JDK6 will be minimum JDK target)
- insertLoadedTree(int, HashTree, boolean) - Static method in class org.apache.jmeter.gui.action.Load
-
Inserts (or merges) the tree into the GUI.
- insertLoadedTree(int, HashTree) - Static method in class org.apache.jmeter.gui.action.Load
-
Inserts the tree into the GUI.
- insertUpdate(DocumentEvent) - Method in class org.apache.jmeter.config.gui.RowDetailDialog
-
- install(JMeterPlugin, boolean) - Static method in class org.apache.jmeter.plugin.PluginManager
-
Installs a plugin.
- InstanceConfiguration - Class in org.apache.jmeter.report.config
-
The class InstanceConfiguration describe the configuration of an item that
can be instantiated by its class name.
- InstanceConfiguration() - Constructor for class org.apache.jmeter.report.config.InstanceConfiguration
-
- IntegerProperty - Class in org.apache.jmeter.testelement.property
-
- IntegerProperty(String, int) - Constructor for class org.apache.jmeter.testelement.property.IntegerProperty
-
- IntegerProperty(String) - Constructor for class org.apache.jmeter.testelement.property.IntegerProperty
-
- IntegerProperty() - Constructor for class org.apache.jmeter.testelement.property.IntegerProperty
-
- IntegerPropertyConverter - Class in org.apache.jmeter.save.converters
-
- IntegerPropertyConverter() - Constructor for class org.apache.jmeter.save.converters.IntegerPropertyConverter
-
- IntegerPropertyEditor - Class in org.apache.jmeter.testbeans.gui
-
Property Editor which handles Integer properties.
- IntegerPropertyEditor() - Constructor for class org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
-
- interrupt() - Method in interface org.apache.jmeter.samplers.Interruptible
-
Interrupt the current operation if possible.
- interrupt() - Method in class org.apache.jmeter.threads.JMeterThread
-
Interrupt the current operation if possible.
- Interruptible - Interface in org.apache.jmeter.samplers
-
Samplers which are able to interrupt a potentially long-running operation should
implement this interface.
- InvalidVariableException - Exception in org.apache.jmeter.functions
-
- InvalidVariableException() - Constructor for exception org.apache.jmeter.functions.InvalidVariableException
-
- InvalidVariableException(String, Throwable) - Constructor for exception org.apache.jmeter.functions.InvalidVariableException
-
- InvalidVariableException(Throwable) - Constructor for exception org.apache.jmeter.functions.InvalidVariableException
-
- InvalidVariableException(String) - Constructor for exception org.apache.jmeter.functions.InvalidVariableException
-
- isActive() - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
- isActive() - Method in interface org.apache.jmeter.engine.JMeterEngine
-
- isActive() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- isBound() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- isCellEditable(int, int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- isCellEditable(EventObject) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Returns true if anEvent is not a
MouseEvent.
- isCellEditable(EventObject) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Forwards the message from the CellEditor to the
delegate.
- isClientConfigured() - Method in class org.apache.jmeter.samplers.AbstractSampleSender
-
- isClosed() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- isConnected() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- isContinue() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- isController() - Method in class org.apache.jmeter.report.core.Sample
-
Checks if this sample is a controller.
- isController() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer.SummaryInfo
-
Checks if these information implies controller sample.
- isControllersSeries() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Checks if the current series is built from controller samples.
- isDataFlavorSupported(DataFlavor) - Method in class org.apache.jmeter.util.JMeterTreeNodeTransferable
-
- isDescriptorIgnored(PropertyDescriptor) - Static method in class org.apache.jmeter.testbeans.TestBeanHelper
-
Checks whether the descriptor should be ignored, i.e.
- isDirty() - Method in class org.apache.jmeter.gui.GuiPackage
-
Retrieves the state of the 'dirty' property, a flag that indicates if
there are test tree components that have been modified since they were
last saved.
- isDirty() - Method in class org.apache.jmeter.gui.UndoHistoryItem
-
- isDone() - Method in interface org.apache.jmeter.control.Controller
-
Indicates whether the Controller is done delivering Samplers for the rest
of the test.
- isDone() - Method in class org.apache.jmeter.control.GenericController
-
- isDone() - Method in class org.apache.jmeter.control.IfController
-
- isDone() - Method in class org.apache.jmeter.control.RunTime
-
Indicates whether the Controller is done delivering Samplers for the rest
of the test.
- isDone() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Indicates whether the Controller is done delivering Samplers for the rest
of the test.
- isEmpty() - Method in class org.apache.jmeter.gui.SimpleCompoundEdit
-
- isEmptyController() - Method in class org.apache.jmeter.report.core.Sample
-
Checks if this sample is an empty controller.
- isEnabled() - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for the enabled property.
- isEnabled() - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Test GUI elements can be disabled, in which case they do not become part
of the test when run.
- isEnabled() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- isEnabled() - Static method in class org.apache.jmeter.gui.UndoHistory
-
- isEnabled() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- isEnabled() - Method in interface org.apache.jmeter.testelement.TestElement
-
Check if ENABLED property is present and true ; defaults to true
- isEqualType(JMeterProperty) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
- isError() - Method in class org.apache.jmeter.assertions.AssertionResult
-
Check if an error occurred while checking the assertion.
- isErrorLogging() - Method in class org.apache.jmeter.reporters.ResultCollector
-
Get the state of error logging
- isEvaluateAll() - Method in class org.apache.jmeter.control.IfController
-
- isExpert() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
- isExpertMode() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Determine whether we are in 'expert' mode.
- isFailure() - Method in class org.apache.jmeter.assertions.AssertionResult
-
Check if the assertion failed.
- isFirst() - Method in class org.apache.jmeter.control.GenericController
-
- isFromTransactionController(SampleResult) - Static method in class org.apache.jmeter.control.TransactionController
-
- isFunctionalMode() - Method in class org.apache.jmeter.testelement.TestPlan
-
Fetches the functional mode property
- isGenerateParentSample() - Method in class org.apache.jmeter.control.TransactionController
-
- isHidden() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
- isIgnore() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isIgnoreTCFromTop5ErrorsBySampler() - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- isIncludeTimers() - Method in class org.apache.jmeter.control.TransactionController
-
Whether to include timer and pre/post processor time in overall sample.
- isIndeterminate() - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- isInputShutdown() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- isInterpreterPresent() - Static method in class org.apache.jmeter.util.BeanShellInterpreter
-
- isMapped(String) - Static method in class org.apache.jmeter.util.NameUpdater
-
- isMarkedBySearch() - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
Node is markedBySearch by a search
- isModifiable() - Method in interface org.apache.jmeter.timers.ModifiableTimer
-
- isModifiable() - Method in interface org.apache.jmeter.timers.Timer
-
- isMonitor() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isMoreSpecificThanError() - Method in class org.apache.jmeter.gui.logging.LogEventObject
-
- isMoreSpecificThanInfo() - Method in class org.apache.jmeter.gui.logging.LogEventObject
-
- isMoreSpecificThanWarn() - Method in class org.apache.jmeter.gui.logging.LogEventObject
-
- isNonGUI() - Static method in class org.apache.jmeter.JMeter
-
Check if JMeter is running in non-GUI mode.
- isOutputShutdown() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- isOverallSeries() - Method in class org.apache.jmeter.report.processor.graph.SeriesData
-
Checks if the current series is an overall aggregation of other series.
- isPaintable() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- isParallelize() - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- isRecording() - Method in class org.apache.jmeter.threads.JMeterContext
-
- isResetInterpreter() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- isResponseCodeOK() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isRestartNextLoop() - Method in class org.apache.jmeter.threads.JMeterContext
-
- isReverseFilter() - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
Checks if the filtering is reversed.
- isRevertedSort() - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- isRunningVersion() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Returns the runningVersion.
- isRunningVersion() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Returns whether the property is a running version.
- isRunningVersion() - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
Returns whether the property is a running version.
- isRunningVersion() - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- isRunningVersion() - Method in interface org.apache.jmeter.testelement.TestElement
-
Returns true or false whether the element is the running version.
- isSampleWanted(boolean) - Method in class org.apache.jmeter.reporters.ResultCollector
-
Decides whether or not to a sample is wanted based on:
errorOnly
successOnly
sample success
Should only be called for single samples.
- isSampleWanted(boolean, boolean, boolean) - Static method in class org.apache.jmeter.reporters.ResultCollector
-
Decides whether or not to a sample is wanted based on:
errorOnly
successOnly
sample success
This version is intended to be called by code that loops over many samples;
it is cheaper than fetching the settings each time.
- isSamplingStarted() - Method in class org.apache.jmeter.threads.JMeterContext
-
- isScopeAll(String) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Is the assertion to be applied to the all samples?
- isScopeAll() - Method in class org.apache.jmeter.util.ScopePanel
-
- isScopeChildren(String) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Is the assertion to be applied to the sub-samples (children)?
- isScopeChildren() - Method in class org.apache.jmeter.util.ScopePanel
-
- isScopeParent(String) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Is the assertion to be applied to the main (parent) sample?
- isScopeParent() - Method in class org.apache.jmeter.util.ScopePanel
-
- isScopeVariable(String) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Is the assertion to be applied to the all samples?
- isScopeVariable() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
Is the assertion to be applied to the all samples?
- isScopeVariable() - Method in class org.apache.jmeter.util.ScopePanel
-
- isSerialized() - Method in class org.apache.jmeter.testelement.TestPlan
-
Fetch the serialize threadgroups property
- isSkippable(String) - Method in class org.apache.jmeter.config.Argument
-
Is this parameter skippable, i.e. empty/blank string
or it looks like an unrecognised variable.
- isSpecialProperty(String) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Check whether name specifies a special property
- isSSLSupported() - Static method in class org.apache.jmeter.util.SSLManager
-
Test whether SSL is supported or not.
- isStampedAtStart() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isStartNextThreadLoop() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isStartNextThreadLoop() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- isStartNextThreadLoop() - Method in class org.apache.jmeter.threads.JMeterContext
-
- isStats - Variable in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- isStats() - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
- isStats() - Method in interface org.apache.jmeter.visualizers.Visualizer
-
This method is used to indicate a visualizer generates statistics.
- isStopCondition(Throwable) - Method in class org.apache.jmeter.util.ScriptingTestElement
-
- isStopTest() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isStopTest() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- isStopTestNow() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isStopTestNow() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- isStopThread() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isStopThread() - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- isSuccess() - Method in class org.apache.jmeter.visualizers.Sample
-
- isSuccess() - Method in class org.apache.jmeter.visualizers.TableSample
-
- isSuccessful() - Method in class org.apache.jmeter.samplers.SampleResult
-
- isSuccessOnlyLogging() - Method in class org.apache.jmeter.reporters.ResultCollector
-
Get the state of successful only logging
- isTearDownOnShutdown() - Method in class org.apache.jmeter.testelement.TestPlan
-
- isTemporary(JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Test whether a given property is only a temporary resident of the
TestElement
- isTemporary(JMeterProperty) - Method in interface org.apache.jmeter.testelement.TestElement
-
Test whether a given property is only a temporary resident of the
TestElement
- isTestPlan() - Method in class org.apache.jmeter.gui.action.template.Template
-
- isTestRunning() - Static method in class org.apache.jmeter.util.JMeterUtils
-
- isTransactionDone() - Method in class org.apache.jmeter.control.TransactionSampler
-
- isTransactionSampleEvent() - Method in class org.apache.jmeter.samplers.SampleEvent
-
- isUseExpression() - Method in class org.apache.jmeter.control.IfController
-
- itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
When an item's state changes, editing is ended.
- itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- iterationStart(LoopIterationEvent) - Method in interface org.apache.jmeter.engine.event.LoopIterationListener
-
Called when a loop iteration is about to start.
- iterator() - Method in class org.apache.jmeter.config.Arguments
-
Get a PropertyIterator of the arguments.
- iterator() - Method in class org.apache.jmeter.report.processor.ListResultData
-
- iterator() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- iterator() - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- iterator() - Method in class org.apache.jmeter.testelement.property.MultiProperty
-
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- iterator() - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- RAMP_TIME - Static variable in class org.apache.jmeter.threads.ThreadGroup
-
Ramp-up time
- RawTextSearcher - Class in org.apache.jmeter.gui.action
-
Searcher implementation that searches text as is
- RawTextSearcher(boolean, String) - Constructor for class org.apache.jmeter.gui.action.RawTextSearcher
-
Constructor
- rconfigure(HashTree, String, File, String) - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rconfigure(HashTree, String, File, String) - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl
object.
- read() - Method in class org.apache.jmeter.util.SlowInputStream
-
- read(byte[], int, int) - Method in class org.apache.jmeter.util.SlowInputStream
-
- readFile(String, SampleResult) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
- readLine(String) - Method in class org.apache.jmeter.services.FileServer
-
Get the next line of the named file, recycle by default.
- readLine(String, boolean) - Method in class org.apache.jmeter.services.FileServer
-
Get the next line of the named file, first line is name to false
- readLine(String, boolean, boolean) - Method in class org.apache.jmeter.services.FileServer
-
Get the next line of the named file
- readResolve() - Method in class org.apache.jmeter.control.GenericController
-
- readResolve() - Method in class org.apache.jmeter.control.TransactionController
-
- readResolve() - Method in class org.apache.jmeter.samplers.AsynchSampleSender
-
Processed by the RMI server code.
- readResolve() - Method in class org.apache.jmeter.samplers.HoldSampleSender
-
Processed by the RMI server code; acts as testStarted().
- readResolve() - Method in class org.apache.jmeter.testelement.TestPlan
-
- readResolve() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- readSample() - Method in class org.apache.jmeter.report.core.CsvSampleReader
-
- recoverRunningVersion() - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Tells the test element to return to the state it was in when
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.BooleanProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.FunctionProperty
-
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.LongProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.ObjectProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.StringProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion(TestElement) - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
- recoverRunningVersion() - Method in interface org.apache.jmeter.testelement.TestElement
-
Tells the test element to return to the state it was in when
setRunningVersion(true) was called.
- recoverRunningVersion() - Method in class org.apache.jmeter.threads.SamplePackage
-
Recover each member of SamplePackage to the state before the call of setRunningVersion(true)
- recoverRunningVersionOfSubElements(TestElement) - Method in class org.apache.jmeter.testelement.property.MultiProperty
-
- REDO - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- redo() - Method in class org.apache.jmeter.gui.GlobalUndoableEdit
-
- redo() - Method in class org.apache.jmeter.gui.GuiPackage
-
Navigate forward through undo history
- redo() - Method in class org.apache.jmeter.gui.UndoHistory
-
- refreshCurrentGui() - Method in class org.apache.jmeter.gui.GuiPackage
-
Refresh GUI from node state.
- refreshUI() - Static method in class org.apache.jmeter.util.JMeterUtils
-
Refresh UI after LAF change or resizing
- RegexpSearcher - Class in org.apache.jmeter.gui.action
-
Regexp search implementation
- RegexpSearcher(boolean, String) - Constructor for class org.apache.jmeter.gui.action.RegexpSearcher
-
Constructor
- register(TestStateListener) - Static method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- register(Stoppable) - Method in class org.apache.jmeter.gui.GuiPackage
-
Register process to stop on reload
- registerAsListener() - Method in class org.apache.jmeter.gui.GuiPackage
-
Register as listener of:
- UndoHistory
- Locale Changes
- registerDisabledIcon(String, ImageIcon) - Static method in class org.apache.jmeter.gui.GUIFactory
-
- registerError(String) - Method in class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
Stores the provided error message and counts the number of times it is
registered.
- registerEventListener(GuiLogEventListener) - Method in class org.apache.jmeter.gui.logging.GuiLogEventBus
-
- registerGUI(String, Class<?>, Class<?>) - Static method in class org.apache.jmeter.gui.GUIFactory
-
- registerHistoryListener(UndoHistory.HistoryListener) - Method in class org.apache.jmeter.gui.UndoHistory
-
Register HistoryListener
- registerIcon(String, ImageIcon) - Static method in class org.apache.jmeter.gui.GUIFactory
-
- reInitialize() - Method in class org.apache.jmeter.control.GenericController
-
Resets the controller (called after execution of last child of controller):
resetCurrent() (i.e. current=0)
increment iteration count
sets first=true
recoverRunningVersion() to set the controller back to the initial state
- reInitialize() - Method in class org.apache.jmeter.control.LoopController
-
Resets the controller (called after execution of last child of controller):
resetCurrent() (i.e. current=0)
increment iteration count
sets first=true
recoverRunningVersion() to set the controller back to the initial state
- reInitialize() - Method in class org.apache.jmeter.control.RunTime
-
- REMOTE_EXIT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_EXIT_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_SHUT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_SHUT_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_SHUT_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- REMOTE_START - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_START_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_START_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- REMOTE_STOP - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_STOP_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOTE_STOP_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- Remoteable - Interface in org.apache.jmeter.samplers
-
Marker interface used by ConvertListeners to determine which test elements to wrap
so that the results are processed by the client rather than the server
- RemoteJMeterEngine - Interface in org.apache.jmeter.engine
-
This is the interface for the RMI server engine, i.e.
- RemoteJMeterEngineImpl - Class in org.apache.jmeter.engine
-
This is the JMeter server main code.
- RemoteListenerWrapper - Class in org.apache.jmeter.samplers
-
Lars-Erik Helander provided the idea (and original implementation) for the
caching functionality (sampleStore).
- RemoteListenerWrapper(RemoteSampleListener) - Constructor for class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- RemoteListenerWrapper() - Constructor for class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- RemoteSampleListener - Interface in org.apache.jmeter.samplers
-
Allows notification on events occurring during the sampling process.
- RemoteSampleListenerImpl - Class in org.apache.jmeter.samplers
-
Implementation of remote sampler listener, also supports TestStateListener
- RemoteSampleListenerImpl(Object) - Constructor for class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- RemoteSampleListenerWrapper - Class in org.apache.jmeter.samplers
-
- RemoteSampleListenerWrapper(RemoteSampleListener) - Constructor for class org.apache.jmeter.samplers.RemoteSampleListenerWrapper
-
- RemoteSampleListenerWrapper() - Constructor for class org.apache.jmeter.samplers.RemoteSampleListenerWrapper
-
- RemoteStart - Class in org.apache.jmeter.gui.action
-
- RemoteStart() - Constructor for class org.apache.jmeter.gui.action.RemoteStart
-
- RemoteTestListenerWrapper - Class in org.apache.jmeter.samplers
-
- RemoteTestListenerWrapper() - Constructor for class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- RemoteTestListenerWrapper(RemoteSampleListener) - Constructor for class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- RemoteThreadsLifeCycleListener - Interface in org.apache.jmeter.threads
-
Interface notified when number of active threads changes
- RemoteThreadsListener - Interface in org.apache.jmeter.threads
-
RMI Interface that allows notification of remote start/end of threads
- RemoteThreadsListenerImpl - Class in org.apache.jmeter.threads
-
RMI Implementation, client side code (ie executed on Controller)
- RemoteThreadsListenerImpl() - Constructor for class org.apache.jmeter.threads.RemoteThreadsListenerImpl
-
- RemoteThreadsListenerTestElement - Class in org.apache.jmeter.threads
-
- RemoteThreadsListenerTestElement() - Constructor for class org.apache.jmeter.threads.RemoteThreadsListenerTestElement
-
- RemoteThreadsListenerWrapper - Class in org.apache.jmeter.threads
-
server side wrapper, used to notify RMI client
- RemoteThreadsListenerWrapper(RemoteThreadsListener) - Constructor for class org.apache.jmeter.threads.RemoteThreadsListenerWrapper
-
- RemoteThreadsListenerWrapper() - Constructor for class org.apache.jmeter.threads.RemoteThreadsListenerWrapper
-
- REMOVE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- REMOVE - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- Remove - Class in org.apache.jmeter.gui.action
-
Implements the Remove menu item.
- Remove() - Constructor for class org.apache.jmeter.gui.action.Remove
-
Constructor for the Remove object
- remove(String) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- remove(int) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- remove() - Method in interface org.apache.jmeter.testelement.property.PropertyIterator
-
- remove() - Method in class org.apache.jmeter.testelement.property.PropertyIteratorImpl
- remove(String) - Method in class org.apache.jmeter.threads.JMeterVariables
-
Remove a variable.
- removeAllArguments() - Method in class org.apache.jmeter.config.Arguments
-
Remove all arguments from the list.
- removeArgument(int) - Method in class org.apache.jmeter.config.Arguments
-
Remove the specified argument from the list.
- removeArgument(Argument) - Method in class org.apache.jmeter.config.Arguments
-
Remove the specified argument from the list.
- removeArgument(String) - Method in class org.apache.jmeter.config.Arguments
-
Remove the argument with the specified name.
- removeArgument(String, String) - Method in class org.apache.jmeter.config.Arguments
-
Remove the argument with the specified name and value.
- removeAssertionResults() - Method in class org.apache.jmeter.samplers.SampleResult
-
Allow custom SampleSenders to drop unwanted assertionResults
- removeColumn(int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- removeCurrentElement() - Method in class org.apache.jmeter.control.GenericController
-
- removed() - Method in interface org.apache.jmeter.testelement.TestElement
-
Called when the test element is removed from the test plan.
- removedSelectedNode() - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
- removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- removeIterationListener(LoopIterationListener) - Method in interface org.apache.jmeter.control.Controller
-
Unregister IterationListener
- removeIterationListener(LoopIterationListener) - Method in class org.apache.jmeter.control.GenericController
-
Remove listener
- removeIterationListener(LoopIterationListener) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Unregister IterationListener
- removeLocaleChangeListener(LocaleChangeListener) - Static method in class org.apache.jmeter.util.JMeterUtils
-
- removeNode(TestElement) - Method in class org.apache.jmeter.gui.GuiPackage
-
Remove a test element from the tree.
- removeNodeFromParent(JMeterTreeNode) - Method in class org.apache.jmeter.gui.tree.JMeterTreeModel
-
- removePostActionListener(Class<?>, ActionListener) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Allows an ActionListener to be removed from receiving notifications of a
command being executed after the command has executed.
- removePreActionListener(Class<?>, ActionListener) - Method in class org.apache.jmeter.gui.action.ActionRouter
-
Allows an ActionListener to be removed from receiving notifications of a
command being executed prior to the actual execution of the command.
- removeProperty(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Remove property stored under the key
- removeProperty(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Remove property stored under the key
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jmeter.testbeans.gui.FileEditor
- removeResult(int) - Method in class org.apache.jmeter.report.processor.ListResultData
-
Removes the result at the specified index.
- removeResult(String) - Method in class org.apache.jmeter.report.processor.MapResultData
-
Removes the result with the specified name.
- removeRow(int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- removeSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- removeSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- removeSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.CsvFileSampleSource
-
- removeSampleConsumer(SampleConsumer) - Method in interface org.apache.jmeter.report.processor.SampleSource
-
Remove a sample consumer from this sample source.
- removeSubResults() - Method in class org.apache.jmeter.samplers.SampleResult
-
Allow custom SampleSenders to drop unwanted subResults
- removeTestPlanListener(TestPlanListener) - Method in class org.apache.jmeter.gui.GuiPackage
-
Removes a test plan listener.
- removeUpdate(DocumentEvent) - Method in class org.apache.jmeter.config.gui.RowDetailDialog
-
- rename(JMeterTreeNode, JMeterTreeNode, int) - Method in class org.apache.jmeter.gui.action.impl.DefaultTreeNodeNamingPolicy
-
- rename(JMeterTreeNode, JMeterTreeNode, int) - Method in interface org.apache.jmeter.gui.action.TreeNodeNamingPolicy
-
Called by Apply Naming Policy popup menu on TransactionController nodes
Rename childNode based on custom policy
- rendersPercentiles() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Indicates if the graph renders percentiles.
- replace(String, String, boolean) - Method in interface org.apache.jmeter.gui.Replaceable
-
Replace in object by replaceBy
- Replaceable - Interface in org.apache.jmeter.gui
-
Interface for nodes that have replaceable content.
- ReplaceableController - Interface in org.apache.jmeter.control
-
This interface represents a controller that gets replaced during the
compilation phase of test execution in an arbitrary way.
- replaceContext(JMeterContext) - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Replace Thread Context by the parameter.
- ReplaceFunctionsWithStrings - Class in org.apache.jmeter.engine.util
-
Transforms strings into variable references (in spite of the name, which
suggests the opposite!)
- ReplaceFunctionsWithStrings(CompoundVariable, Map<String, String>) - Constructor for class org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings
-
- ReplaceFunctionsWithStrings(CompoundVariable, Map<String, String>, boolean) - Constructor for class org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings
-
- ReplaceStringWithFunctions - Class in org.apache.jmeter.engine.util
-
Replaces a String containing functions with their Function properties equivalent, example:
${__time()}_${__threadNum()}_${__machineName()} will become a FunctionProperty of
a CompoundVariable containing 3 functions
- ReplaceStringWithFunctions(CompoundVariable, Map<String, String>) - Constructor for class org.apache.jmeter.engine.util.ReplaceStringWithFunctions
-
- replaceValues(TestElement) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
Replaces TestElement StringProperties containing functions with their Function properties equivalent, example:
${__time()}_${__threadNum()}_${__machineName()} will become a FunctionProperty of
a CompoundVariable containing 3 functions
- REPORT_GENERATOR_EXPORTER_KEY_PREFIX - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- REPORT_GENERATOR_GRAPH_KEY_PREFIX - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- REPORT_GENERATOR_KEY_PREFIX - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- REPORT_GENERATOR_KEY_RANGE_DATE_FORMAT - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- reportErrorToUser(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Report an error through a dialog box.
- reportErrorToUser(String, String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Report an error through a dialog box in GUI mode
or in logs and stdout in Non GUI mode
- reportErrorToUser(String, Exception) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Report an error through a dialog box.
- reportErrorToUser(String, String, Exception) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Report an error through a dialog box in GUI mode
or in logs and stdout in Non GUI mode
- ReportGenerator - Class in org.apache.jmeter.report.dashboard
-
The class ReportGenerator provides a way to generate all the templated files
of the plugin.
- ReportGenerator(String, ResultCollector) - Constructor for class org.apache.jmeter.report.dashboard.ReportGenerator
-
Instantiates a new report generator.
- ReportGeneratorConfiguration - Class in org.apache.jmeter.report.config
-
The class ReportGeneratorConfiguration describes the configuration of the
report generator.
- ReportGeneratorConfiguration() - Constructor for class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- requestFocus(Component) - Static method in class org.apache.jmeter.gui.util.FocusRequester
-
- REQUESTS_SUMMARY_CONSUMER_NAME - Static variable in class org.apache.jmeter.report.dashboard.ReportGenerator
-
- RequestsSummaryConsumer - Class in org.apache.jmeter.report.processor
-
The class GrapherConsumer provides a consumer that count succeeded and failed
samples.
- RequestsSummaryConsumer() - Constructor for class org.apache.jmeter.report.processor.RequestsSummaryConsumer
-
- RES_KEY_PFX - Static variable in class org.apache.jmeter.util.JMeterUtils
-
- reserveFile(String) - Method in class org.apache.jmeter.services.FileServer
-
Creates an association between a filename and a File inputOutputObject,
and stores it for later use - unless it is already stored.
- reserveFile(String, String) - Method in class org.apache.jmeter.services.FileServer
-
Creates an association between a filename and a File inputOutputObject,
and stores it for later use - unless it is already stored.
- reserveFile(String, String, String) - Method in class org.apache.jmeter.services.FileServer
-
Creates an association between a filename and a File inputOutputObject,
and stores it for later use - unless it is already stored.
- reserveFile(String, String, String, boolean) - Method in class org.apache.jmeter.services.FileServer
-
Creates an association between a filename and a File inputOutputObject,
and stores it for later use - unless it is already stored.
- reset() - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
Stop test if running
- reset() - Method in interface org.apache.jmeter.engine.JMeterEngine
-
Stop test if running
- reset() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- reset() - Method in class org.apache.jmeter.gui.action.template.TemplateManager
-
Resets the template Map by re-reading the template files.
- reset() - Method in interface org.apache.jmeter.report.processor.Aggregator
-
Reset the state of the aggregator.
- reset() - Method in class org.apache.jmeter.report.processor.MaxAggregator
-
- reset() - Method in class org.apache.jmeter.report.processor.MeanAggregator
-
- reset() - Method in class org.apache.jmeter.report.processor.MinAggregator
-
- reset() - Method in class org.apache.jmeter.report.processor.PercentileAggregator
-
- reset() - Method in interface org.apache.jmeter.report.processor.SampleIndexer
-
Reset the index calculation logic.
- reset() - Method in class org.apache.jmeter.report.processor.SumAggregator
-
- reset() - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- reset() - Method in class org.apache.jmeter.util.BeanShellInterpreter
-
Resets the BeanShell interpreter.
- reset() - Static method in class org.apache.jmeter.util.SSLManager
-
Resets the SSLManager so that we can create a new one with a new keystore
- resetBase() - Method in class org.apache.jmeter.services.FileServer
-
- resetButtons(String[], String) - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
Method is responsible for removing current JRadioButtons of ButtonGroup and
add creating the JRadioButtons and adding them to
the ButtonGroup.
- resetContext() - Method in class org.apache.jmeter.util.JsseSSLManager
-
Resets the SSLContext if using per-thread contexts.
- resetCurrent() - Method in class org.apache.jmeter.control.GenericController
-
- resetIterCount() - Method in class org.apache.jmeter.control.GenericController
-
- resetLoopCount() - Method in class org.apache.jmeter.control.LoopController
-
- resetLoopCount() - Method in class org.apache.jmeter.control.RunTime
-
- ResetSearchCommand - Class in org.apache.jmeter.gui.action
-
Reset Search
- ResetSearchCommand() - Constructor for class org.apache.jmeter.gui.action.ResetSearchCommand
-
- resetState(JMeterTreeNode) - Method in class org.apache.jmeter.gui.action.impl.DefaultTreeNodeNamingPolicy
-
- resetState(JMeterTreeNode) - Method in interface org.apache.jmeter.gui.action.TreeNodeNamingPolicy
-
Called within Apply Naming Policy popup menu on TransactionController nodes to
init the naming process.
- resolveBaseRelativeName(String) - Static method in class org.apache.jmeter.services.FileServer
-
Resolve a file name that may be relative to the base directory.
- resolveReplacementSubTree(JMeterTreeNode) - Method in interface org.apache.jmeter.control.ReplaceableController
-
Compute the replacement tree.
- RESOURCE_BUNDLE - Static variable in class org.apache.jmeter.testbeans.BeanInfoSupport
-
Pointer to the resource bundle, if any (will generally be null)
- RESOURCE_BUNDLE - Static variable in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
Pointer to the resource bundle, if any (will generally be null)
- RESPONSE_CODE - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- RESPONSE_MESSAGE - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- RESPONSE_WAS_NULL - Static variable in class org.apache.jmeter.assertions.AssertionResult
-
- ResponseTimeDistributionGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ResponseTimeDistributionGraphConsumer provides a graph to visualize
the distribution of the average response time per sample
- ResponseTimeDistributionGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
- ResponseTimeOverTimeGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ResponseTimeOverTimeGraphConsumer provides a graph to visualize mean
response time per time period (defined by granularity)
- ResponseTimeOverTimeGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer
-
- ResponseTimePercentilesGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The Class ResponseTimePercentilesGraphConsumer computes percentile
graph for each samples
- ResponseTimePercentilesGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
-
Instantiates a new response time percentiles graph consumer.
- ResponseTimePercentilesOverTimeGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ResponseTimePercentilesOverTimeGraphConsumer provides a graph to visualize percentiles
over time period.
- ResponseTimePercentilesOverTimeGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesOverTimeGraphConsumer
-
- ResponseTimePerSampleGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ResponseTimePerSampleGraphConsumer provides a graph to visualize
percentiles of response time for each sample name.
- ResponseTimePerSampleGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimePerSampleGraphConsumer
-
Instantiates a new response time per sample graph consumer.
- ResponseTimeVSRequestGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class ResponseTimeVSRequestGraphConsumer provides a graph to visualize
response time vs requests
- ResponseTimeVSRequestGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer
-
- restore(GuiPackage) - Method in interface org.apache.jmeter.gui.TreeState
-
Restore tree expanded and selected state
- restore(GuiPackage) - Method in class org.apache.jmeter.gui.TreeState.TreeStateImpl
-
- restoreSpecialProperties(TestElement, HierarchicalStreamReader) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Restore the special properties:
TestElement.GUI_CLASS
TestElement.TEST_CLASS
TestElement.NAME
TestElement.ENABLED
- RESULT_CTX_GRANULARITY - Static variable in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
- RESULT_CTX_GRANULARITY - Static variable in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- RESULT_MAX_X - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_MAX_Y - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_MIN_X - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_MIN_Y - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SERIES - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SERIES_DATA - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SERIES_IS_CONTROLLER - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SERIES_IS_OVERALL - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SERIES_NAME - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_SUPPORTS_CONTROLLERS_DISCRIMINATION - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_TITLE - Static variable in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- RESULT_VALUE_DATA - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- RESULT_VALUE_IS_CONTROLLER - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- RESULT_VALUE_ITEMS - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- RESULT_VALUE_OVERALL - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- RESULT_VALUE_SUPPORTS_CONTROLLERS_DISCRIMINATION - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- RESULT_VALUE_TITLES - Static variable in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- ResultAction - Class in org.apache.jmeter.reporters
-
ResultAction - take action based on the status of the last Result
- ResultAction() - Constructor for class org.apache.jmeter.reporters.ResultAction
-
Constructor is initially called once for each occurrence in the test plan
For GUI, several more instances are created Then clear is called at start
of test Called several times during test startup The name will not
necessarily have been set at this point.
- ResultActionGui - Class in org.apache.jmeter.reporters.gui
-
Create a Result Action Test Element
- ResultActionGui() - Constructor for class org.apache.jmeter.reporters.gui.ResultActionGui
-
- ResultCollector - Class in org.apache.jmeter.reporters
-
This class handles all saving of samples.
- ResultCollector() - Constructor for class org.apache.jmeter.reporters.ResultCollector
-
No-arg constructor.
- ResultCollector(Summariser) - Constructor for class org.apache.jmeter.reporters.ResultCollector
-
- RESULTCOLLECTOR_HELPER_OBJECT - Static variable in class org.apache.jmeter.save.SaveService
-
- ResultCollectorHelper - Class in org.apache.jmeter.reporters
-
Helper class to allow TestResultWrapperConverter to send samples
directly to the visualiser if required.
- ResultCollectorHelper(ResultCollector, Visualizer) - Constructor for class org.apache.jmeter.reporters.ResultCollectorHelper
-
- ResultData - Interface in org.apache.jmeter.report.processor
-
The interface ResultData represents a result from samples processing.
- ResultDataVisitor<T> - Interface in org.apache.jmeter.report.processor
-
The interface ResultDataVisitor represents a visitor for result data from
samples processing.
- ResultSaver - Class in org.apache.jmeter.reporters
-
Save Result responseData to a set of files
This is mainly intended for validation tests
- ResultSaver() - Constructor for class org.apache.jmeter.reporters.ResultSaver
-
Constructor is initially called once for each occurrence in the test plan
For GUI, several more instances are created Then clear is called at start
of test Called several times during test startup The name will not
necessarily have been set at this point.
- ResultSaver(String) - Constructor for class org.apache.jmeter.reporters.ResultSaver
-
Constructor for use during startup (intended for non-GUI use)
- ResultSaverGui - Class in org.apache.jmeter.reporters.gui
-
Create a ResultSaver test element, which saves the sample information in set
of files
- ResultSaverGui() - Constructor for class org.apache.jmeter.reporters.gui.ResultSaverGui
-
- resultToDelimitedString(SampleEvent) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Convert a result into a string, where the fields of the result are
separated by the default delimiter.
- resultToDelimitedString(SampleEvent, String) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Convert a result into a string, where the fields of the result are
separated by a specified String.
- RETRIES_DELAY - Static variable in class org.apache.jmeter.engine.DistributedRunner
-
- RETRIES_NUMBER - Static variable in class org.apache.jmeter.engine.DistributedRunner
-
- retrieveAttributes(HierarchicalStreamReader, UnmarshallingContext, SampleResult) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
- retrieveItem(HierarchicalStreamReader, UnmarshallingContext, SampleResult, Object) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
- reverseReplace(TestElement) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
Transforms strings into variable references
- reverseReplace(TestElement, boolean) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
Transforms strings into variable references using regexp matching if regexMatch is true
- REVERT_PROJECT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- RevertProject - Class in org.apache.jmeter.gui.action
-
Handles the Revert Project command.
- RevertProject() - Constructor for class org.apache.jmeter.gui.action.RevertProject
-
- revertsKeysAndValues() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Reverts keys and values.
- rexit() - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rexit() - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- RMIServerSocketFactoryImpl - Class in org.apache.jmeter.rmi
-
Custom RMIServerSocketFactory that binds RMI to particular host/ip
- RMIServerSocketFactoryImpl(InetAddress) - Constructor for class org.apache.jmeter.rmi.RMIServerSocketFactoryImpl
-
- RmiUtils - Class in org.apache.jmeter.rmi
-
RMI Helper class
- RowDetailDialog - Class in org.apache.jmeter.config.gui
-
Show detail of a Row
- RowDetailDialog() - Constructor for class org.apache.jmeter.config.gui.RowDetailDialog
-
- RowDetailDialog(ObjectTableModel, int) - Constructor for class org.apache.jmeter.config.gui.RowDetailDialog
-
- rreset() - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rreset() - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- rrunTest() - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rrunTest() - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- rsetProperties(Properties) - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rsetProperties(Properties) - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- rstopTest(boolean) - Method in interface org.apache.jmeter.engine.RemoteJMeterEngine
-
- rstopTest(boolean) - Method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- run() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- run() - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- run() - Method in class org.apache.jmeter.report.processor.CsvFileSampleSource
-
Run this sample source.
- run() - Method in class org.apache.jmeter.threads.JMeterThread
-
- run() - Method in class org.apache.jmeter.util.BeanShellServer
-
- RUN_TG - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- RUN_TG_NO_TIMERS - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- RunningSample - Class in org.apache.jmeter.visualizers
-
Running sample data container.
- RunningSample(String, int) - Constructor for class org.apache.jmeter.visualizers.RunningSample
-
Use this constructor to create the initial instance
- RunningSample(RunningSample) - Constructor for class org.apache.jmeter.visualizers.RunningSample
-
Copy constructor to create a duplicate of existing instance (without the
disadvantages of clone()
- runSafe(Runnable) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Run the runnable in AWT Thread if current thread is not AWT thread
otherwise runs call SwingUtilities.invokeAndWait(Runnable)
- runSafe(boolean, Runnable) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Run the runnable in AWT Thread if current thread is not AWT thread
otherwise runs call SwingUtilities.invokeAndWait(Runnable)
- runTest() - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
- runTest() - Method in interface org.apache.jmeter.engine.JMeterEngine
-
Runs the test
- runTest() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- RunTime - Class in org.apache.jmeter.control
-
Runtime Controller that runs its children until configured Runtime(s) is exceeded
- RunTime() - Constructor for class org.apache.jmeter.control.RunTime
-
- RunTimeGui - Class in org.apache.jmeter.control.gui
-
The user interface for a controller which specifies that its subcomponents
should be executed some number of seconds in a loop.
- RunTimeGui() - Constructor for class org.apache.jmeter.control.gui.RunTimeGui
-
Create a new LoopControlPanel as a standalone component.
- RunTimeGui(boolean) - Constructor for class org.apache.jmeter.control.gui.RunTimeGui
-
Create a new LoopControlPanel as either a standalone or an embedded
component.
- sample(Entry) - Method in class org.apache.jmeter.control.TransactionSampler
-
One cannot sample the TransactionSampler directly.
- Sample - Class in org.apache.jmeter.report.core
-
Represents a sample read from a CSV source.
- Sample(long, SampleMetadata, String...) - Constructor for class org.apache.jmeter.report.core.Sample
-
Build a sample from a string array
- sample(Entry) - Method in interface org.apache.jmeter.samplers.Sampler
-
Obtains statistics about the given Entry, and packages the information
into a SampleResult.
- Sample - Class in org.apache.jmeter.visualizers
-
- Sample(String, long, long, long, long, long, double, long, boolean, long, long) - Constructor for class org.apache.jmeter.visualizers.Sample
-
- Sample(String, long, long, long, long, long, double, long, boolean, long, long, int, String) - Constructor for class org.apache.jmeter.visualizers.Sample
-
- Sample() - Constructor for class org.apache.jmeter.visualizers.Sample
-
- SAMPLE_EVENT_OBJECT - Static variable in class org.apache.jmeter.save.SaveService
-
- SAMPLE_VARIABLES - Static variable in class org.apache.jmeter.samplers.SampleEvent
-
The property "sample_variables" is used to define additional variables to be saved
- SampleBuilder - Class in org.apache.jmeter.report.core
-
This class is meant to simplify the building of samples.
- SampleBuilder(SampleMetadata, NumberFormat) - Constructor for class org.apache.jmeter.report.core.SampleBuilder
-
Construct a SampleBuilder.
- SampleBuilder(SampleMetadata) - Constructor for class org.apache.jmeter.report.core.SampleBuilder
-
Construct a SampleBuilder with default formatter
- SampleComparator - Interface in org.apache.jmeter.report.core
-
Defines a comparator for
Sample instances
- SampleConsumer - Interface in org.apache.jmeter.report.processor
-
Defines a sample consumer
A sample consumer is meant to consume samples in order to process them.
- SampleContext - Class in org.apache.jmeter.report.processor
-
- SampleContext() - Constructor for class org.apache.jmeter.report.processor.SampleContext
-
- sampleEnd() - Method in class org.apache.jmeter.samplers.SampleResult
-
Record the end time of a sample and calculate the elapsed time
- sampleEnded(Sampler) - Method in interface org.apache.jmeter.samplers.SampleMonitor
-
Will be called when a sample has just finished
- SampleEvent - Class in org.apache.jmeter.samplers
-
Packages information regarding the target of a sample event, such as the
result from that event and the thread group it ran in.
- SampleEvent() - Constructor for class org.apache.jmeter.samplers.SampleEvent
-
Constructor used for Unit tests only.
- SampleEvent(SampleResult, String) - Constructor for class org.apache.jmeter.samplers.SampleEvent
-
Creates SampleEvent without saving any variables.
- SampleEvent(SampleResult, String, JMeterVariables) - Constructor for class org.apache.jmeter.samplers.SampleEvent
-
Constructor used for normal samples, saves variable values if any are
defined.
- SampleEvent(SampleResult, String, String) - Constructor for class org.apache.jmeter.samplers.SampleEvent
-
Only intended for use when loading results from a file.
- SampleEvent(SampleResult, String, JMeterVariables, boolean) - Constructor for class org.apache.jmeter.samplers.SampleEvent
-
- SampleEventConverter - Class in org.apache.jmeter.save.converters
-
XStream Converter for the SampleResult class
- SampleEventConverter() - Constructor for class org.apache.jmeter.save.converters.SampleEventConverter
-
- SampleException - Exception in org.apache.jmeter.report.core
-
Thrown when some sample processing occurred
- SampleException() - Constructor for exception org.apache.jmeter.report.core.SampleException
-
Instantiates a new sample exception.
- SampleException(String) - Constructor for exception org.apache.jmeter.report.core.SampleException
-
Instantiates a new sample exception with the specified message.
- SampleException(Throwable) - Constructor for exception org.apache.jmeter.report.core.SampleException
-
Instantiates a new sample exception.
- SampleException(String, Throwable) - Constructor for exception org.apache.jmeter.report.core.SampleException
-
Instantiates a new sample exception.
- SampleIndexer<TIndex> - Interface in org.apache.jmeter.report.processor
-
The classes that implement interface SampleIndexer have to calculate an index
from a sample.
- SampleListener - Interface in org.apache.jmeter.samplers
-
Allows notification on events occurring during the sampling process.
- SampleMetadata - Class in org.apache.jmeter.report.core
-
Describe samples structure by holding sample column names and theirs matching
indexes.
- SampleMetadata(char, String...) - Constructor for class org.apache.jmeter.report.core.SampleMetadata
-
Builds metadata from separator character and a list of column names
- SampleMetadata(SampleSaveConfiguration) - Constructor for class org.apache.jmeter.report.core.SampleMetadata
-
- SampleMetaDataParser - Class in org.apache.jmeter.report.core
-
- SampleMetaDataParser(char) - Constructor for class org.apache.jmeter.report.core.SampleMetaDataParser
-
- SampleMonitor - Interface in org.apache.jmeter.samplers
-
Allows notification just before and just after a sample is invoked.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.control.TransactionController
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultAction
-
Examine the sample(s) and take appropriate action
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultCollector
-
When a test result is received, display it and save it.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultSaver
-
Saves the sample result (and any sub results) in files
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.reporters.Summariser
-
Accumulates the sample in two SampleResult objects - one for running
totals, and the other for deltas.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.AsynchSampleSender
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.BatchSampleSender
-
Stores sample events until either a time or sample threshold is
breached.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.DataStrippingSampleSender
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.DiskStoreSampleSender
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.HoldSampleSender
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- sampleOccurred(SampleEvent) - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
A sample has started and stopped.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerWrapper
-
- sampleOccurred(SampleEvent) - Method in interface org.apache.jmeter.samplers.SampleListener
-
A sample has started and stopped.
- sampleOccurred(SampleEvent) - Method in interface org.apache.jmeter.samplers.SampleSender
-
A sample occurred.
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.StandardSampleSender
-
- sampleOccurred(SampleEvent) - Method in class org.apache.jmeter.samplers.StatisticalSampleSender
-
Stores sample events until either a time or sample threshold is
breached.
- SamplePackage - Class in org.apache.jmeter.threads
-
Packages methods related to sample handling.
- SamplePackage(List<ConfigTestElement>, List<SampleListener>, List<Timer>, List<Assertion>, List<PostProcessor>, List<PreProcessor>, List<Controller>) - Constructor for class org.apache.jmeter.threads.SamplePackage
-
- samplePause() - Method in class org.apache.jmeter.samplers.SampleResult
-
Pause a sample
- SamplePredicate - Interface in org.apache.jmeter.report.core
-
The interface SamplePredicate represents a predicate to apply to a sample.
- SampleProcessor - Interface in org.apache.jmeter.report.processor
-
Defines a sample processor.
- SampleProducer - Interface in org.apache.jmeter.report.processor
-
Defines a sample producer
A sample producer is able to produce sample on different channels.
- Sampler - Interface in org.apache.jmeter.samplers
-
Classes which are able to generate information about an entry should
implement this interface.
- SampleResult - Class in org.apache.jmeter.samplers
-
This is a nice packaging for the various information returned from taking a
sample of an entry.
- SampleResult() - Constructor for class org.apache.jmeter.samplers.SampleResult
-
- SampleResult(SampleResult) - Constructor for class org.apache.jmeter.samplers.SampleResult
-
Copy constructor.
- SampleResult(long, boolean) - Constructor for class org.apache.jmeter.samplers.SampleResult
-
Create a sample with a specific elapsed time but don't allow the times to
be changed later
(only used by HTTPSampleResult)
- SampleResult(long, long) - Constructor for class org.apache.jmeter.samplers.SampleResult
-
Allow users to create a sample with specific timestamp and elapsed times
for cloning purposes, but don't allow the times to be changed later
Currently used by CSVSaveService and
StatisticalSampleResult
- SampleResultConverter - Class in org.apache.jmeter.save.converters
-
XStream Converter for the SampleResult class
- SampleResultConverter(Mapper) - Constructor for class org.apache.jmeter.save.converters.SampleResultConverter
-
- sampleResume() - Method in class org.apache.jmeter.samplers.SampleResult
-
Resume a sample
- SAMPLERS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- SampleSaveConfiguration - Class in org.apache.jmeter.samplers
-
Holds details of which sample attributes to save.
- SampleSaveConfiguration() - Constructor for class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SampleSaveConfiguration(boolean) - Constructor for class org.apache.jmeter.samplers.SampleSaveConfiguration
-
Alternate constructor for use by CsvSaveService
- SampleSaveConfigurationConverter - Class in org.apache.jmeter.save.converters
-
- SampleSaveConfigurationConverter(Mapper) - Constructor for class org.apache.jmeter.save.converters.SampleSaveConfigurationConverter
-
- SampleSelector<TSelection> - Interface in org.apache.jmeter.report.core
-
The interface SampleSelector represents a typed projection from a sample.
- SampleSender - Interface in org.apache.jmeter.samplers
-
This interface is used to define the methods that need to be intercepted
by the SampleSender wrapper classes processed by the RemoteListenerWrapper.
- SampleSenderFactory - Class in org.apache.jmeter.samplers
-
- SampleSenderFactory() - Constructor for class org.apache.jmeter.samplers.SampleSenderFactory
-
- SampleSource - Interface in org.apache.jmeter.report.processor
-
The interface SampleSource represents a source of samples for sample consumers.
- sampleStart() - Method in class org.apache.jmeter.samplers.SampleResult
-
Record the start time of a sample
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.control.TransactionController
-
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultAction
-
A sample has started.
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultSaver
-
A sample has started.
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.reporters.Summariser
-
A sample has started.
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- sampleStarted(SampleEvent) - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
A sample has started.
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
A sample has started.
- sampleStarted(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerWrapper
-
- sampleStarted(SampleEvent) - Method in interface org.apache.jmeter.samplers.SampleListener
-
A sample has started.
- sampleStarting(Sampler) - Method in interface org.apache.jmeter.samplers.SampleMonitor
-
Will be called when a sample is about to start
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.control.TransactionController
-
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultAction
-
A sample has stopped.
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.reporters.ResultSaver
-
A sample has stopped.
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.reporters.Summariser
-
A sample has stopped.
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- sampleStopped(SampleEvent) - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
A sample has stopped.
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
A sample has stopped.
- sampleStopped(SampleEvent) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerWrapper
-
- sampleStopped(SampleEvent) - Method in interface org.apache.jmeter.samplers.SampleListener
-
A sample has stopped.
- SampleWriter - Class in org.apache.jmeter.report.core
-
Describes sample writer basic operations.
- SampleWriter() - Constructor for class org.apache.jmeter.report.core.SampleWriter
-
- SampleWriterConsumer - Class in org.apache.jmeter.report.processor
-
Sample consumed by this consumer are written to a file
- SampleWriterConsumer() - Constructor for class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- SamplingStatCalculator - Class in org.apache.jmeter.visualizers
-
Aggregate sample data container.
- SamplingStatCalculator() - Constructor for class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- SamplingStatCalculator(String) - Constructor for class org.apache.jmeter.visualizers.SamplingStatCalculator
-
- SAVE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- Save - Class in org.apache.jmeter.gui.action
-
Save the current test plan; implements:
Save
Save TestPlan As
Save (Selection) As
- Save() - Constructor for class org.apache.jmeter.gui.action.Save
-
Constructor for the Save object.
- SAVE_ALL_AS - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_ALL_AS - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- SAVE_ALL_ASSERTIONS - Static variable in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SAVE_AS - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_AS_TEST_FRAGMENT - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_BEFORE_RUN - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_CONFIG_NAMES - Static variable in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
List of saveXXX/setXXX(boolean) methods which is used to build the Sample Result Save Configuration dialog.
- SAVE_FIRST_ASSERTION - Static variable in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SAVE_GRAPHICS - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_GRAPHICS - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- SAVE_GRAPHICS_ALL - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SAVE_GRAPHICS_ALL - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- SAVE_NO_ASSERTIONS - Static variable in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveAssertionResultsFailureMessage() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveAssertions() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveAssertions(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save assertion results from the sample result into the stream
- saveAsXml() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SaveBeforeRun - Class in org.apache.jmeter.gui.action
-
Save Before Run Action To save test plan before GUI execution
- SaveBeforeRun() - Constructor for class org.apache.jmeter.gui.action.SaveBeforeRun
-
- saveBytes() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveCode() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveConnectTime() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveCSVStats(List<?>, Writer) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Method will save aggregate statistics as CSV.
- saveCSVStats(List<?>, Writer, String[]) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Method will save aggregate statistics as CSV.
- saveCSVStats(DefaultTableModel, FileWriter) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Method saves aggregate statistics (with header names) as CSV from a table
model.
- saveCSVStats(DefaultTableModel, FileWriter, boolean) - Static method in class org.apache.jmeter.save.CSVSaveService
-
Method saves aggregate statistics as CSV from a table model.
- saveDataType() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveElement(Object, OutputStream) - Static method in class org.apache.jmeter.save.SaveService
-
- saveEncoding() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveFieldNames() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveFileName() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SaveGraphics - Class in org.apache.jmeter.gui.action
-
SaveGraphics action is meant to be a generic reusable Action.
- SaveGraphics() - Constructor for class org.apache.jmeter.gui.action.SaveGraphics
-
Constructor for the Save object.
- SaveGraphicsService - Class in org.apache.jmeter.save
-
Class is responsible for taking a component and saving it as a JPEG, PNG or
TIFF.
- SaveGraphicsService() - Constructor for class org.apache.jmeter.save.SaveGraphicsService
-
- saveHostname() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveIdleTime() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveJComponent(String, int, JComponent) - Method in class org.apache.jmeter.save.SaveGraphicsService
-
Method will save the JComponent as an image.
- saveLabel() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveLatency() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveMessage() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- savePNGWithBatik(String, BufferedImage) - Method in class org.apache.jmeter.save.SaveGraphicsService
-
Use Batik to save a PNG of the graph
- SavePropertyDialog - Class in org.apache.jmeter.gui
-
Generates Configure pop-up dialogue for Listeners from all methods in SampleSaveConfiguration
with the signature "boolean saveXXX()".
- SavePropertyDialog() - Constructor for class org.apache.jmeter.gui.SavePropertyDialog
-
- SavePropertyDialog(Frame, String, boolean, SampleSaveConfiguration) - Constructor for class org.apache.jmeter.gui.SavePropertyDialog
-
- saveRequestHeaders() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveRequestHeaders(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save request headers from the sample result into the stream
- saveResponseData(SampleResult) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveResponseData() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveResponseData(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save the response from the sample result into the stream
- saveResponseHeaders() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveResponseHeaders(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save response headers from sample result into the stream
- saveSampleCount() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveSamplerData(SampleResult) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveSamplerData() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveSamplerData(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save the data of the sample result to a stream
- saveSampleResult(SampleEvent, Writer) - Static method in class org.apache.jmeter.save.SaveService
-
Save a sampleResult to an XML output file using XStream.
- saveScopeSettings(AbstractScopedTestElement) - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Save the scope settings in the test element.
- saveSentBytes() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SaveService - Class in org.apache.jmeter.save
-
Handles setting up XStream serialisation.
- SaveService() - Constructor for class org.apache.jmeter.save.SaveService
-
- saveSpecialProperties(TestElement, HierarchicalStreamWriter) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
Save the special properties:
TestElement.GUI_CLASS
TestElement.TEST_CLASS
TestElement.NAME
TestElement.ENABLED
- saveSubresults() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveSubResults(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save sub results from sample result into the stream
- saveSuccess() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveThreadCounts() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveThreadName() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveTIFFWithBatik(String, BufferedImage) - Method in class org.apache.jmeter.save.SaveGraphicsService
-
Use Batik to save a TIFF file of the graph
- saveTime() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveTimestamp() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- saveTree(HashTree, OutputStream) - Static method in class org.apache.jmeter.save.SaveService
-
- saveUrl() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- SCHEDULER - Static variable in class org.apache.jmeter.threads.ThreadGroup
-
Whether scheduler is being used
- ScopePanel - Class in org.apache.jmeter.util
-
Scope panel so users can choose whether
to apply the test element to the parent sample, the child samples or both.
- ScopePanel() - Constructor for class org.apache.jmeter.util.ScopePanel
-
- ScopePanel(boolean) - Constructor for class org.apache.jmeter.util.ScopePanel
-
- ScopePanel(boolean, boolean, boolean) - Constructor for class org.apache.jmeter.util.ScopePanel
-
- ScriptingBeanInfoSupport - Class in org.apache.jmeter.util
-
Parent class to define common GUI parameters for BSF and JSR223 test elements
- ScriptingBeanInfoSupport(Class<? extends TestBean>, String[]) - Constructor for class org.apache.jmeter.util.ScriptingBeanInfoSupport
-
- ScriptingBeanInfoSupport(Class<? extends TestBean>, String[], ResourceBundle) - Constructor for class org.apache.jmeter.util.ScriptingBeanInfoSupport
-
- ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor - Class in org.apache.jmeter.util
-
- ScriptingTestElement - Class in org.apache.jmeter.util
-
- ScriptingTestElement() - Constructor for class org.apache.jmeter.util.ScriptingTestElement
-
- scriptLanguage - Variable in class org.apache.jmeter.util.ScriptingTestElement
-
- ScriptWrapperConverter - Class in org.apache.jmeter.save
-
Handles XStream conversion of Test Scripts
- ScriptWrapperConverter(Mapper) - Constructor for class org.apache.jmeter.save.ScriptWrapperConverter
-
- search(List<String>) - Method in class org.apache.jmeter.gui.action.RawTextSearcher
-
Implements the search
- search(List<String>) - Method in class org.apache.jmeter.gui.action.RegexpSearcher
-
Implements the search
- search(List<String>) - Method in interface org.apache.jmeter.gui.action.Searcher
-
Implements the search
- SEARCH_RESET - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SEARCH_TREE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SEARCH_TREE - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- Searchable - Interface in org.apache.jmeter.gui
-
Interface for nodes that are searchable.
- Searcher - Interface in org.apache.jmeter.gui.action
-
Search algorithm
- SearchTreeCommand - Class in org.apache.jmeter.gui.action
-
Search nodes for a text
TODO Enhance search dialog to select kind of nodes ....
- SearchTreeCommand() - Constructor for class org.apache.jmeter.gui.action.SearchTreeCommand
-
- SearchTreeDialog - Class in org.apache.jmeter.gui.action
-
FIXME Why is searchTF not getting focus correctly after having been setVisible(false) once
- SearchTreeDialog() - Constructor for class org.apache.jmeter.gui.action.SearchTreeDialog
-
- select(Sample) - Method in interface org.apache.jmeter.report.core.SampleSelector
-
Do the projection from the specified sample
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.CodeSeriesSelector
-
- select(String, Sample) - Method in class org.apache.jmeter.report.processor.graph.ConnectTimeValueSelector
-
- select(String, Sample) - Method in class org.apache.jmeter.report.processor.graph.CountValueSelector
-
- select(String, Sample) - Method in class org.apache.jmeter.report.processor.graph.ElapsedTimeValueSelector
-
- select(String, Sample) - Method in interface org.apache.jmeter.report.processor.graph.GraphValueSelector
-
Do a projection from a sample to the value to aggregate for the specified
series and key.
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.IndexedNameSelector
-
- select(String, Sample) - Method in class org.apache.jmeter.report.processor.graph.LatencyValueSelector
-
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.NameSeriesSelector
-
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.StaticSeriesSelector
-
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
- select(String, Sample) - Method in class org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector
-
- select(Sample) - Method in class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
- select(String) - Method in interface org.apache.jmeter.report.processor.ThresholdSelector
-
Do a projection from the specified samplers name to APDEX threshold
information.
- selectNodeList(Document, String) - Static method in class org.apache.jmeter.util.XPathUtil
-
Extract NodeList using expression
- selectsBeginTime() - Method in class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
Gets a status defining whether the projection is done with the begin or
end time of the sample.
- SelectTemplatesDialog - Class in org.apache.jmeter.gui.action
-
Dialog used for Templates selection
- SelectTemplatesDialog() - Constructor for class org.apache.jmeter.gui.action.SelectTemplatesDialog
-
- sendToVisualizer(SampleResult) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- sendUrgentData(int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- SEPARATOR - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- SeriesData - Class in org.apache.jmeter.report.processor.graph
-
The class SeriesData helps to store series data in a graph.
- SeriesData(AggregatorFactory, boolean, boolean, boolean) - Constructor for class org.apache.jmeter.report.processor.graph.SeriesData
-
Instantiates a new data seriesData.
- ServerPanel - Class in org.apache.jmeter.gui
-
Common server panel implementation for use with HTTP, TCP etc samplers
- ServerPanel() - Constructor for class org.apache.jmeter.gui.ServerPanel
-
create the target server panel.
- set(int, String) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- set(int, JMeterProperty) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- set(String, Object) - Method in class org.apache.jmeter.util.BeanShellInterpreter
-
- set(String, boolean) - Method in class org.apache.jmeter.util.BeanShellInterpreter
-
- setActionHandler(ActionListener) - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
Sets the ActionHandler attribute of the JMeterTreeListener object.
- setAggregatedKeysSeriesFormat(String) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Sets the format for the name of aggregated keys seriesData.
- setAlias(String) - Method in class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- setAlias(String) - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- setAllThreads(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setApdexPerTransaction(Map<String, Long[]>) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Sets the apdex per transaction map.
- setApdexSatisfiedThreshold(long) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Sets the apdex satisfied threshold.
- setApdexToleratedThreshold(long) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Sets the apdex tolerated threshold.
- setArguments(List<Argument>) - Method in class org.apache.jmeter.config.Arguments
-
Set the list of arguments.
- setAssertionResultsFailureMessage(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setAssertions(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.FileEditor
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.LongPropertyEditor
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- setAsText(String) - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- setAsText(String) - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- setAsXml(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setAttributes(HierarchicalStreamWriter, MarshallingContext, SampleResult, SampleSaveConfiguration) - Method in class org.apache.jmeter.save.converters.SampleResultConverter
-
Save attributes of the sample result to the stream
- setBase(File) - Method in class org.apache.jmeter.services.FileServer
-
Sets the current base directory for relative file names.
- setBasedir(String) - Method in class org.apache.jmeter.services.FileServer
-
Sets the current base directory for relative file names from the provided path.
- setBasedir(String) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setBaseForScript(File) - Method in class org.apache.jmeter.services.FileServer
-
Sets the current base directory for relative file names from the provided script file.
- setBodySize(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setBodySize(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setBytes(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Sets the bytes.
- setBytes(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
In the event the sampler does want to pass back the actual contents, we
still want to calculate the throughput.
- setBytes(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setBytes(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setCacheKey(String) - Method in class org.apache.jmeter.util.JSR223TestElement
-
- setChannelAttribute(int, String, Object) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- setChannelAttribute(int, String, Object) - Method in class org.apache.jmeter.report.processor.AbstractSampleProcessor
-
- setChannelAttribute(int, String, Object) - Method in interface org.apache.jmeter.report.processor.SampleProcessor
-
Associate an attribute to the specified channel for this sample processor
If the attribute already exist, it is replaced.
- setChunkSize(long) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
Set the number of samples that will be stored in memory.
- setClassName(String) - Method in class org.apache.jmeter.report.config.InstanceConfiguration
-
Sets the class name of the item.
- setClickCountToStart(int) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Specifies the number of clicks needed to start editing.
- setCode(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setCollection(Collection<?>) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- setColumnData(int, List<?>) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- setComment(String) - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for setting the comment property.
- setComment(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setComment(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
Associates a comment with this element
- setCondition(String) - Method in class org.apache.jmeter.control.IfController
-
Condition Accessor - this is gonna be like ${count} < 10
- setCondition(String) - Method in class org.apache.jmeter.control.WhileController
-
- setConnectTime(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
This is only intended for use by SampleResultConverter!
- setConnectTime(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setConnectTimeout(String) - Method in class org.apache.jmeter.gui.ServerPanel
-
- setConsumedMetadata(SampleMetadata, int) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- setConsumedMetadata(SampleMetadata, int) - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- setConsumedMetadata(SampleMetadata, int) - Method in interface org.apache.jmeter.report.processor.SampleConsumer
-
Set the metadata of samples that will be consumed on the specified
channel.
- setContentType(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Stores the content-type string, e.g.
- setContext(HttpURLConnection) - Method in class org.apache.jmeter.util.JsseSSLManager
-
Sets the Context attribute of the JsseSSLManager object
- setContext(HttpURLConnection) - Method in class org.apache.jmeter.util.SSLManager
-
- setContinueForever(boolean) - Method in class org.apache.jmeter.control.LoopController
-
Determines whether the loop will return any samples if it is rerun.
- setCopiedNodes(JMeterTreeNode[]) - Static method in class org.apache.jmeter.gui.action.Copy
-
- setCurrentElement(TestElement) - Method in class org.apache.jmeter.control.GenericController
-
Empty implementation - does nothing.
- setCurrentSampler(Sampler) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setData(TData) - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer.SummaryInfo
-
Sets the data to store.
- setDataEncoding(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Sets the dataEncoding.
- setDataToContext(String, Object) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
Store data in the current sample context with the specified key
identifier.
- setDataType(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Sets the data type of the sample.
- setDataType(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setDate(Date) - Method in class org.apache.jmeter.gui.util.JDateField
-
Set the date to the Date mask control.
- setDateFormat(String) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
Intended for use by CsvSaveService (and test cases)
- setDefaultDelimiter() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setDefaultTimeStampFormat() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setDelay(long) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Set the startup delay
- setDelimiter(String) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setDescription(String) - Method in class org.apache.jmeter.config.Argument
-
Sets the Description attribute of the Argument.
- setDescription(String) - Method in class org.apache.jmeter.gui.action.template.Template
-
- setDescriptor(PropertyDescriptor) - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
For the table editor, the CLASSNAME attribute must simply be the name of the class of object it will hold
where each row holds one object.
- setDescriptor(PropertyDescriptor) - Method in interface org.apache.jmeter.testbeans.gui.TestBeanPropertyEditor
-
- setDirty(boolean) - Method in class org.apache.jmeter.gui.GuiPackage
-
The dirty property is a flag that indicates whether there are parts of
JMeter's test tree that the user has not saved since last modification.
- setDone(boolean) - Method in class org.apache.jmeter.control.GenericController
-
- setDone(boolean) - Method in class org.apache.jmeter.control.LoopController
-
- setDuration(long) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Set the desired duration of the thread group test run
- setEditAddEnabled(boolean) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify whether or not the Edit|Add menu item should be enabled.
- setEditAddEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setEditAddMenu(JMenu) - Method in class org.apache.jmeter.gui.MainFrame
-
Set the menu that should be used for the Edit|Add menu.
- setEditAddMenu(JMenu) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setEditEnabled(boolean) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify whether or not the Edit menu item should be enabled.
- setEditEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setEditMenu(JPopupMenu) - Method in class org.apache.jmeter.gui.MainFrame
-
Set the menu that should be used for the Edit menu.
- setEditMenu(JPopupMenu) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setElement(TestElement) - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
- setEnabled(boolean) - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for the enabled property.
- setEnabled(boolean) - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Set whether this component is enabled.
- setEnabled(boolean) - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
- setEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
- setEnabled(JMenu) - Static method in class org.apache.jmeter.gui.util.MenuFactory
-
- setEnabled(boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setEnabled(boolean) - Method in interface org.apache.jmeter.testelement.TestElement
-
Set the enabled status of the test element
- setEnabledCipherSuites(String[]) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setEnabledProtocols(String[]) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setEnableSessionCreation(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setEncoding(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setEncodingAndType(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Extract and save the DataEncoding and DataType from the parameter provided.
- setEndDate(Date) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- setEndTime(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Sets the end time.
- setEndTime(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setEndTime(long) - Method in class org.apache.jmeter.threads.JMeterThread
-
Set the EndTime for this Thread.
- setEngine(StandardJMeterEngine) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setEngine(StandardJMeterEngine) - Method in class org.apache.jmeter.threads.JMeterThread
-
Save the engine instance for access to the stop methods
- setError(boolean) - Method in class org.apache.jmeter.assertions.AssertionResult
-
Set the flag indicating whether or not an error occurred.
- setErrorAction(int) - Method in class org.apache.jmeter.testelement.OnErrorTestElement
-
- setErrorCount(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setErrorCount(int) - Method in class org.apache.jmeter.samplers.StatisticalSampleResult
-
- setErrorLogging(boolean) - Method in class org.apache.jmeter.reporters.ResultCollector
-
Sets error logging flag
- setErrors(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- setEvaluateAll(boolean) - Method in class org.apache.jmeter.control.IfController
-
- setExcludeControllers(boolean) - Method in class org.apache.jmeter.report.config.GraphConfiguration
-
Sets a switch used to check if controller samples have to be filtered.
- setExtendedFrameTitle(String) - Method in class org.apache.jmeter.gui.MainFrame
-
- setFailure(boolean) - Method in class org.apache.jmeter.assertions.AssertionResult
-
Set the flag indicating whether or not a failure occurred.
- setFailureLabel(String) - Method in class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
Sets the failure label.
- setFailureMessage(String) - Method in class org.apache.jmeter.assertions.AssertionResult
-
Set the failure message giving more details about a failure or error.
- setFieldNames(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setFile(String) - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Sets the filename which results will be saved to.
- setFileLoadEnabled(boolean) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify whether or not the File|Load menu item should be enabled.
- setFileLoadEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setFileName(String) - Method in class org.apache.jmeter.gui.action.template.Template
-
- setFilename(String) - Method in class org.apache.jmeter.gui.util.FilePanelEntry
-
Sets the filename attribute of the FilePanel object.
- setFilename(String) - Method in class org.apache.jmeter.reporters.ResultCollector
-
Sets the filename attribute of the ResultCollector object.
- setFileName(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setFilename(String) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- setFilename(String) - Method in class org.apache.jmeter.util.ScriptingTestElement
-
- setFileRevertEnabled(boolean) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify whether or not the File|Revert item should be enabled.
- setFileRevertEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setFiles(String[]) - Method in class org.apache.jmeter.gui.util.FileListPanel
-
- setFileSaveEnabled(boolean) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify whether or not the File|Save menu item should be enabled.
- setFileSaveEnabled(boolean) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setFirst(boolean) - Method in class org.apache.jmeter.control.GenericController
-
If b is true, it means first is reset which means Controller has executed all its children
- setFirstTime(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Sets the first time.
- setFunctionalMode(boolean) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setGenerateParentSample(boolean) - Method in class org.apache.jmeter.control.TransactionController
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
-
Sets the granularity.
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
Sets the granularity.
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
Sets the granularity.
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.TimeRateAggregator
-
- setGranularity(long) - Method in class org.apache.jmeter.report.processor.TimeRateAggregatorFactory
-
Sets the granularity used by created aggregators.
- setGroupThreads(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setHasOverallResult(boolean) - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Defines whether the result contains an overall item.
- setHeadersSize(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
Set the headers size in bytes
- setHostname(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setIcon(String) - Method in class org.apache.jmeter.testbeans.BeanInfoSupport
-
Set the bean's 16x16 colour icon.
- setIdleTime(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
Set idle time pause.
- setIdleTime(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setIgnore() - Method in class org.apache.jmeter.samplers.SampleResult
-
Call this method to tell JMeter to ignore this SampleResult by Listeners
- setIgnoreTCFromTop5ErrorsBySampler(boolean) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- setIgnoreTransactionController(boolean) - Method in class org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
-
- setIncludeTimers(boolean) - Method in class org.apache.jmeter.control.TransactionController
-
Whether to include timers and pre/post processor time in overall sample.
- setIndeterminate() - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- setInitialContext(JMeterContext) - Method in class org.apache.jmeter.threads.JMeterThread
-
- setInitialDelay(int) - Method in class org.apache.jmeter.threads.JMeterThread
-
Set rampup delay for JMeterThread Thread
- setInitialText(String) - Method in class org.apache.jmeter.gui.util.JSyntaxTextArea
-
Sets initial text resetting undo history
- setInVersion(String) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
- setJMeterHome(String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
- setJTree(JTree) - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
Sets the JTree attribute of the JMeterTreeListener object.
- setKeepAlive(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setKeystore(String, String, String) - Method in class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- setKeystore(String, String, String) - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- setLabel(String) - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
Set the group label from the resource name.
- setLabel(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setLanguage(String) - Method in class org.apache.jmeter.gui.util.JSyntaxTextArea
-
Sets the language of the text area.
- setLastJFCDirectory(String) - Static method in class org.apache.jmeter.gui.util.FileDialoger
-
- setLatency(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
This is only intended for use by SampleResultConverter!
- setLatency(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setListener(Visualizer) - Method in class org.apache.jmeter.reporters.AbstractListenerElement
-
- setLocale(Locale) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Changes the current locale: re-reads resource strings and notifies
listeners.
- setLocalTestStarted(boolean) - Method in class org.apache.jmeter.gui.util.JMeterToolBar
-
Change state of buttons on local test
- setLoggerPanel(LoggerPanel) - Method in class org.apache.jmeter.gui.GuiPackage
-
- setLoops(int) - Method in class org.apache.jmeter.control.LoopController
-
- setLoops(String) - Method in class org.apache.jmeter.control.LoopController
-
- setMainFrame(MainFrame) - Method in class org.apache.jmeter.gui.GuiPackage
-
Set the main JMeter frame.
- setMainPanel(JComponent) - Method in class org.apache.jmeter.gui.MainFrame
-
- setMainToolbar(JToolBar) - Method in class org.apache.jmeter.gui.GuiPackage
-
Set the main JMeter toolbar.
- setMap(Map<?, ?>) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
- setMarkedBySearch(boolean) - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
-
Tag Node as result of a search
- setMax(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- setMenuItemLoggerPanel(JCheckBoxMenuItem) - Method in class org.apache.jmeter.gui.GuiPackage
-
Set the menu item LoggerPanel.
- setMenuItemSaveBeforeRunPanel(JCheckBoxMenuItem) - Method in class org.apache.jmeter.gui.GuiPackage
-
Set the menu item SaveBeforeRunPanel.
- setMessage(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setMetaData(String) - Method in class org.apache.jmeter.config.Argument
-
Sets the Meta Data attribute of the Argument.
- setMin(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- setModel(JMeterTreeModel) - Method in class org.apache.jmeter.gui.tree.JMeterTreeListener
-
- setModel(ButtonModel) - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
- setModel(ResultCollector) - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Provides extending classes the opportunity to set the ResultCollector
model for the Visualizer.
- setMonitor(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setName(String) - Method in class org.apache.jmeter.config.Argument
-
Set the name of the Argument.
- setName(String) - Method in class org.apache.jmeter.engine.util.SimpleVariable
-
- setName(String) - Method in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
-
Provides a default implementation for setting the name property.
- setName(String) - Method in class org.apache.jmeter.gui.action.template.Template
-
- setName(String) - Method in interface org.apache.jmeter.gui.JMeterGUIComponent
-
Sets the name of the JMeter GUI Component.
- setName(String) - Method in class org.apache.jmeter.gui.NamePanel
-
Sets the name of the JMeter GUI Component.
- setName(String) - Method in class org.apache.jmeter.gui.tree.JMeterTreeNode
- setName(String) - Method in interface org.apache.jmeter.gui.tree.NamedTreeNode
-
- setName(String) - Method in class org.apache.jmeter.report.dashboard.AbstractDataExporter
-
- setName(String) - Method in interface org.apache.jmeter.report.dashboard.DataExporter
-
Sets the name of the exporter.
- setName(String) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
Sets the name of the consumer.
- setName(String) - Method in class org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
-
- setName(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setName(String) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Set the property name.
- setName(String) - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
Set the property name.
- setName(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setNeedClientAuth(boolean) - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- setNeedClientAuth(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setNumberValue(Number) - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Set the value of the property with a Number object.
- setNumberValue(String) - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Set the value of the property with a String object.
- setNumberValue(Number) - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Set the value of the property with a Number object.
- setNumberValue(String) - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Set the value of the property with a String object.
- setNumberValue(Number) - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
Set the value of the property with a Number object.
- setNumberValue(String) - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
Set the value of the property with a String object.
- setNumberValue(Number) - Method in class org.apache.jmeter.testelement.property.LongProperty
-
Set the value of the property with a Number object.
- setNumberValue(String) - Method in class org.apache.jmeter.testelement.property.LongProperty
-
Set the value of the property with a String object.
- setNumberValue(Number) - Method in class org.apache.jmeter.testelement.property.NumberProperty
-
Set the value of the property with a Number object.
- setNumberValue(String) - Method in class org.apache.jmeter.testelement.property.NumberProperty
-
Set the value of the property with a String object.
- setNumThreads(int) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Set the total number of threads to start
- setObject(Object) - Method in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.BooleanProperty
-
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.FunctionProperty
-
- setObjectValue(Object) - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.MapProperty
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.NullProperty
-
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.NumberProperty
-
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.ObjectProperty
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.StringProperty
- setObjectValue(Object) - Method in class org.apache.jmeter.testelement.property.TestElementProperty
- setOnErrorStartNextLoop(boolean) - Method in class org.apache.jmeter.threads.JMeterThread
-
Should Thread start next loop on Sampler error?
- setOnErrorStopTest(boolean) - Method in class org.apache.jmeter.threads.JMeterThread
-
Should Test stop on sampler error?
- setOnErrorStopTestNow(boolean) - Method in class org.apache.jmeter.threads.JMeterThread
-
Should Test stop abruptly on sampler error?
- setOnErrorStopThread(boolean) - Method in class org.apache.jmeter.threads.JMeterThread
-
Should Thread stop on Sampler error?
- setOOBInline(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setOutputFile(File) - Method in class org.apache.jmeter.report.core.AbstractSampleWriter
-
Set the destination file in which this sample writer will write samples
- setOutputFile(String) - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- setOutputFile(File) - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- setOutputStream(OutputStream) - Method in class org.apache.jmeter.report.core.AbstractSampleWriter
-
Instructs this sample writer to write samples on the specified output
with UTG-8 encoding.
- setOutVersion(String) - Static method in class org.apache.jmeter.save.converters.ConversionHelp
-
- setOverallSeriesFormat(String) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Sets the format of the "overall" seriesData name.
- setParallelize(boolean) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
Enabled parallel mode
- setParameters(String) - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
- setParameters(Collection<CompoundVariable>) - Method in class org.apache.jmeter.engine.util.CompoundVariable
-
A collection of the parameters used to configure your function.
- setParameters(Collection<CompoundVariable>) - Method in class org.apache.jmeter.functions.AbstractFunction
-
Note: This is always called even if no parameters are provided
(versions of JMeter after 2.3.1)
- setParameters(Collection<CompoundVariable>) - Method in interface org.apache.jmeter.functions.Function
-
A collection of the parameters used to configure your function.
- setParameters(String) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- setParameters(String) - Method in class org.apache.jmeter.util.ScriptingTestElement
-
- setParent(File) - Method in class org.apache.jmeter.gui.action.template.Template
-
- setParent(SampleResult) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setPassword(String) - Method in class org.apache.jmeter.config.LoginConfig
-
Sets the Password attribute of the LoginConfig object.
- setPercentileIndex(double) - Method in class org.apache.jmeter.report.processor.PercentileAggregatorFactory
-
Sets the percentile index.
- setPort(String) - Method in class org.apache.jmeter.gui.ServerPanel
-
- setPreviousResult(SampleResult) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setProducedMetadata(SampleMetadata, int) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- setProducedMetadata(SampleMetadata, int) - Method in interface org.apache.jmeter.report.processor.SampleProducer
-
Set the metadata associated with the specified channel
- setProgress(int) - Method in class org.apache.jmeter.SplashScreen
-
- setProjectFileLoaded(String) - Method in class org.apache.jmeter.gui.MainFrame
-
Specify the project file that was just loaded
- setProjectFileLoaded(String) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setProperties(Properties) - Method in class org.apache.jmeter.engine.ClientJMeterEngine
-
set Properties on engine
- setProperties(Properties) - Method in interface org.apache.jmeter.engine.JMeterEngine
-
set Properties on engine
- setProperties(Properties) - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- setProperty(JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setProperty(String, String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setProperty(String, String, String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Create a String property - but only if it is not the default.
- setProperty(String, boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setProperty(String, boolean, boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Create a boolean property - but only if it is not the default.
- setProperty(String, int) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setProperty(String, int, int) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Create an int property - but only if it is not the default.
- setProperty(String, long) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setProperty(String, long, long) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Create a long property - but only if it is not the default.
- setProperty(String, String) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, String, String) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, boolean) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, boolean, boolean) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, int) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, int, int) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, long) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(String, long, long) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setProperty(JMeterProperty) - Method in interface org.apache.jmeter.testelement.TestElement
-
Sets and overwrites a property in the TestElement.
- setProperty(String, String) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Set a String value
- setPropertyFromTristate(TestElement, String) - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
Sets a boolean property from a tristate checkbox.
- setProvider(Provider) - Method in class org.apache.jmeter.util.JsseSSLManager
-
Sets the Provider attribute of the JsseSSLManager object
- setProvider(Provider) - Method in class org.apache.jmeter.util.SSLManager
-
Default implementation of setting the Provider
- setRampUp(int) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Set the ramp-up value.
- setReceiveBufferSize(int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setRecording(boolean) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setRemoteTestStarted(boolean) - Method in class org.apache.jmeter.gui.util.JMeterToolBar
-
Change state of buttons on remote test
- setRenderPercentiles(boolean) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Enables or disables the percentiles render.
- setReportTitle(String) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- setRequestHeaders(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setRequestHeaders(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setResetInterpreter(boolean) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- setResponseCode(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResponseCodeOK() - Method in class org.apache.jmeter.samplers.SampleResult
-
Set response code to OK, i.e. "200"
- setResponseData(byte[]) - Method in class org.apache.jmeter.samplers.SampleResult
-
Sets the responseData attribute of the SampleResult object.
- setResponseData(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResponseData(String, String) - Method in class org.apache.jmeter.samplers.SampleResult
-
Sets the encoding and responseData attributes of the SampleResult object.
- setResponseData(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setResponseHeaders(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResponseHeaders(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setResponseMessage(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResponseMessageOK() - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResponseOK() - Method in class org.apache.jmeter.samplers.SampleResult
-
Set result statuses OK - shorthand method to set:
ResponseCode
ResponseMessage
Successful status
- setResponseTimeout(String) - Method in class org.apache.jmeter.gui.ServerPanel
-
- setRestartNextLoop(boolean) - Method in class org.apache.jmeter.threads.JMeterContext
-
- setResult(String, ResultData) - Method in class org.apache.jmeter.report.processor.MapResultData
-
Sets the specified result to the map.
- setResultFileName(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setResultForFailure(String) - Method in class org.apache.jmeter.assertions.AssertionResult
-
Convenience method for setting up failed results
- setResultForNull() - Method in class org.apache.jmeter.assertions.AssertionResult
-
Convenience method for setting up results where the response was null
- setReuseAddress(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setReverseFilter(boolean) - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
Reverses the filtering decision.
- setRevertedSort(boolean) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- setRevertKeysAndValues(boolean) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Reverts keys and values.
- setRowValues(int, Object[]) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
- setRunning(boolean, String) - Method in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Sets the runningVersion.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.BooleanProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in interface org.apache.jmeter.testelement.property.JMeterProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.LongProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.MapProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.MultiProperty
-
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.ObjectProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.StringProperty
-
- setRunningVersion(boolean) - Method in class org.apache.jmeter.testelement.property.TestElementProperty
-
Make the property a running version or turn it off as the running
version.
- setRunningVersion(boolean) - Method in interface org.apache.jmeter.testelement.TestElement
-
Make the test element the running version, or make it no longer the
running version.
- setRunningVersion(boolean) - Method in class org.apache.jmeter.threads.SamplePackage
-
Make the SamplePackage the running version, or make it no longer the
running version.
- setRuntime(long) - Method in class org.apache.jmeter.control.RunTime
-
- setRuntime(String) - Method in class org.apache.jmeter.control.RunTime
-
- setSampleComparator(SampleComparator) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
Set the sample comparator that will define sample ordering
- setSampleConsumer(SampleConsumer) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- setSampleConsumers(List<SampleConsumer>) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
Sets the consumers
- setSampleConsumers(List<SampleConsumer>) - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- setSampleConsumers(List<SampleConsumer>) - Method in class org.apache.jmeter.report.processor.CsvFileSampleSource
-
- setSampleConsumers(List<SampleConsumer>) - Method in interface org.apache.jmeter.report.processor.SampleSource
-
Sets the specified sample consumers that will consume samples produced by
this sample source.
- setSampleContext(SampleContext) - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- setSampleContext(SampleContext) - Method in class org.apache.jmeter.report.processor.AbstractSampleProcessor
-
- setSampleContext(SampleContext) - Method in class org.apache.jmeter.report.processor.AbstractSampleSource
-
- setSampleContext(SampleContext) - Method in interface org.apache.jmeter.report.processor.SampleProcessor
-
Set sample context that this consumer should rely on.
- setSampleContext(SampleContext) - Method in interface org.apache.jmeter.report.processor.SampleSource
-
Sets the sample context.
- setSampleCount(int) - Method in class org.apache.jmeter.samplers.SampleResult
-
The statistical sample sender aggregates several samples to save on
transmission costs.
- setSampleCount(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setSampleFilter(String) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Sets the overall sample filter.
- setSampleIndexer(SampleIndexer<TIndex>) - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- setSampleLabel(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setSamplePredicate(SamplePredicate) - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
Sets the sample predicate used to filter the samples.
- setSampler(Sampler) - Method in class org.apache.jmeter.threads.SamplePackage
-
- setSamplerClass(Class<?>) - Method in class org.apache.jmeter.samplers.Entry
-
- setSamplerController(LoopController) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Set the sampler controller.
- setSamplerData(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setSamplerData(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setSampleResults(Collection<SampleResult>) - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- setSampleResults(Collection<SampleResult>) - Method in class org.apache.jmeter.save.TestResultWrapper
-
- setSamplingStarted(boolean) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setSatisfiedCount(long) - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- setSatisfiedThreshold(long) - Method in class org.apache.jmeter.report.processor.ApdexThresholdsInfo
-
- setSatisfiedThreshold(long) - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- setSaveBeforeRunByPreference(boolean) - Method in class org.apache.jmeter.gui.GuiPackage
-
Should Save Before Run by Preference Only
- setSaveConfig(SampleSaveConfiguration) - Method in class org.apache.jmeter.gui.SavePropertyDialog
-
- setSaveConfig(SampleSaveConfiguration) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- setSaveConfig(SampleSaveConfiguration) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setSaveWorkBench(boolean) - Method in class org.apache.jmeter.testelement.WorkBench
-
Deprecated.
- setScheduled(boolean) - Method in class org.apache.jmeter.threads.JMeterThread
-
Enable the scheduler for this JMeterThread.
- setScheduler(boolean) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Set whether scheduler is being used
- setScopeAll() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- setScopeAll() - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeAll(boolean) - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeChildren() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- setScopeChildren() - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeChildren(boolean) - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeParent() - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- setScopeParent() - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeParent(boolean) - Method in class org.apache.jmeter.util.ScopePanel
-
- setScopeVariable(String) - Method in class org.apache.jmeter.testelement.AbstractScopedTestElement
-
- setScopeVariable(String) - Method in class org.apache.jmeter.util.ScopePanel
-
- setScript(String) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
Set the script (TestBean version).
- setScript(String) - Method in class org.apache.jmeter.util.ScriptingTestElement
-
Set the script (TestBean version).
- setScriptLanguage(String) - Method in class org.apache.jmeter.util.BSFTestElement
-
- setScriptLanguage(String) - Method in class org.apache.jmeter.util.JSR223TestElement
-
- setScriptName(String) - Method in class org.apache.jmeter.services.FileServer
-
- setSelectBeginTime(boolean) - Method in class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
Sets the status defining whether the projection is done with the begin or
end time of the sample.
- setSendBufferSize(int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setSentBytes(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setSentBytes(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setSeparator(char) - Method in class org.apache.jmeter.report.core.CsvSampleWriter
-
Set the char to use for separation of data in a line.
- setSerialized(boolean) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setSeriesFilter(String) - Method in class org.apache.jmeter.report.config.ExporterConfiguration
-
Sets the series filter.
- setSeriesName(String) - Method in class org.apache.jmeter.report.processor.graph.StaticSeriesSelector
-
Sets the name of the series.
- setServer(String) - Method in class org.apache.jmeter.gui.ServerPanel
-
- setServerNameIndication(String, SSLSocket) - Static method in class org.apache.jmeter.util.HostNameSetter
-
Invokes the #setName(String) method if one is present.
- setSoLinger(boolean, int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setSoTimeout(int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setStampAndTime(long, long) - Method in class org.apache.jmeter.samplers.SampleResult
-
For use by SaveService only.
- setStartDate(Date) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- setStartNextThreadLoop(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setStartNextThreadLoop(boolean) - Method in class org.apache.jmeter.threads.JMeterContext
-
- setStartTime(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setStartTime(long) - Method in class org.apache.jmeter.threads.JMeterThread
-
Set the StartTime for this Thread.
- setStdErr(PrintStream) - Method in class org.apache.jmeter.engine.DistributedRunner
-
- setStdout(PrintStream) - Method in class org.apache.jmeter.engine.DistributedRunner
-
- setStopTest(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setStopTestNow(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setStopThread(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setSubresults(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setSubSampler(Sampler) - Method in class org.apache.jmeter.control.TransactionSampler
-
- setSuccess(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setSuccessful(boolean) - Method in class org.apache.jmeter.samplers.SampleResult
-
Sets the successful attribute of the SampleResult object.
- setSuccessLabel(String) - Method in class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
Sets the success label.
- setSuccessOnlyLogging(boolean) - Method in class org.apache.jmeter.reporters.ResultCollector
-
Sets the flag whether only successful samples should be logged
- setTagLabel(String) - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- setTcpNoDelay(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setTearDownOnShutdown(boolean) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setTempDirectory(File) - Method in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
Sets the temporary directory.
- setTemporary(JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
Indicate that the given property should be only a temporary property in
the TestElement
- setTemporary(JMeterProperty) - Method in interface org.apache.jmeter.testelement.TestElement
-
Indicate that the given property should be only a temporary property in
the TestElement
- setterName(String) - Static method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
Convert a config name to the method name of the setter
The setter method requires a boolean parameter.
- setTestPlan(boolean) - Method in class org.apache.jmeter.gui.action.template.Template
-
- setTestPlanClasspath(String) - Method in class org.apache.jmeter.testelement.TestPlan
-
Set the classpath for the test plan.
- setTestPlanClasspathArray(String[]) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setTestPlanFile(String) - Method in class org.apache.jmeter.gui.GuiPackage
-
Sets the filepath of the current test plan.
- setTestStartTime(long) - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- setTestStartTime(long) - Method in class org.apache.jmeter.save.TestResultWrapper
-
- setText(String) - Method in class org.apache.jmeter.gui.CommentPanel
-
- setText(String) - Method in class org.apache.jmeter.gui.util.JLabeledRadioI18N
-
The implementation will iterate through the radio buttons and find the
match.
- setTextBox(String) - Method in class org.apache.jmeter.gui.util.TextBoxDialoger
-
- setThread(JMeterThread) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setThreadContext(JMeterContext) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setThreadContext(JMeterContext) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setThreadCounts(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setThreadGroup(AbstractThreadGroup) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setThreadGroup(AbstractThreadGroup) - Method in class org.apache.jmeter.threads.JMeterThread
-
- setThreadName(String) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setThreadName(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setThreadName(String) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- setThreadName(String) - Method in interface org.apache.jmeter.testelement.TestElement
-
- setThreadName(String) - Method in class org.apache.jmeter.threads.JMeterThread
-
- setThreadNum(int) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setThreadNum(int) - Method in class org.apache.jmeter.threads.JMeterThread
-
Sets the threadNum.
- setThresholdSelector(ThresholdSelector) - Method in class org.apache.jmeter.report.processor.ApdexSummaryConsumer
-
- setTime(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setTimeStamp(long) - Method in class org.apache.jmeter.samplers.SampleResult
-
This is only intended for use by SampleResultConverter!
- setTimestamp(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setTitle(String) - Method in class org.apache.jmeter.report.config.GraphConfiguration
-
Sets the title of the graph.
- setTitle(String) - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
Sets the title of the graph.
- setToleratedCount(long) - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- setToleratedThreshold(long) - Method in class org.apache.jmeter.report.processor.ApdexThresholdsInfo
-
- setToleratedThreshold(long) - Method in class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- setTotal(long) - Method in class org.apache.jmeter.report.processor.StatisticsSummaryData
-
- setTotalCount(long) - Method in class org.apache.jmeter.report.processor.ApdexSummaryData
-
- setTrafficClass(int) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setTransactionDone() - Method in class org.apache.jmeter.control.TransactionSampler
-
- setTransferData(JMeterTreeNode[]) - Method in class org.apache.jmeter.util.JMeterTreeNodeTransferable
-
- setTristateFromProperty(TestElement, String) - Method in class org.apache.jmeter.gui.util.TristateCheckBox
-
Set state depending on property
- setTruststore(String, String, String) - Method in class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- setTruststore(String, String, String) - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- setupDefaultRenderer(JTable) - Static method in class org.apache.jmeter.gui.util.HeaderAsPropertyRendererWrapper
-
- setupDefaultRenderer(JTable, Object[][]) - Static method in class org.apache.jmeter.gui.util.HeaderAsPropertyRendererWrapper
-
- setupGuiClasses() - Method in class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
Setup GUI class
- SetupThreadGroup - Class in org.apache.jmeter.threads
-
SetupThreadGroup.java is a special type of ThreadGroup that can be used for
setting up of a test before the bulk of the test executes later.
- SetupThreadGroup() - Constructor for class org.apache.jmeter.threads.SetupThreadGroup
-
- SetupThreadGroupGui - Class in org.apache.jmeter.threads.gui
-
- SetupThreadGroupGui() - Constructor for class org.apache.jmeter.threads.gui.SetupThreadGroupGui
-
- setupXStreamSecurityPolicy(XStream) - Static method in class org.apache.jmeter.util.JMeterUtils
-
Setup default security policy
- setURL(URL) - Method in class org.apache.jmeter.samplers.SampleResult
-
- setUrl(boolean) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setUseClientMode(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setUseExpression(boolean) - Method in class org.apache.jmeter.control.IfController
-
- setUserDefinedVariables(Map<String, String>) - Method in class org.apache.jmeter.engine.util.ValueReplacer
-
- setUserDefinedVariables(Arguments) - Method in class org.apache.jmeter.testelement.TestPlan
-
- setUsername(String) - Method in class org.apache.jmeter.config.LoginConfig
-
Sets the Username attribute of the LoginConfig object.
- setValue(String) - Method in class org.apache.jmeter.config.Argument
-
Sets the value of the Argument.
- setValue(Object) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Sets the value of this cell.
- setValue(Object) - Method in class org.apache.jmeter.report.processor.ValueResultData
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.BooleanPropertyEditor
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.FileEditor
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.IntegerPropertyEditor
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.LongPropertyEditor
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- setValue(Object) - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- setValue(float) - Method in class org.apache.jmeter.testelement.property.DoubleProperty
-
- setValue(float) - Method in class org.apache.jmeter.testelement.property.FloatProperty
-
- setValue(int) - Method in class org.apache.jmeter.testelement.property.IntegerProperty
-
- setValue(int) - Method in class org.apache.jmeter.testelement.property.LongProperty
-
- setValue(String) - Method in class org.apache.jmeter.testelement.property.StringProperty
-
Sets the value.
- setValue(Object) - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- setValueAt(Object, int, int) - Method in class org.apache.jmeter.gui.util.PowerTableModel
-
Sets the ValueAt attribute of the Arguments object.
- setVarCount(int) - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- setVariables(JMeterVariables) - Method in class org.apache.jmeter.threads.JMeterContext
-
Internally called by JMeter, never call it directly
- setVersion(String) - Method in class org.apache.jmeter.save.ListenerResultWrapper
-
- setVersion(String) - Method in class org.apache.jmeter.save.TestResultWrapper
-
- setVisible(boolean) - Method in class org.apache.jmeter.functions.gui.FunctionHelper
-
- setWantClientAuth(boolean) - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- setWorkingDirectory(File) - Method in class org.apache.jmeter.report.processor.SampleContext
-
Sets the work directory.
- setWriteHeader(boolean) - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
Enables the CSV header on the output file (defaults to false)
- setWriter(Writer) - Method in class org.apache.jmeter.report.core.AbstractSampleWriter
-
Set the new writer on which samples will be written by this sample writer.
- setWriter(Writer) - Method in class org.apache.jmeter.report.core.CsvSampleWriter
-
- SharedCustomizer - Interface in org.apache.jmeter.testbeans.gui
-
Tagging interface to mark a customizer class as shareable among elements of
the same type.
- SHIFT_LEFT_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- SHIFT_RIGHT_ARROW - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- shouldSaveBeforeRun() - Method in class org.apache.jmeter.gui.GuiPackage
-
Should Save Before Run
Decide by Preference and if not exists by Property
- shouldSaveBeforeRunByPreference() - Method in class org.apache.jmeter.gui.GuiPackage
-
Should Save Before Run by Preference Only
- shouldSelectCell(EventObject) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Returns true to indicate that the editing cell may be selected.
- shouldSelectCell(EventObject) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Forwards the message from the CellEditor to the
delegate.
- showControllerSeriesOnly() - Method in class org.apache.jmeter.report.config.ExporterConfiguration
-
Indicates whether only controller series are shown.
- showControllerSeriesOnly(boolean) - Method in class org.apache.jmeter.report.config.ExporterConfiguration
-
Sets the flag defining whether only controllers series are shown
- showErrorMessage(String, String) - Static method in class org.apache.jmeter.gui.GuiPackage
-
- showInfoMessage(String, String) - Static method in class org.apache.jmeter.gui.GuiPackage
-
- showMessage(String, String, int) - Static method in class org.apache.jmeter.gui.GuiPackage
-
- showScopeSettings(AbstractScopedTestElement) - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Show the scope settings from the test element.
- showScopeSettings(AbstractScopedTestElement, boolean) - Method in class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponent
-
Show the scope settings from the test element with variable scope
- showScreen() - Method in class org.apache.jmeter.SplashScreen
-
Show screen
- showStoppingMessage(String) - Method in class org.apache.jmeter.gui.MainFrame
-
Show a dialog indicating that JMeter threads are stopping on a particular
host.
- showWarningMessage(String, String) - Static method in class org.apache.jmeter.gui.GuiPackage
-
- shutdown(List<String>) - Method in class org.apache.jmeter.engine.DistributedRunner
-
- ShutdownClient - Class in org.apache.jmeter.util
-
Simple utility to send a shutdown message to a non-GUI instance of JMeter
- ShutdownClient() - Constructor for class org.apache.jmeter.util.ShutdownClient
-
- shutdownInput() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- shutdownOutput() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- SimpleCompoundEdit - Class in org.apache.jmeter.gui
-
- SimpleCompoundEdit() - Constructor for class org.apache.jmeter.gui.SimpleCompoundEdit
-
- SimpleConfigGui - Class in org.apache.jmeter.config.gui
-
Default config gui for Configuration Element.
- SimpleConfigGui() - Constructor for class org.apache.jmeter.config.gui.SimpleConfigGui
-
Create a new standalone SimpleConfigGui.
- SimpleConfigGui(boolean) - Constructor for class org.apache.jmeter.config.gui.SimpleConfigGui
-
Create a new SimpleConfigGui as either a standalone or an embedded
component.
- SimpleVariable - Class in org.apache.jmeter.engine.util
-
- SimpleVariable(String) - Constructor for class org.apache.jmeter.engine.util.SimpleVariable
-
- SimpleVariable() - Constructor for class org.apache.jmeter.engine.util.SimpleVariable
-
- size() - Method in class org.apache.jmeter.gui.SimpleCompoundEdit
-
- size() - Method in class org.apache.jmeter.testelement.property.CollectionProperty
-
- sizeColumns(JTable) - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Resize the table columns to appropriate widths.
- SKIP_AUTO_NUMBER - Static variable in class org.apache.jmeter.reporters.ResultSaver
-
- SKIP_SUFFIX - Static variable in class org.apache.jmeter.reporters.ResultSaver
-
- SlowInputStream - Class in org.apache.jmeter.util
-
InputStream wrapper to emulate a slow device, e.g. modem
- SlowInputStream(InputStream, int) - Constructor for class org.apache.jmeter.util.SlowInputStream
-
Wraps the input stream to emulate a slow device
- SlowOutputStream - Class in org.apache.jmeter.util
-
OutputStream filter to emulate a slow device, e.g. modem
- SlowOutputStream(OutputStream, int) - Constructor for class org.apache.jmeter.util.SlowOutputStream
-
Create wrapped Output Stream toe emulate the requested CPS.
- SlowSocket - Class in org.apache.jmeter.util
-
"Slow" (non-SSL) socket implementation to emulate dial-up modems etc
- SlowSocket(int, String, int, InetAddress, int, int) - Constructor for class org.apache.jmeter.util.SlowSocket
-
- SlowSocket(int, String, int, InetAddress, int) - Constructor for class org.apache.jmeter.util.SlowSocket
-
- SlowSocket(int, String, int) - Constructor for class org.apache.jmeter.util.SlowSocket
-
- SlowSocket(int) - Constructor for class org.apache.jmeter.util.SlowSocket
-
Added for use by SlowHC4SocketFactory.
- SlowSSLSocket - Class in org.apache.jmeter.util
-
"Slow" SSLsocket implementation to emulate dial-up modems etc
WARNING: the class relies on overriding all superclass methods in order to apply them to the input socket.
- SlowSSLSocket(SSLSocket, int) - Constructor for class org.apache.jmeter.util.SlowSSLSocket
-
Wrap an SSLSocket with slow input and output streams
- sort(CsvFile, File, boolean) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
Sort an input CSV file to an sorted output CSV file.
- sort(SampleMetadata, File, File, boolean) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
Sort an input CSV file whose metadata structure is provided.
- sort(List<Sample>) - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- SORT_ORDER_DEFAULT - Static variable in class org.apache.jmeter.gui.util.MenuInfo
-
- source(String) - Method in class org.apache.jmeter.util.BeanShellInterpreter
-
- SOURCE_FILE_ATTRIBUTE - Static variable in class org.apache.jmeter.report.processor.CsvFileSampleSource
-
File name whose sample are being produced on the channel
- SplashScreen - Class in org.apache.jmeter
-
Splash Screen
- SplashScreen() - Constructor for class org.apache.jmeter.SplashScreen
-
Constructor
- SSL_MANAGER - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SSL_MANAGER - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- SSLManager - Class in org.apache.jmeter.util
-
The SSLManager handles the KeyStore information for JMeter.
- SSLManager() - Constructor for class org.apache.jmeter.util.SSLManager
-
Protected Constructor to remove the possibility of directly instantiating
this object.
- SSLManagerCommand - Class in org.apache.jmeter.gui.action
-
SSL Manager Command.
- SSLManagerCommand() - Constructor for class org.apache.jmeter.gui.action.SSLManagerCommand
-
- SSLRMIClientSocketFactory - Class in org.apache.jmeter.rmi
-
Implementation of RMIClientSocketFactory that:
Establishes SSL connection
- SSLRMIClientSocketFactory() - Constructor for class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- SSLRMIServerSocketFactory - Class in org.apache.jmeter.rmi
-
- SSLRMIServerSocketFactory(InetAddress) - Constructor for class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- StandardJMeterEngine - Class in org.apache.jmeter.engine
-
Runs JMeter tests, either directly for local GUI and non-GUI invocations,
or started by
RemoteJMeterEngineImpl when running in server mode.
- StandardJMeterEngine() - Constructor for class org.apache.jmeter.engine.StandardJMeterEngine
-
- StandardJMeterEngine(String) - Constructor for class org.apache.jmeter.engine.StandardJMeterEngine
-
- StandardSampleSender - Class in org.apache.jmeter.samplers
-
Default behaviour for remote testing.
- StandardSampleSender() - Constructor for class org.apache.jmeter.samplers.StandardSampleSender
-
- start(List<String>) - Method in class org.apache.jmeter.engine.DistributedRunner
-
Starts a remote testing engines
- start() - Method in class org.apache.jmeter.engine.DistributedRunner
-
Start all engines that were previously initiated
- Start - Class in org.apache.jmeter.gui.action
-
Set of Actions to:
Start a Test Plan
Start a Test Plan without sleeping on the timers
Stop a Test Plan
Shutdown a Test plan
Run a set of Thread Groups
Run a set of Thread Groups without sleeping on the timers
Validate a set of Thread Groups with/without sleeping on the timers depending on jmeter properties
- Start() - Constructor for class org.apache.jmeter.gui.action.Start
-
Constructor for the Start object.
- start(String[]) - Method in class org.apache.jmeter.JMeter
-
Takes the command line arguments and uses them to determine how to
startup JMeter.
- start(int, ListenerNotifier, ListedHashTree, StandardJMeterEngine) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
- start(int, ListenerNotifier, ListedHashTree, StandardJMeterEngine) - Method in class org.apache.jmeter.threads.ThreadGroup
-
- START_INTERVAL_CONTROLLER_FILTER_CONSUMER_NAME - Static variable in class org.apache.jmeter.report.dashboard.ReportGenerator
-
- startCellEditing(EventObject) - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Returns true to indicate that editing has begun.
- startConsuming() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.AggregateConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.NormalizerSampleConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.RequestsSummaryConsumer
-
- startConsuming() - Method in interface org.apache.jmeter.report.processor.SampleConsumer
-
Start the sample consuming.
- startConsuming() - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- startConsuming() - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- startedThreads - Variable in class org.apache.jmeter.threads.JMeterContextService.ThreadCounts
-
- startHandshake() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- startNextLoop() - Method in class org.apache.jmeter.control.LoopController
-
Start next iteration
- startNextLoop() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Start next iteration after an error
- startProducing() - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- startProducing() - Method in interface org.apache.jmeter.report.processor.SampleProducer
-
Start producing samples, must be invoked before any call to
produce()
- startProperty(JMeterProperty) - Method in interface org.apache.jmeter.testelement.TestElementTraverser
-
Notification that a property is starting.
- startServer(int) - Static method in class org.apache.jmeter.engine.RemoteJMeterEngineImpl
-
- startTest() - Static method in class org.apache.jmeter.threads.JMeterContextService
-
Method is called by the JMeterEngine class when a test run is started.
- startTestElement(TestElement) - Method in interface org.apache.jmeter.testelement.TestElementTraverser
-
Notification that a new test element is about to be traversed.
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.control.gui.IfControllerPanel
-
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.functions.gui.FunctionHelper
-
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.gui.action.SelectTemplatesDialog
-
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.visualizers.gui.AbstractVisualizer
-
Invoked when the target of the listener has changed its state.
- staticConfig() - Static method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- StaticSeriesSelector - Class in org.apache.jmeter.report.processor.graph
-
The class StaticSeriesSelector provides always the same series name.
- StaticSeriesSelector() - Constructor for class org.apache.jmeter.report.processor.graph.StaticSeriesSelector
-
- StatisticalSampleResult - Class in org.apache.jmeter.samplers
-
Aggregates sample results for use by the Statistical remote batch mode.
- StatisticalSampleResult() - Constructor for class org.apache.jmeter.samplers.StatisticalSampleResult
-
- StatisticalSampleResult(long, long) - Constructor for class org.apache.jmeter.samplers.StatisticalSampleResult
-
- StatisticalSampleResult(SampleResult) - Constructor for class org.apache.jmeter.samplers.StatisticalSampleResult
-
Create a statistical sample result from an ordinary sample result.
- StatisticalSampleSender - Class in org.apache.jmeter.samplers
-
Implements batch reporting for remote testing.
- StatisticalSampleSender() - Constructor for class org.apache.jmeter.samplers.StatisticalSampleSender
-
- STATISTICS_SUMMARY_CONSUMER_NAME - Static variable in class org.apache.jmeter.report.dashboard.ReportGenerator
-
- StatisticsSummaryConsumer - Class in org.apache.jmeter.report.processor
-
The class StatisticsSummaryConsumer provides a consumer that calculates:
total number of samples
errors
error %
mean response time
percentile 1 (90% by default)
percentile 2 (95% by default)
percentile 3 (99% by default)
throughput
received bytes per second
sent bytes per second
min
max
- StatisticsSummaryConsumer() - Constructor for class org.apache.jmeter.report.processor.StatisticsSummaryConsumer
-
Instantiates a new statistics summary consumer.
- StatisticsSummaryData - Class in org.apache.jmeter.report.processor
-
The class ApdexSummaryData provides information for
StatisticsSummaryConsumer.
- StatisticsSummaryData(long, long, long) - Constructor for class org.apache.jmeter.report.processor.StatisticsSummaryData
-
Instantiates a new statistics info.
- StatusSeriesSelector - Class in org.apache.jmeter.report.processor.graph
-
The class StatusSeriesSelector provides a projection from a sample to a
string that defines its status (success or failure).
- StatusSeriesSelector() - Constructor for class org.apache.jmeter.report.processor.graph.StatusSeriesSelector
-
- stop(List<String>) - Method in class org.apache.jmeter.engine.DistributedRunner
-
- stop() - Method in class org.apache.jmeter.engine.DistributedRunner
-
Stop all engines that were previously initiated
- stop() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
- stop() - Method in class org.apache.jmeter.threads.JMeterThread
-
Set running flag to false which will interrupt JMeterThread on next flag test.
- stop() - Method in class org.apache.jmeter.threads.ThreadGroup
-
- STOP_THREAD - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- stopCellEditing() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate
-
Stops editing and returns true to indicate that editing has stopped.
- stopCellEditing() - Method in class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Forwards the message from the CellEditor to the
delegate.
- stopConsuming() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.AggregateConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.ErrorsSummaryConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.ExternalSampleSorter
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.FilterConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.NormalizerSampleConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.RequestsSummaryConsumer
-
- stopConsuming() - Method in interface org.apache.jmeter.report.processor.SampleConsumer
-
Stops the consuming process.
- stopConsuming() - Method in class org.apache.jmeter.report.processor.SampleWriterConsumer
-
- stopConsuming() - Method in class org.apache.jmeter.report.processor.TaggerConsumer
-
- stopConsumingBase() - Method in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- stopEngine() - Static method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- stopEngineNow() - Static method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- Stoppable - Interface in org.apache.jmeter.gui
-
Interface that identifies processes to stop on close or load of new project files
- stopProducing() - Method in class org.apache.jmeter.report.processor.AbstractSampleConsumer
-
- stopProducing() - Method in interface org.apache.jmeter.report.processor.SampleProducer
-
Stop producing samples, no produce() call should occur after
this service has been called.
- stopServer() - Method in interface org.apache.jmeter.gui.Stoppable
-
Stop server
- StopStoppables - Class in org.apache.jmeter.gui.action
-
Stops stopables (Proxy, Mirror)
- StopStoppables() - Constructor for class org.apache.jmeter.gui.action.StopStoppables
-
- stopTableEditing() - Method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
Stop any editing that is currently being done on the table.
- stopTableEditing() - Method in class org.apache.jmeter.config.gui.SimpleConfigGui
-
Stop any editing that is currently being done on the table.
- stopTest(boolean) - Method in class org.apache.jmeter.engine.ClientJMeterEngine
- stopTest() - Method in interface org.apache.jmeter.engine.JMeterEngine
-
Stop test immediately interrupting current samplers
- stopTest(boolean) - Method in interface org.apache.jmeter.engine.JMeterEngine
-
- stopTest() - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
Stop Test Now
- stopTest(boolean) - Method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- stopThread(String) - Static method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- stopThread(String, boolean) - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Hard or graceful stop depending on now flag
- stopThread(String, boolean) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Stop thread called threadName:
stop JMeter thread
interrupt JMeter thread
interrupt underlying thread
- stopThreadNow(String) - Static method in class org.apache.jmeter.engine.StandardJMeterEngine
-
- storeSubResult(SampleResult) - Method in class org.apache.jmeter.samplers.SampleResult
-
Add a subresult read from a results file.
- strictDateFormatter() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- StringConverter<TDest> - Interface in org.apache.jmeter.report.core
-
The interface StringConverter represents a converter from a string to another
type.
- StringProperty - Class in org.apache.jmeter.testelement.property
-
- StringProperty(String, String) - Constructor for class org.apache.jmeter.testelement.property.StringProperty
-
- StringProperty() - Constructor for class org.apache.jmeter.testelement.property.StringProperty
-
- StringPropertyConverter - Class in org.apache.jmeter.save.converters
-
- StringPropertyConverter() - Constructor for class org.apache.jmeter.save.converters.StringPropertyConverter
-
- StringUtilities - Class in org.apache.jmeter.util
-
- SUB_TREE_LOADED - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SUB_TREE_MERGED - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SUB_TREE_SAVED - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- SUBCONF_KEY_CLASSNAME - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- SUBCONF_KEY_PROPERTY - Static variable in class org.apache.jmeter.report.config.ReportGeneratorConfiguration
-
- SubConfiguration - Class in org.apache.jmeter.report.config
-
The class SubConfiguration describes a sub configuration item
- SubConfiguration() - Constructor for class org.apache.jmeter.report.config.SubConfiguration
-
- subControllersAndSamplers - Variable in class org.apache.jmeter.control.GenericController
-
- substitute(String, String, String) - Static method in class org.apache.jmeter.util.StringUtilities
-
Replace all patterns in a String
- subtractNode() - Method in class org.apache.jmeter.engine.ConvertListeners
- subtractNode() - Method in class org.apache.jmeter.engine.PreCompiler
- subtractNode() - Method in class org.apache.jmeter.engine.TreeCloner
-
- subtractNode() - Method in class org.apache.jmeter.engine.TurnElementsOn
- subtractNode() - Method in class org.apache.jmeter.gui.action.CheckDirty
-
Indicates traversal has moved up a step, and the visitor should remove
the top node from it's stack structure.
- subtractNode() - Method in class org.apache.jmeter.threads.FindTestElementsUpToRootTraverser
- subtractNode() - Method in class org.apache.jmeter.threads.TestCompiler
- SUCCESS_ONLY - Static variable in class org.apache.jmeter.reporters.ResultSaver
-
- SUCCESSFUL - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- SuccessfulElapsedTimeValueSelector - Class in org.apache.jmeter.report.processor.graph
-
The class ElapsedTimeValueSelector provides a projection from a sample to its
elapsed time only if sample is not an empty transaction Controller and sample is successful
- SuccessfulElapsedTimeValueSelector() - Constructor for class org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector
-
- SumAggregator - Class in org.apache.jmeter.report.processor
-
The class SumAggregator is used to get sum from samples.
- SumAggregator() - Constructor for class org.apache.jmeter.report.processor.SumAggregator
-
- SumAggregatorFactory - Class in org.apache.jmeter.report.processor
-
A factory for creating SumAggregator objects.
- SumAggregatorFactory() - Constructor for class org.apache.jmeter.report.processor.SumAggregatorFactory
-
- Summariser - Class in org.apache.jmeter.reporters
-
Generate a summary of the test run so far to the log file and/or standard
output.
- Summariser() - Constructor for class org.apache.jmeter.reporters.Summariser
-
- Summariser(String) - Constructor for class org.apache.jmeter.reporters.Summariser
-
Constructor for use during startup (intended for non-GUI use)
- SummariserGui - Class in org.apache.jmeter.reporters.gui
-
Create a summariser test element GUI.
- SummariserGui() - Constructor for class org.apache.jmeter.reporters.gui.SummariserGui
-
- SummaryInfo(boolean) - Constructor for class org.apache.jmeter.report.processor.AbstractSummaryConsumer.SummaryInfo
-
Instantiates a new summary info.
- supportsCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.FileEditor
-
- supportsCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.PasswordEditor
-
- supportsCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- supportsCustomEditor() - Method in class org.apache.jmeter.testbeans.gui.TextAreaEditor
- supportsCustomEditor() - Method in class org.apache.jmeter.util.ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor
-
- suppportsControllersDiscrimination() - Method in class org.apache.jmeter.report.processor.AbstractSummaryConsumer
-
Indicates whether this summary can discriminate controller samples
- SyntheticResponseTimeDistributionGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class SyntheticResponseTimeDistributionGraphConsumer provides a graph to visualize
the distribution of the response times on APDEX threshold
- SyntheticResponseTimeDistributionGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.SyntheticResponseTimeDistributionGraphConsumer
-
- SYSTEM_LAF - Static variable in class org.apache.jmeter.gui.util.JMeterMenuBar
-
- tableChanged(TableModelEvent) - Method in class org.apache.jmeter.testbeans.gui.TableEditor
-
- TableEditor - Class in org.apache.jmeter.testbeans.gui
-
Table editor for TestBean GUI properties.
- TableEditor() - Constructor for class org.apache.jmeter.testbeans.gui.TableEditor
-
- tableModel - Variable in class org.apache.jmeter.config.gui.ArgumentsPanel
-
The model for the arguments table.
- TableSample - Class in org.apache.jmeter.visualizers
-
Class to hold data for the TableVisualiser.
- TableSample() - Constructor for class org.apache.jmeter.visualizers.TableSample
-
- TableSample(long, int, long, String, String, long, boolean, long, long, long, long) - Constructor for class org.apache.jmeter.visualizers.TableSample
-
- TAG_COOKIES - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_METHOD - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_QUERY_STRING - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_REDIRECT_LOCATION - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_REQUEST_HEADER - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_RESPONSE_DATA - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_RESPONSE_FILE - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_RESPONSE_HEADER - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TAG_SAMPLER_DATA - Static variable in class org.apache.jmeter.save.converters.SampleResultConverter
-
- TaggerConsumer<TIndex> - Class in org.apache.jmeter.report.processor
-
The Class TimeCountConsumer adds a data field to the samples it consumes.
- TaggerConsumer() - Constructor for class org.apache.jmeter.report.processor.TaggerConsumer
-
- TAGS - Static variable in class org.apache.jmeter.testbeans.BeanInfoSupport
-
- TAGS - Static variable in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
Array of permissible values.
- tellThreadsToStop() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
Ask threads to stop gracefully
- tellThreadsToStop() - Method in class org.apache.jmeter.threads.ThreadGroup
-
- Template - Class in org.apache.jmeter.gui.action.template
-
Template Bean
- Template() - Constructor for class org.apache.jmeter.gui.action.template.Template
-
- TEMPLATED_FILE_EXT - Static variable in class org.apache.jmeter.report.dashboard.TemplateVisitor
-
- TemplateManager - Class in org.apache.jmeter.gui.action.template
-
Manages Test Plan templates
- TEMPLATES - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- TemplatesCommand - Class in org.apache.jmeter.gui.action
-
Open Templates
- TemplatesCommand() - Constructor for class org.apache.jmeter.gui.action.TemplatesCommand
-
- TemplateVisitor - Class in org.apache.jmeter.report.dashboard
-
The class TemplateVisitor visits files in a template directory to copy
regular files and process templated ones.
- TemplateVisitor(Path, Path, Configuration, DataContext) - Constructor for class org.apache.jmeter.report.dashboard.TemplateVisitor
-
Instantiates a new template visitor.
- TEST_CLASS - Static variable in interface org.apache.jmeter.testelement.TestElement
-
- TEST_CLASS_NAME - Static variable in class org.apache.jmeter.save.SaveService
-
- TestBean - Interface in org.apache.jmeter.testbeans
-
Marker interface to tell JMeter to make a Test Bean Gui for the class.
- TestBeanBeanInfo - Class in org.apache.jmeter.testbeans
-
This is the BeanInfo object for the TestBean class.
- TestBeanBeanInfo() - Constructor for class org.apache.jmeter.testbeans.TestBeanBeanInfo
-
- TestBeanGUI - Class in org.apache.jmeter.testbeans.gui
-
JMeter GUI element editing for TestBean elements.
- TestBeanGUI() - Constructor for class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
- TestBeanGUI(Class<?>) - Constructor for class org.apache.jmeter.testbeans.gui.TestBeanGUI
-
- TestBeanHelper - Class in org.apache.jmeter.testbeans
-
This is an experimental class.
- TestBeanHelper() - Constructor for class org.apache.jmeter.testbeans.TestBeanHelper
-
- TestBeanPropertyEditor - Interface in org.apache.jmeter.testbeans.gui
-
- TestCloneable - Interface in org.apache.jmeter.testelement
-
- TestCompiler - Class in org.apache.jmeter.threads
-
HashTreeTraverser implementation that traverses the Test Tree to build:
A map with key Sampler and as value the associated SamplePackage
A map with key TransactionController and as value the associated SamplePackage
- TestCompiler(HashTree) - Constructor for class org.apache.jmeter.threads.TestCompiler
-
- TestCompilerHelper - Interface in org.apache.jmeter.threads
-
Bug 53796 - TestCompiler uses static Set which can grow huge
This interface is a means to allow the pair data to be saved with the parent
instance, thus allowing it to be garbage collected when the thread completes.
- TestElement - Interface in org.apache.jmeter.testelement
-
- TestElementConverter - Class in org.apache.jmeter.save.converters
-
- TestElementConverter(Mapper) - Constructor for class org.apache.jmeter.save.converters.TestElementConverter
-
- TestElementProperty - Class in org.apache.jmeter.testelement.property
-
- TestElementProperty(String, TestElement) - Constructor for class org.apache.jmeter.testelement.property.TestElementProperty
-
- TestElementProperty() - Constructor for class org.apache.jmeter.testelement.property.TestElementProperty
-
- TestElementPropertyConverter - Class in org.apache.jmeter.save.converters
-
- TestElementPropertyConverter(Mapper) - Constructor for class org.apache.jmeter.save.converters.TestElementPropertyConverter
-
- TestElementTraverser - Interface in org.apache.jmeter.testelement
-
For traversing Test Elements, which contain property that can be other test
elements, strings, collections, maps, objects
- testEnded() - Method in class org.apache.jmeter.gui.MainFrame
-
Called when a test is ended on the local system.
- testEnded(String) - Method in class org.apache.jmeter.gui.MainFrame
-
Called when a test is ended on the remote system.
- testEnded(String) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- testEnded() - Method in class org.apache.jmeter.reporters.ResultCollector
-
- testEnded() - Method in class org.apache.jmeter.reporters.ResultSaver
-
- testEnded(String) - Method in class org.apache.jmeter.reporters.ResultSaver
-
- testEnded() - Method in class org.apache.jmeter.reporters.Summariser
-
Called once for all threads after the end of a test.
- testEnded(String) - Method in class org.apache.jmeter.reporters.Summariser
-
Called from a different thread as testStarted() but using the same instance.
- testEnded() - Method in class org.apache.jmeter.samplers.AbstractSampleSender
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.AsynchSampleSender
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.BatchSampleSender
-
Checks if any sample events are still present in the sampleStore and
sends them to the listener.
- testEnded(String) - Method in class org.apache.jmeter.samplers.DataStrippingSampleSender
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.DiskStoreSampleSender
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.HoldSampleSender
-
- testEnded() - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- testEnded() - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
- testEnded(String) - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
- testEnded() - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- testEnded() - Method in class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- testEnded() - Method in interface org.apache.jmeter.samplers.SampleSender
-
The test ended (probably not used; client-server mode needs a host)
- testEnded(String) - Method in interface org.apache.jmeter.samplers.SampleSender
-
The test ended.
- testEnded(String) - Method in class org.apache.jmeter.samplers.StandardSampleSender
-
- testEnded(String) - Method in class org.apache.jmeter.samplers.StatisticalSampleSender
-
Checks if any sample events are still present in the sampleStore and
sends them to the listener.
- testEnded() - Method in class org.apache.jmeter.testelement.TestPlan
-
Called once for all threads after the end of a test.
- testEnded(String) - Method in class org.apache.jmeter.testelement.TestPlan
-
Called once for all threads after the end of a test.
- testEnded() - Method in interface org.apache.jmeter.testelement.TestStateListener
-
Called once for all threads after the end of a test.
- testEnded(String) - Method in interface org.apache.jmeter.testelement.TestStateListener
-
Called once for all threads after the end of a test.
- testEnded() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- testEnded(String) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- testEnded() - Method in class org.apache.jmeter.util.JSR223TestElement
-
- testEnded(String) - Method in class org.apache.jmeter.util.JSR223TestElement
-
- testField(String, String) - Method in class org.apache.jmeter.gui.action.RawTextSearcher
-
Returns true if searchedTextLowerCase is in value
- TestFragmentController - Class in org.apache.jmeter.control
-
- TestFragmentController() - Constructor for class org.apache.jmeter.control.TestFragmentController
-
- TestFragmentControllerGui - Class in org.apache.jmeter.control.gui
-
This defines a simple Test Fragment GUI that can be used instead of a Thread Group
to allow for a non-execution part of the Test Plan that can be saved and referenced
by a Module or Include Controller.
- TestFragmentControllerGui() - Constructor for class org.apache.jmeter.control.gui.TestFragmentControllerGui
-
- testFunctors() - Static method in class org.apache.jmeter.config.gui.ArgumentsPanel
-
- TestIterationListener - Interface in org.apache.jmeter.testelement
-
- testIterationStart(LoopIterationEvent) - Method in interface org.apache.jmeter.testelement.TestIterationListener
-
Each time through a Thread Group's test script, an iteration event is
fired for each thread.
- TestPlan - Class in org.apache.jmeter.testelement
-
- TestPlan() - Constructor for class org.apache.jmeter.testelement.TestPlan
-
- TestPlan(String) - Constructor for class org.apache.jmeter.testelement.TestPlan
-
- TestPlanGui - Class in org.apache.jmeter.control.gui
-
JMeter GUI component representing the test plan which will be executed when
the test is run.
- TestPlanGui() - Constructor for class org.apache.jmeter.control.gui.TestPlanGui
-
Create a new TestPlanGui.
- TestPlanListener - Interface in org.apache.jmeter.gui
-
Implement this interface to be informed about Test plan being cleared
to react to such events.
- testPlanLoaded() - Method in interface org.apache.jmeter.gui.TestPlanListener
-
Called after a new test plan has been loaded
- TestResultWrapper - Class in org.apache.jmeter.save
-
- TestResultWrapper() - Constructor for class org.apache.jmeter.save.TestResultWrapper
-
- TestResultWrapperConverter - Class in org.apache.jmeter.save.converters
-
XStream Class to convert TestResultWrapper
- TestResultWrapperConverter(Mapper) - Constructor for class org.apache.jmeter.save.converters.TestResultWrapperConverter
-
- testStarted() - Method in class org.apache.jmeter.gui.MainFrame
-
Called when a test is started on the local system.
- testStarted(String) - Method in class org.apache.jmeter.gui.MainFrame
-
Called when a test is started on a specific host.
- testStarted(String) - Method in class org.apache.jmeter.reporters.ResultCollector
-
- testStarted() - Method in class org.apache.jmeter.reporters.ResultCollector
-
- testStarted() - Method in class org.apache.jmeter.reporters.ResultSaver
-
- testStarted(String) - Method in class org.apache.jmeter.reporters.ResultSaver
-
- testStarted() - Method in class org.apache.jmeter.reporters.Summariser
-
Called just before the start of the test from the main engine thread.
- testStarted(String) - Method in class org.apache.jmeter.reporters.Summariser
-
Called once for each Summariser in the test plan.
- testStarted() - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- testStarted(String) - Method in class org.apache.jmeter.samplers.RemoteListenerWrapper
-
- testStarted() - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
- testStarted(String) - Method in interface org.apache.jmeter.samplers.RemoteSampleListener
-
- testStarted() - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- testStarted(String) - Method in class org.apache.jmeter.samplers.RemoteSampleListenerImpl
-
- testStarted() - Method in class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- testStarted(String) - Method in class org.apache.jmeter.samplers.RemoteTestListenerWrapper
-
- testStarted() - Method in class org.apache.jmeter.testelement.TestPlan
-
Called just before the start of the test from the main engine thread.
- testStarted(String) - Method in class org.apache.jmeter.testelement.TestPlan
-
Called just before the start of the test from the main engine thread.
- testStarted() - Method in interface org.apache.jmeter.testelement.TestStateListener
-
Called just before the start of the test from the main engine thread.
- testStarted(String) - Method in interface org.apache.jmeter.testelement.TestStateListener
-
Called just before the start of the test from the main engine thread.
- testStarted() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- testStarted(String) - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- testStarted() - Method in class org.apache.jmeter.util.JSR223TestElement
-
- testStarted(String) - Method in class org.apache.jmeter.util.JSR223TestElement
-
- TestStateListener - Interface in org.apache.jmeter.testelement
-
- TEXT - Static variable in class org.apache.jmeter.samplers.SampleResult
-
Data type value ("text") indicating that the response data is text.
- TEXT_LANGUAGE - Static variable in class org.apache.jmeter.testbeans.BeanInfoSupport
-
TextEditor property
- TEXT_LANGUAGE - Static variable in class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer
-
TextEditor property
- TextAreaCellRenderer - Class in org.apache.jmeter.gui.util
-
- TextAreaCellRenderer() - Constructor for class org.apache.jmeter.gui.util.TextAreaCellRenderer
-
- TextAreaEditor - Class in org.apache.jmeter.testbeans.gui
-
- TextAreaEditor() - Constructor for class org.apache.jmeter.testbeans.gui.TextAreaEditor
-
- TextAreaEditor(Object) - Constructor for class org.apache.jmeter.testbeans.gui.TextAreaEditor
-
- TextAreaEditor(PropertyDescriptor) - Constructor for class org.apache.jmeter.testbeans.gui.TextAreaEditor
-
Construct a
TextAreaEditor using the properties of a given
PropertyDescriptor
- TextAreaTableCellEditor - Class in org.apache.jmeter.gui.util
-
- TextAreaTableCellEditor() - Constructor for class org.apache.jmeter.gui.util.TextAreaTableCellEditor
-
Constructs a TableCellEditor that uses a text field.
- TextAreaTableCellEditor.EditorDelegate - Class in org.apache.jmeter.gui.util
-
The protected EditorDelegate class.
- TextBoxDialoger - Class in org.apache.jmeter.gui.util
-
Dialog text box to display some text in a box
- TextBoxDialoger() - Constructor for class org.apache.jmeter.gui.util.TextBoxDialoger
-
Dialog text box
- TextBoxDialoger(String) - Constructor for class org.apache.jmeter.gui.util.TextBoxDialoger
-
Dialog text box
- TextBoxDialoger(String, boolean) - Constructor for class org.apache.jmeter.gui.util.TextBoxDialoger
-
Dialog text box
- TextBoxDialoger.TextBoxDoubleClick - Class in org.apache.jmeter.gui.util
-
Class to display a dialog box and cell's content
when double click on a table's cell
- TextBoxDialoger.TextBoxDoubleClickPressed - Class in org.apache.jmeter.gui.util
-
Class to edit in a dialog box the cell's content
when double (pressed) click on a table's cell which is editable
- TextBoxDoubleClick(JTable) - Constructor for class org.apache.jmeter.gui.util.TextBoxDialoger.TextBoxDoubleClick
-
- TextBoxDoubleClickPressed(JTable) - Constructor for class org.apache.jmeter.gui.util.TextBoxDialoger.TextBoxDoubleClickPressed
-
- ThinkTimeCreator - Interface in org.apache.jmeter.gui.action.thinktime
-
Interface for a ThinkTime creator
- THREAD_DUMP - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- THREAD_NAME - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- threadFinished() - Method in class org.apache.jmeter.control.IfController
-
- threadFinished() - Method in interface org.apache.jmeter.testelement.ThreadListener
-
Called for each thread after all samples have been processed.
- threadFinished(JMeterThread) - Method in interface org.apache.jmeter.threads.JMeterThreadMonitor
-
- threadFinished() - Method in interface org.apache.jmeter.threads.RemoteThreadsListener
-
- threadFinished() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerImpl
-
- threadFinished() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerTestElement
-
- threadFinished() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerWrapper
-
- threadFinished(JMeterThread) - Method in class org.apache.jmeter.threads.ThreadGroup
-
Called by JMeterThread when it finishes
- threadFinished() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- ThreadGroup - Class in org.apache.jmeter.threads
-
ThreadGroup holds the settings for a JMeter thread group.
- ThreadGroup() - Constructor for class org.apache.jmeter.threads.ThreadGroup
-
No-arg constructor.
- ThreadGroupGui - Class in org.apache.jmeter.threads.gui
-
- ThreadGroupGui() - Constructor for class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- ThreadGroupGui(boolean) - Constructor for class org.apache.jmeter.threads.gui.ThreadGroupGui
-
- ThreadListener - Interface in org.apache.jmeter.testelement
-
Allow threads to perform startup and closedown if necessary
- threadNumberDecreased(int) - Method in interface org.apache.jmeter.threads.RemoteThreadsLifeCycleListener
-
- threadNumberIncreased(int) - Method in interface org.apache.jmeter.threads.RemoteThreadsLifeCycleListener
-
- THREADS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- threadSafeLenientFormatter() - Method in class org.apache.jmeter.samplers.SampleSaveConfiguration
-
- threadStarted() - Method in class org.apache.jmeter.control.IfController
-
- threadStarted() - Method in interface org.apache.jmeter.testelement.ThreadListener
-
Called for each thread before starting sampling.
- threadStarted() - Method in interface org.apache.jmeter.threads.RemoteThreadsListener
-
- threadStarted() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerImpl
-
- threadStarted() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerTestElement
-
- threadStarted() - Method in class org.apache.jmeter.threads.RemoteThreadsListenerWrapper
-
- threadStarted() - Method in class org.apache.jmeter.util.BeanShellTestElement
-
- ThresholdSelector - Interface in org.apache.jmeter.report.processor
-
The interface ThresholdSelector represents a projection from the samplers
with the same name to APDEX threshold information.
- TidyException - Exception in org.apache.jmeter.util
-
Class for reporting errors when running Tidy.
- TidyException() - Constructor for exception org.apache.jmeter.util.TidyException
-
- TidyException(int, int) - Constructor for exception org.apache.jmeter.util.TidyException
-
- tidyRMI(Logger) - Static method in class org.apache.jmeter.engine.ClientJMeterEngine
-
Tidy up RMI access to allow JMeter client to exit.
- TIFF - Static variable in class org.apache.jmeter.save.SaveGraphicsService
-
- TIFF_EXTENSION - Static variable in class org.apache.jmeter.save.SaveGraphicsService
-
- time(long) - Static method in class org.apache.jmeter.report.core.TimeHelper
-
- TIME_INTERVAL_LABEL - Static variable in class org.apache.jmeter.report.processor.graph.AbstractVersusRequestsGraphConsumer
-
- TIME_STAMP - Static variable in class org.apache.jmeter.save.CSVSaveService
-
- TimeHelper - Class in org.apache.jmeter.report.core
-
The class TimeHelper provides helper functions to ease time displaying.
- TimeHelper() - Constructor for class org.apache.jmeter.report.core.TimeHelper
-
- Timer - Interface in org.apache.jmeter.timers
-
This interface defines those methods that must be implemented by timer
plugins.
- TimeRateAggregator - Class in org.apache.jmeter.report.processor
-
The class TimeRateAggregator is used to get samples rate by second.
- TimeRateAggregator() - Constructor for class org.apache.jmeter.report.processor.TimeRateAggregator
-
- TimeRateAggregatorFactory - Class in org.apache.jmeter.report.processor
-
A factory for creating TimeRateAggregator objects.
- TimeRateAggregatorFactory() - Constructor for class org.apache.jmeter.report.processor.TimeRateAggregatorFactory
-
- TIMERS - Static variable in class org.apache.jmeter.gui.util.MenuFactory
-
- TimerService - Class in org.apache.jmeter.timers
-
Manages logic related to timers and pauses
- TIMESTAMP_FORMAT_MS - Static variable in class org.apache.jmeter.report.dashboard.HtmlTemplateExporter
-
- TimeStampKeysSelector - Class in org.apache.jmeter.report.processor.graph
-
The class TimeStampKeysSelector provides a projection from a sample to its
begin or end time.
- TimeStampKeysSelector() - Constructor for class org.apache.jmeter.report.processor.graph.TimeStampKeysSelector
-
- TimeVSThreadGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class TimeVSThreadGraphConsumer provides a graph to visualize average response time
vs number of threads
- TimeVSThreadGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
-
- TOGGLE - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- TOGGLE - Static variable in class org.apache.jmeter.gui.action.KeyStrokes
-
- toJsonArray(String...) - Static method in class org.apache.jmeter.report.core.JsonUtil
-
Converts the specified array to a json-like array string.
- toJsonObject(Map<String, String>) - Static method in class org.apache.jmeter.report.core.JsonUtil
-
Converts the specified map to a json-like object string.
- TOOLBAR - Static variable in class org.apache.jmeter.gui.action.ActionNames
-
- TOOLBAR_ICON_SIZE - Static variable in class org.apache.jmeter.gui.util.JMeterToolBar
-
- TOOLBAR_LIST - Static variable in class org.apache.jmeter.gui.util.JMeterToolBar
-
- TOP5_ERRORS_BY_SAMPLER_CONSUMER_NAME - Static variable in class org.apache.jmeter.report.dashboard.ReportGenerator
-
- Top5ErrorsBySamplerConsumer - Class in org.apache.jmeter.report.processor
-
The class Top5ErrorsBySamplerConsumer provides a consumer that calculates
the TOP5 of errors by sampler.
- Top5ErrorsBySamplerConsumer() - Constructor for class org.apache.jmeter.report.processor.Top5ErrorsBySamplerConsumer
-
- Top5ErrorsSummaryData - Class in org.apache.jmeter.report.processor
-
Summary data for TOP 5 of errors.
- Top5ErrorsSummaryData() - Constructor for class org.apache.jmeter.report.processor.Top5ErrorsSummaryData
-
- toString() - Method in class org.apache.jmeter.assertions.AssertionResult
-
- toString() - Method in class org.apache.jmeter.config.Argument
-
- toString() - Method in class org.apache.jmeter.config.Arguments
-
Create a string representation of the arguments.
- toString() - Method in class org.apache.jmeter.config.LoginConfig
-
- toString() - Method in class org.apache.jmeter.engine.util.SimpleVariable
-
- toString() - Method in class org.apache.jmeter.gui.logging.LogEventObject
-
- toString() - Method in class org.apache.jmeter.report.core.Sample
-
- toString() - Method in class org.apache.jmeter.report.core.SampleMetadata
-
- toString() - Method in class org.apache.jmeter.rmi.RMIServerSocketFactoryImpl
-
- toString() - Method in class org.apache.jmeter.rmi.SSLRMIClientSocketFactory
-
- toString() - Method in class org.apache.jmeter.rmi.SSLRMIServerSocketFactory
-
- toString() - Method in class org.apache.jmeter.samplers.SampleResult
-
Returns the display name.
- toString() - Method in class org.apache.jmeter.testelement.property.AbstractProperty
-
Provides the string representation of the property.
- toString() - Method in class org.apache.jmeter.util.SlowSSLSocket
-
- toString() - Method in class org.apache.jmeter.visualizers.RunningSample
-
For debugging purposes, mainly.
- toString() - Method in class org.apache.jmeter.visualizers.SamplingStatCalculator
-
For debugging purposes, only.
- TransactionController - Class in org.apache.jmeter.control
-
Transaction Controller to measure transaction times
There are two different modes for the controller:
- generate additional total sample after nested samples (as in JMeter 2.2)
- generate parent sampler containing the nested samples
- TransactionController() - Constructor for class org.apache.jmeter.control.TransactionController
-
Creates a Transaction Controller
- TransactionControllerGui - Class in org.apache.jmeter.control.gui
-
A Transaction controller component.
- TransactionControllerGui() - Constructor for class org.apache.jmeter.control.gui.TransactionControllerGui
-
Create a new TransactionControllerGui instance.
- TransactionSampler - Class in org.apache.jmeter.control
-
Transaction Sampler class to measure transaction times
(not exposed as a GUI class, as it is only used internally by TransactionController in Generate Parent sample mode)
- TransactionSampler() - Constructor for class org.apache.jmeter.control.TransactionSampler
-
- TransactionSampler(TransactionController, String) - Constructor for class org.apache.jmeter.control.TransactionSampler
-
- TransactionsPerSecondGraphConsumer - Class in org.apache.jmeter.report.processor.graph.impl
-
The class TransactionsPerSecondGraphConsumer provides a graph to visualize
transactions rate per second.
- TransactionsPerSecondGraphConsumer() - Constructor for class org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
-
- transformValue(JMeterProperty) - Method in class org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings
-
- transformValue(JMeterProperty) - Method in class org.apache.jmeter.engine.util.ReplaceStringWithFunctions
-
- transformValue(JMeterProperty) - Method in class org.apache.jmeter.engine.util.UndoVariableReplacement
-
- traverse(TestElementTraverser) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- traverse(TestElementTraverser) - Method in interface org.apache.jmeter.testelement.TestElement
-
Convenient way to traverse a test element.
- traverseCollection(CollectionProperty, TestElementTraverser) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- traverseMap(MapProperty, TestElementTraverser) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- traverseProperty(TestElementTraverser, JMeterProperty) - Method in class org.apache.jmeter.testelement.AbstractTestElement
-
- TREE_ICON_SIZE - Static variable in class org.apache.jmeter.JMeter
-
- TreeCloner - Class in org.apache.jmeter.engine
-
Clones the test tree, skipping test elements that implement
NoThreadClone by default.
- TreeCloner() - Constructor for class org.apache.jmeter.engine.TreeCloner
-
Clone the test tree, honouring NoThreadClone markers.
- TreeCloner(boolean) - Constructor for class org.apache.jmeter.engine.TreeCloner
-
Clone the test tree.
- TreeClonerForValidation - Class in org.apache.jmeter.gui.action.validation
-
Clones the test tree, skipping test elements that implement
Timer by default.
- TreeClonerForValidation() - Constructor for class org.apache.jmeter.gui.action.validation.TreeClonerForValidation
-
- TreeClonerForValidation(boolean) - Constructor for class org.apache.jmeter.gui.action.validation.TreeClonerForValidation
-
- TreeClonerNoTimer - Class in org.apache.jmeter.engine
-
Clones the test tree, skipping test elements that implement
Timer by default.
- TreeClonerNoTimer() - Constructor for class org.apache.jmeter.engine.TreeClonerNoTimer
-
- TreeClonerNoTimer(boolean) - Constructor for class org.apache.jmeter.engine.TreeClonerNoTimer
-
- TreeNodeNamingPolicy - Interface in org.apache.jmeter.gui.action
-
- treeNodesChanged(TreeModelEvent) - Method in class org.apache.jmeter.gui.UndoHistory
-
Record the changes in the node as the undo step
- treeNodesInserted(TreeModelEvent) - Method in class org.apache.jmeter.gui.UndoHistory
-
Record adding nodes as the undo step
- treeNodesRemoved(TreeModelEvent) - Method in class org.apache.jmeter.gui.UndoHistory
-
Record deleting nodes as the undo step
- TreeState - Interface in org.apache.jmeter.gui
-
- TreeState.TreeStateImpl - Class in org.apache.jmeter.gui
-
- TreeStateImpl(int, List<Integer>) - Constructor for class org.apache.jmeter.gui.TreeState.TreeStateImpl
-
- treeStructureChanged(TreeModelEvent) - Method in class org.apache.jmeter.gui.UndoHistory
-
Record some other change
- triggerEndOfLoop() - Method in interface org.apache.jmeter.control.Controller
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.GenericController
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.IfController
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.LoopController
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.RunTime
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.TransactionController
-
- triggerEndOfLoop() - Method in class org.apache.jmeter.control.WhileController
-
Trigger end of loop condition on controller (used by Start Next Loop feature)
- triggerEndOfLoop() - Method in class org.apache.jmeter.threads.AbstractThreadGroup
-
NOOP
- TristateCheckBox - Class in org.apache.jmeter.gui.util
-
derived from: http://www.javaspecialists.eu/archive/Issue145.html
- TristateCheckBox() - Constructor for class org.apache.jmeter.gui.util.TristateCheckBox
-
- TristateCheckBox(String) - Constructor for class org.apache.jmeter.gui.util.TristateCheckBox
-
- TristateCheckBox(String, boolean) - Constructor for class org.apache.jmeter.gui.util.TristateCheckBox
-
- TristateCheckBox(String, Icon, TristateState) - Constructor for class org.apache.jmeter.gui.util.TristateCheckBox
-
- TristateState - Enum in org.apache.jmeter.gui.util
-
- TurnElementsOn - Class in org.apache.jmeter.engine
-
- TurnElementsOn() - Constructor for class org.apache.jmeter.engine.TurnElementsOn
-
- TypeEditor - Enum in org.apache.jmeter.testbeans.gui
-
Allow direct specification of property editors.