Uses of Class
org.apache.storm.loadgen.SlowExecutorPattern
-
Uses of SlowExecutorPattern in org.apache.storm.loadgen
Modifier 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>)?".Modifier and TypeMethodDescriptionLoadCompConf.overrideSlowExecutorPattern
(SlowExecutorPattern slp) Override the SlowExecutorPattern with a new one.LoadCompConf.Builder.withSlowExecutorPattern
(SlowExecutorPattern slp) Modifier and TypeMethodDescriptionTopologyLoadConf.overrideSlowExecs
(Map<String, SlowExecutorPattern> topoSpecific) Override the SlowExecutorPattern for given components.ModifierConstructorDescriptionExecAndProcessLatencyEngine
(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)