| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
LogBucket |
LogBucket.clone() |
LogBucket |
LogBucket.set(java.lang.String fieldName,
java.lang.Object value) |
LogBucket |
LogBucket.setCount(java.lang.Long count)
Number of values in this bucket.
|
LogBucket |
LogBucket.setLog(java.lang.Integer log)
floor(log2(value)); defined to be zero for nonpositive values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LogBucket> |
DistributionUpdate.getLogBuckets()
(Optional) Logarithmic histogram of values.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionUpdate |
DistributionUpdate.setLogBuckets(java.util.List<LogBucket> logBuckets)
(Optional) Logarithmic histogram of values.
|