public static enum LoadTestStatistics.Statistic extends Enum<LoadTestStatistics.Statistic>
Enum Constant and Description |
---|
AVERAGE |
BPS |
BYTES |
COUNT |
CURRENT_CNT |
ERRORRATIO |
ERRORS |
LAST |
MAXIMUM |
MININMUM |
SUM |
TPS |
Modifier and Type | Method and Description |
---|---|
static LoadTestStatistics.Statistic |
forIndex(int column) |
String |
getDescription() |
int |
getIndex() |
String |
getName() |
static LoadTestStatistics.Statistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadTestStatistics.Statistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadTestStatistics.Statistic MININMUM
public static final LoadTestStatistics.Statistic MAXIMUM
public static final LoadTestStatistics.Statistic AVERAGE
public static final LoadTestStatistics.Statistic LAST
public static final LoadTestStatistics.Statistic COUNT
public static final LoadTestStatistics.Statistic TPS
public static final LoadTestStatistics.Statistic BYTES
public static final LoadTestStatistics.Statistic BPS
public static final LoadTestStatistics.Statistic ERRORS
public static final LoadTestStatistics.Statistic SUM
public static final LoadTestStatistics.Statistic CURRENT_CNT
public static final LoadTestStatistics.Statistic ERRORRATIO
public static LoadTestStatistics.Statistic[] values()
for (LoadTestStatistics.Statistic c : LoadTestStatistics.Statistic.values()) System.out.println(c);
public static LoadTestStatistics.Statistic 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 String getDescription()
public int getIndex()
public String getName()
public static LoadTestStatistics.Statistic forIndex(int column)
Copyright © 2019. All Rights Reserved.