Modifier and Type | Method and Description |
---|---|
ParticipantResult |
ParticipantResultFactory.createForError(String participantName,
String clientRegisteredName,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
void |
Client.reportResult(ParticipantResult testResult) |
Modifier and Type | Method and Description |
---|---|
List<ParticipantResult> |
TestResult.getParticipantResults() |
Modifier and Type | Method and Description |
---|---|
void |
TestResult.addParticipantResult(ParticipantResult result) |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerParticipantResult |
class |
ProducerParticipantResult |
Modifier and Type | Field and Description |
---|---|
static Comparator<? super ParticipantResult> |
ParticipantResult.PARTICIPANT_NAME_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
ParticipantResult |
ParticipantResultAggregator.getAggregatedResult() |
ParticipantResult |
AggregatedTestResult.getAllConsumerParticipantResult() |
ParticipantResult |
AggregatedTestResult.getAllParticipantResult()
Returns the result where
getNumberOfMessagesProcessed()
is the total number of messages consumed during the test, and getTimeTaken()
is the time between the start of the first producer and the end of the last consumer to finish. |
ParticipantResult |
AggregatedTestResult.getAllProducerParticipantResult() |
Modifier and Type | Method and Description |
---|---|
List<ParticipantResult> |
AggregatedTestResult.getParticipantResults() |
List<ParticipantResult> |
ITestResult.getParticipantResults() |
Modifier and Type | Method and Description |
---|---|
void |
ParticipantResultAggregator.aggregate(ParticipantResult result) |
void |
AggregatedTestResult.setAllConsumerParticipantResult(ParticipantResult allConsumerParticipantResult) |
void |
AggregatedTestResult.setAllParticipantResult(ParticipantResult allParticipantResult) |
void |
AggregatedTestResult.setAllProducerParticipantResult(ParticipantResult allProducerParticipantResult) |
Constructor and Description |
---|
ParticipantResultAggregator(Class<? extends ParticipantResult> targetClass,
String aggregateResultName) |
Modifier and Type | Method and Description |
---|---|
int |
CSVOrderParticipantResultComparator.compare(ParticipantResult left,
ParticipantResult right) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.