public static enum BaseCollectorConfig.JMeterCollectorType extends Enum<BaseCollectorConfig.JMeterCollectorType>
| Enum Constant and Description |
|---|
COUNTER |
GAUGE |
HISTOGRAM |
SUCCESS_RATIO |
SUMMARY |
| Modifier and Type | Method and Description |
|---|---|
static BaseCollectorConfig.JMeterCollectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseCollectorConfig.JMeterCollectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseCollectorConfig.JMeterCollectorType COUNTER
public static final BaseCollectorConfig.JMeterCollectorType GAUGE
public static final BaseCollectorConfig.JMeterCollectorType HISTOGRAM
public static final BaseCollectorConfig.JMeterCollectorType SUMMARY
public static final BaseCollectorConfig.JMeterCollectorType SUCCESS_RATIO
public static BaseCollectorConfig.JMeterCollectorType[] values()
for (BaseCollectorConfig.JMeterCollectorType c : BaseCollectorConfig.JMeterCollectorType.values()) System.out.println(c);
public static BaseCollectorConfig.JMeterCollectorType 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 nullCopyright © 2019. All rights reserved.