- getAllFailedResults(Collection<? extends Future<? extends StepResult>>) - Static method in class org.threadly.load.StepResultCollectionUtils
-
Looks through collection of futures looking for any
StepResult's that are in a failure
state.
- getBoolValue(String) - Method in class org.threadly.load.ParameterStore
-
Returns a boolean value parameter for the given key.
- getBoolValue(String, boolean) - Method in class org.threadly.load.ParameterStore
-
Returns a boolean value parameter for the given key.
- getDescription() - Method in interface org.threadly.load.StepResult
-
Get description of the test.
- getDoubleValue(String) - Method in class org.threadly.load.ParameterStore
-
Returns a double value parameter for the given key.
- getDoubleValue(String, double) - Method in class org.threadly.load.ParameterStore
-
Returns a double value parameter for the given key.
- getError() - Method in interface org.threadly.load.StepResult
-
Get the error result if it occurred.
- getFailedResult(Collection<? extends Future<? extends StepResult>>) - Static method in class org.threadly.load.StepResultCollectionUtils
-
Looks through collection of futures looking for any
StepResult's that are in a failure
state.
- getGlobalParam(String) - Static method in class org.threadly.load.AbstractScriptStep
-
- getIdentifier() - Method in class org.threadly.load.AbstractScriptStep
-
- getIdentifier() - Method in interface org.threadly.load.ScriptStep
-
Get the name or identifier that was provided at construction for this test step.
- getIntValue(String) - Method in class org.threadly.load.ParameterStore
-
Returns an int value parameter for the given key.
- getIntValue(String, int) - Method in class org.threadly.load.ParameterStore
-
Returns an int value parameter for the given key.
- getLongValue(String) - Method in class org.threadly.load.ParameterStore
-
Returns a long value parameter for the given key.
- getLongValue(String, long) - Method in class org.threadly.load.ParameterStore
-
Returns a long value parameter for the given key.
- getMaximumNeededThreadCount() - Method in class org.threadly.load.AbstractScriptBuilder
-
Call to check how many threads this script will need to execute at the current build point.
- getMaximumNeededThreadCount() - Method in class org.threadly.load.SequentialScriptBuilder
-
- getPossibleParameters() - Method in class org.threadly.load.ParameterStore
-
This is an optional function to override.
- getRunTime(TimeUnit) - Method in interface org.threadly.load.StepResult
-
Check how long the test executed for until it completed normally, or in an error state.
- getRunTimeAverage(Collection<? extends Future<? extends StepResult>>, TimeUnit) - Static method in class org.threadly.load.StepResultCollectionUtils
-
Calculates the average runtime per test step.
- getRunTimePercentiles(Collection<? extends Future<? extends StepResult>>, double...) - Static method in class org.threadly.load.StepResultCollectionUtils
-
Sort through results to get step run time percentiles.
- getStepType() - Method in class org.threadly.load.AbstractScriptStep
-
- getStepType() - Method in interface org.threadly.load.ScriptStep
-
Checked before step execution.
- getStringValue(String) - Method in class org.threadly.load.ParameterStore
-
Returns a string value parameter for the given key.
- getStringValue(String, String) - Method in class org.threadly.load.ParameterStore
-
Returns a String value parameter for the given key.
- getThreadQtyNeeded() - Method in class org.threadly.load.ExecutableScript
-
Returns how many threads will be started when the script is executed.