public class Exponential extends Object implements Serializable
| Constructor and Description |
|---|
Exponential()
No args constructor for use in serialization
|
Exponential(Double growthFactor,
Integer numFiniteBuckets,
Double scale) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getGrowthFactor() |
Integer |
getNumFiniteBuckets() |
Double |
getScale() |
void |
setGrowthFactor(Double growthFactor) |
void |
setNumFiniteBuckets(Integer numFiniteBuckets) |
void |
setScale(Double scale) |
public Double getGrowthFactor()
public void setGrowthFactor(Double growthFactor)
public Integer getNumFiniteBuckets()
public void setNumFiniteBuckets(Integer numFiniteBuckets)
public Double getScale()
public void setScale(Double scale)
Copyright © 2017–2018 Red Hat. All rights reserved.