Interface Distribution.BucketOptions.ExponentialOrBuilder (2.7.4)

public static interface Distribution.BucketOptions.ExponentialOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGrowthFactor()

public abstract double getGrowthFactor()

Must be greater than 1.

double growth_factor = 2;

Returns
TypeDescription
double

The growthFactor.

getNumFiniteBuckets()

public abstract int getNumFiniteBuckets()

Must be greater than 0.

int32 num_finite_buckets = 1;

Returns
TypeDescription
int

The numFiniteBuckets.

getScale()

public abstract double getScale()

Must be greater than 0.

double scale = 3;

Returns
TypeDescription
double

The scale.