Uses of Class
org.apache.storm.loadgen.SlowExecutorPattern
Packages that use SlowExecutorPattern
-
Uses of SlowExecutorPattern in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen declared as SlowExecutorPatternMethods in org.apache.storm.loadgen that return SlowExecutorPatternModifier and TypeMethodDescriptionstatic SlowExecutorPattern
Creates a SlowExecutorPattern from a Map config.static SlowExecutorPattern
SlowExecutorPattern.fromString
(String strRepresentation) Parses a string (command line) representation of "<SLOWNESS>(:<COUNT>)?".Methods in org.apache.storm.loadgen with parameters of type SlowExecutorPatternModifier and TypeMethodDescriptionLoadCompConf.overrideSlowExecutorPattern
(SlowExecutorPattern slp) Override the SlowExecutorPattern with a new one.LoadCompConf.Builder.withSlowExecutorPattern
(SlowExecutorPattern slp) Method parameters in org.apache.storm.loadgen with type arguments of type SlowExecutorPatternModifier and TypeMethodDescriptionTopologyLoadConf.overrideSlowExecs
(Map<String, SlowExecutorPattern> topoSpecific) Override the SlowExecutorPattern for given components.Constructors in org.apache.storm.loadgen with parameters of type SlowExecutorPatternModifierConstructorDescriptionExecAndProcessLatencyEngine
(SlowExecutorPattern skewedPattern) LoadCompConf
(String id, int parallelism, List<OutputStream> streams, double cpuLoad, double memoryLoad, SlowExecutorPattern slp) Create a new LoadCompConf with the given values.SplitSentence
(SlowExecutorPattern slowness)