public static interface Distribution.BucketOptions.ExponentialOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getGrowthFactor()
Must be greater than 1.
|
int |
getNumFiniteBuckets()
Must be greater than 0.
|
double |
getScale()
Must be greater than 0.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNumFiniteBuckets()
Must be greater than 0.
optional int32 num_finite_buckets = 1;double getGrowthFactor()
Must be greater than 1.
optional double growth_factor = 2;double getScale()
Must be greater than 0.
optional double scale = 3;