Interface Float64Stats.HistogramBucketOrBuilder (2.2.3)

public static interface Float64Stats.HistogramBucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The number of data values that are in the bucket, i.e. are between min and max values.

int64 count = 3;

Returns
TypeDescription
long

The count.

getMax()

public abstract double getMax()

The maximum value of the bucket, exclusive unless max = "Infinity", in which case it's inclusive.

double max = 2;

Returns
TypeDescription
double

The max.

getMin()

public abstract double getMin()

The minimum value of the bucket, inclusive.

double min = 1;

Returns
TypeDescription
double

The min.