Uses of Class
org.apache.storm.loadgen.TopologyLoadConf
-
Uses of TopologyLoadConf in org.apache.storm.loadgen
Modifier and TypeMethodDescriptionTopologyLoadConf.anonymize()
Create a new version of this topology with identifiable information removed.static TopologyLoadConf
Parse the TopologyLoadConf from a file in YAML format.static TopologyLoadConf
Parse the TopologyLoadConf from a config map.TopologyLoadConf.overrideSlowExecs
(Map<String, SlowExecutorPattern> topoSpecific) Override the SlowExecutorPattern for given components.TopologyLoadConf.replaceShuffleWithLocalOrShuffle()
TopologyLoadConf.scaleParallel
(double v, Map<String, Double> topoSpecific) Scale all of the components in the topology by a percentage (but keep the throughput the same).TopologyLoadConf.scaleThroughput
(double v, Map<String, Double> topoSpecific) Scale the throughput of the entire topology by a percentage.