-
- All Implemented Interfaces:
public final class BucketStats.Snapshot
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubleaverageprivate final LongmaxValueprivate final LongminValueprivate final LongtotalValueprivate final LongtotalCountprivate final Buckets.Snapshotbuckets
-
Constructor Summary
Constructors Constructor Description BucketStats.Snapshot(Double average, Long maxValue, Long minValue, Long totalValue, Long totalCount, Buckets.Snapshot buckets)
-
Method Summary
Modifier and Type Method Description final DoublegetAverage()final LonggetMaxValue()final LonggetMinValue()final LonggetTotalValue()final LonggetTotalCount()final Buckets.SnapshotgetBuckets()-
-
Method Detail
-
getAverage
final Double getAverage()
-
getMaxValue
final Long getMaxValue()
-
getMinValue
final Long getMinValue()
-
getTotalValue
final Long getTotalValue()
-
getTotalCount
final Long getTotalCount()
-
getBuckets
final Buckets.Snapshot getBuckets()
-
-
-
-