public enum AutoStopMetric extends Enum<AutoStopMetric>
| Enum Constant and Description |
|---|
CONNECT_TIME |
ERRORS |
LATENCY |
RECEIVED_BYTES |
SAMPLE_TIME |
SAMPLES |
SENT_BYTES |
| Modifier and Type | Method and Description |
|---|---|
long |
extractFrom(org.apache.jmeter.samplers.SampleResult result) |
String |
getName() |
static AutoStopMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoStopMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoStopMetric SAMPLE_TIME
public static final AutoStopMetric LATENCY
public static final AutoStopMetric CONNECT_TIME
public static final AutoStopMetric SAMPLES
public static final AutoStopMetric ERRORS
public static final AutoStopMetric SENT_BYTES
public static final AutoStopMetric RECEIVED_BYTES
public static AutoStopMetric[] values()
for (AutoStopMetric c : AutoStopMetric.values()) System.out.println(c);
public static AutoStopMetric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long extractFrom(org.apache.jmeter.samplers.SampleResult result)
public String getName()
Copyright © 2024. All rights reserved.