Uses of Class
org.apache.storm.loadgen.OutputStream
-
Uses of OutputStream in org.apache.storm.loadgen
Modifier and TypeMethodDescriptionOutputStream.Builder.build()
static OutputStream
Create an output stream from a config.OutputStream.remap
(String origId, Map<GlobalStreamId, GlobalStreamId> remappedStreams) OutputStream.scaleThroughput
(double v) Modifier and TypeMethodDescriptionLoadCompConf.Builder.withStream
(OutputStream stream) Add in a single OutputStream to this component.ModifierConstructorDescriptionOutputStreamEngine
(OutputStream stats) Create an engine that can simulate the given stats.ModifierConstructorDescriptionLoadCompConf
(String id, int parallelism, List<OutputStream> streams, double cpuLoad, double memoryLoad, SlowExecutorPattern slp) Create a new LoadCompConf with the given values.