Uses of Class
org.apache.activemq.artemis.cli.commands.messages.perf.PerfCommand
-
Packages that use PerfCommand Package Description org.apache.activemq.artemis.cli.commands.messages.perf -
-
Uses of PerfCommand in org.apache.activemq.artemis.cli.commands.messages.perf
Subclasses of PerfCommand in org.apache.activemq.artemis.cli.commands.messages.perf Modifier and Type Class Description classPerfClientCommandclassPerfConsumerCommandclassPerfProducerCommandMethods in org.apache.activemq.artemis.cli.commands.messages.perf that return PerfCommand Modifier and Type Method Description PerfCommandPerfCommand. setDestinations(List<String> destinations)PerfCommandPerfCommand. setDuration(int duration)PerfCommandPerfCommand. setHdrFileName(String hdrFileName)PerfCommandPerfCommand. setMessageCount(long messageCount)PerfCommandPerfCommand. setNumDestinations(int numDestinations)PerfCommandPerfCommand. setReportFileName(String reportFileName)PerfCommandPerfCommand. setShowLatency(boolean showLatency)PerfCommandPerfCommand. setWarmup(int warmup)
-