Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.clone() |
Histogram |
DistributionUpdate.getHistogram()
(Optional) Histogram of value counts for the distribution.
|
Histogram |
Histogram.set(String fieldName,
Object value) |
Histogram |
Histogram.setBucketCounts(List<Long> bucketCounts)
Counts of values in each bucket.
|
Histogram |
Histogram.setFirstBucketOffset(Integer firstBucketOffset)
Starting index of first stored bucket.
|
Modifier and Type | Method and Description |
---|---|
DistributionUpdate |
DistributionUpdate.setHistogram(Histogram histogram)
(Optional) Histogram of value counts for the distribution.
|
Copyright © 2011–2019 Google. All rights reserved.