public static interface TestDuration.TestProgress
Modifier and Type | Method and Description |
---|---|
default long |
elapsedTime(TimeUnit outputTimeUnit)
It represents the works done expressed in unit of time.
|
long |
messageCount()
It represents the works done expressed in messages processed.
|
long |
startedEpochMillis()
It represent the start of the test in milliseconds using Unix Epoch in milliseconds.
|
long startedEpochMillis()
If the test isn't started yet it is an arbitrary negative value.
default long elapsedTime(TimeUnit outputTimeUnit)
outputTimeUnit
- the output time unit (seconds, minutes, etc)long messageCount()
This documentation was released into the public domain.