Uses of Class
org.apache.storm.loadgen.NormalDistStats
-
Uses of NormalDistStats in org.apache.storm.loadgen
Modifier and TypeFieldDescriptionfinal NormalDistStats
InputStream.execTime
final NormalDistStats
InputStream.processTime
final NormalDistStats
OutputStream.rate
Modifier and TypeMethodDescriptionstatic NormalDistStats
Read the stats from a config.static NormalDistStats
Read the stats from a config.InputStream.Builder.getExecTime()
InputStream.Builder.getProcessTime()
OutputStream.Builder.getRate()
NormalDistStats.scaleBy
(double v) Scale the stats by v.Modifier and TypeMethodDescriptionInputStream.Builder.withExecTime
(NormalDistStats execTime) InputStream.Builder.withProcessTime
(NormalDistStats processTime) OutputStream.Builder.withRate
(NormalDistStats rate) ModifierConstructorDescriptionInputStream
(String fromComponent, String toComponent, String id, NormalDistStats execTime, NormalDistStats processTime, GroupingType groupingType) Create a new input stream to a bolt.OutputStream
(String id, NormalDistStats rate, boolean areKeysSkewed) Create a new stream with stats.