Uses of Class
org.apache.storm.loadgen.OutputStream
Packages that use OutputStream
-
Uses of OutputStream in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen with type parameters of type OutputStreamMethods in org.apache.storm.loadgen that return OutputStreamModifier 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) Methods in org.apache.storm.loadgen that return types with arguments of type OutputStreamMethods in org.apache.storm.loadgen with parameters of type OutputStreamModifier and TypeMethodDescriptionLoadCompConf.Builder.withStream
(OutputStream stream) Add in a single OutputStream to this component.Method parameters in org.apache.storm.loadgen with type arguments of type OutputStreamConstructors in org.apache.storm.loadgen with parameters of type OutputStreamModifierConstructorDescriptionOutputStreamEngine
(OutputStream stats) Create an engine that can simulate the given stats.Constructor parameters in org.apache.storm.loadgen with type arguments of type OutputStreamModifierConstructorDescriptionLoadCompConf
(String id, int parallelism, List<OutputStream> streams, double cpuLoad, double memoryLoad, SlowExecutorPattern slp) Create a new LoadCompConf with the given values.