public enum ParticipantAttribute extends Enum<ParticipantAttribute>
Participant
that we write to the test output file.
Order of declaration is currently important - it determines they order they appear in the output.OutputAttribute
Modifier and Type | Method and Description |
---|---|
String |
format(Object attributeValue) |
String |
getDecimalFormat() |
String |
getDisplayName() |
static ParticipantAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipantAttribute TEST_NAME
public static final ParticipantAttribute ITERATION_NUMBER
public static final ParticipantAttribute THROUGHPUT
public static final ParticipantAttribute AVERAGE_LATENCY
public static final ParticipantAttribute CONFIGURED_CLIENT_NAME
public static final ParticipantAttribute PARTICIPANT_NAME
public static final ParticipantAttribute NUMBER_OF_MESSAGES_PROCESSED
public static final ParticipantAttribute PAYLOAD_SIZE
public static final ParticipantAttribute PRIORITY
public static final ParticipantAttribute TIME_TO_LIVE
public static final ParticipantAttribute ACKNOWLEDGE_MODE
public static final ParticipantAttribute DELIVERY_MODE
public static final ParticipantAttribute BATCH_SIZE
public static final ParticipantAttribute MAXIMUM_DURATION
public static final ParticipantAttribute PRODUCER_INTERVAL
public static final ParticipantAttribute IS_TOPIC
public static final ParticipantAttribute IS_DURABLE_SUBSCRIPTION
public static final ParticipantAttribute IS_BROWSING_SUBSCRIPTION
public static final ParticipantAttribute IS_SELECTOR
public static final ParticipantAttribute IS_NO_LOCAL
public static final ParticipantAttribute IS_SYNCHRONOUS_CONSUMER
public static final ParticipantAttribute TOTAL_NUMBER_OF_CONSUMERS
public static final ParticipantAttribute TOTAL_NUMBER_OF_PRODUCERS
public static final ParticipantAttribute TOTAL_PAYLOAD_PROCESSED
public static final ParticipantAttribute TIME_TAKEN
public static final ParticipantAttribute ERROR_MESSAGE
public static final ParticipantAttribute MIN_LATENCY
public static final ParticipantAttribute MAX_LATENCY
public static final ParticipantAttribute LATENCY_STANDARD_DEVIATION
public static final ParticipantAttribute MESSAGE_THROUGHPUT
public static final ParticipantAttribute PROVIDER_VERSION
public static final ParticipantAttribute PROTOCOL_VERSION
public static ParticipantAttribute[] values()
for (ParticipantAttribute c : ParticipantAttribute.values()) System.out.println(c);
public static ParticipantAttribute 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 getDecimalFormat()
public String getDisplayName()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.