Uses of Class
org.apache.storm.loadgen.SlowExecutorPattern
-
Packages that use SlowExecutorPattern Package Description org.apache.storm.loadgen -
-
Uses of SlowExecutorPattern in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen declared as SlowExecutorPattern Modifier and Type Field Description SlowExecutorPattern
LoadCompConf. slp
Methods in org.apache.storm.loadgen that return SlowExecutorPattern Modifier and Type Method Description static SlowExecutorPattern
SlowExecutorPattern. fromConf(Map<String,Object> conf)
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 SlowExecutorPattern Modifier and Type Method Description LoadCompConf
LoadCompConf. overrideSlowExecutorPattern(SlowExecutorPattern slp)
Override the SlowExecutorPattern with a new one.LoadCompConf.Builder
LoadCompConf.Builder. withSlowExecutorPattern(SlowExecutorPattern slp)
Method parameters in org.apache.storm.loadgen with type arguments of type SlowExecutorPattern Modifier and Type Method Description TopologyLoadConf
TopologyLoadConf. overrideSlowExecs(Map<String,SlowExecutorPattern> topoSpecific)
Override the SlowExecutorPattern for given components.Constructors in org.apache.storm.loadgen with parameters of type SlowExecutorPattern Constructor Description ExecAndProcessLatencyEngine(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)
-