Uses of Class
org.apache.storm.loadgen.NormalDistStats
-
Packages that use NormalDistStats Package Description org.apache.storm.loadgen -
-
Uses of NormalDistStats in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen declared as NormalDistStats Modifier and Type Field Description NormalDistStats
InputStream. execTime
NormalDistStats
InputStream. processTime
NormalDistStats
OutputStream. rate
Methods in org.apache.storm.loadgen that return NormalDistStats Modifier and Type Method Description static NormalDistStats
NormalDistStats. fromConf(Map<String,Object> conf)
Read the stats from a config.static NormalDistStats
NormalDistStats. fromConf(Map<String,Object> conf, Double def)
Read the stats from a config.NormalDistStats
InputStream.Builder. getExecTime()
NormalDistStats
InputStream.Builder. getProcessTime()
NormalDistStats
OutputStream.Builder. getRate()
NormalDistStats
NormalDistStats. scaleBy(double v)
Scale the stats by v.Methods in org.apache.storm.loadgen with parameters of type NormalDistStats Modifier and Type Method Description InputStream.Builder
InputStream.Builder. withExecTime(NormalDistStats execTime)
InputStream.Builder
InputStream.Builder. withProcessTime(NormalDistStats processTime)
OutputStream.Builder
OutputStream.Builder. withRate(NormalDistStats rate)
Constructors in org.apache.storm.loadgen with parameters of type NormalDistStats Constructor Description InputStream(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.
-