Uses of Class
org.apache.storm.loadgen.NormalDistStats
Packages that use NormalDistStats
-
Uses of NormalDistStats in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen declared as NormalDistStatsModifier and TypeFieldDescriptionfinal NormalDistStats
InputStream.execTime
final NormalDistStats
InputStream.processTime
final NormalDistStats
OutputStream.rate
Methods in org.apache.storm.loadgen that return NormalDistStatsModifier 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.Methods in org.apache.storm.loadgen with parameters of type NormalDistStatsModifier and TypeMethodDescriptionInputStream.Builder.withExecTime
(NormalDistStats execTime) InputStream.Builder.withProcessTime
(NormalDistStats processTime) OutputStream.Builder.withRate
(NormalDistStats rate) Constructors in org.apache.storm.loadgen with parameters of type NormalDistStatsModifierConstructorDescriptionInputStream
(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.