Interface ProducerLoadGenerator
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ProducerMaxLoadGenerator, ProducerTargetRateLoadGenerator, SkeletalProducerLoadGenerator
-
Method Summary
Modifier and TypeMethodDescriptionFuture<?> asyncClose(Runnable onClosed) io.netty.util.concurrent.OrderedEventExecutororg.HdrHistogram.SingleWriterRecorderorg.HdrHistogram.SingleWriterRecorderbooleanvoidrun()
-
Method Details
-
getExecutor
io.netty.util.concurrent.OrderedEventExecutor getExecutor() -
run
-
asyncClose
-
getWaitLatencies
org.HdrHistogram.SingleWriterRecorder getWaitLatencies() -
getSendCompletedLatencies
org.HdrHistogram.SingleWriterRecorder getSendCompletedLatencies() -
getProducer
AsyncJms2ProducerFacade getProducer() -
isCompleted
boolean isCompleted() -
getFatalException
Exception getFatalException()
-