Uses of Class
org.apache.storm.loadgen.OutputStream
-
Packages that use OutputStream Package Description org.apache.storm.loadgen -
-
Uses of OutputStream in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen with type parameters of type OutputStream Modifier and Type Field Description List<OutputStream>
LoadCompConf. streams
Methods in org.apache.storm.loadgen that return OutputStream Modifier and Type Method Description OutputStream
OutputStream.Builder. build()
static OutputStream
OutputStream. fromConf(Map<String,Object> conf)
Create an output stream from a config.OutputStream
OutputStream. remap(String origId, Map<GlobalStreamId,GlobalStreamId> remappedStreams)
OutputStream
OutputStream. scaleThroughput(double v)
Methods in org.apache.storm.loadgen that return types with arguments of type OutputStream Modifier and Type Method Description List<OutputStream>
LoadCompConf.Builder. getStreams()
Methods in org.apache.storm.loadgen with parameters of type OutputStream Modifier and Type Method Description LoadCompConf.Builder
LoadCompConf.Builder. withStream(OutputStream stream)
Add in a single OutputStream to this component.Method parameters in org.apache.storm.loadgen with type arguments of type OutputStream Modifier and Type Method Description LoadCompConf.Builder
LoadCompConf.Builder. withStreams(List<OutputStream> streams)
Constructors in org.apache.storm.loadgen with parameters of type OutputStream Constructor Description OutputStreamEngine(OutputStream stats)
Create an engine that can simulate the given stats.Constructor parameters in org.apache.storm.loadgen with type arguments of type OutputStream Constructor Description LoadCompConf(String id, int parallelism, List<OutputStream> streams, double cpuLoad, double memoryLoad, SlowExecutorPattern slp)
Create a new LoadCompConf with the given values.
-