Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
SplitInt64 |
SplitInt64.clone() |
SplitInt64 |
FloatingPointMean.getCount()
The number of values being aggregated.
|
SplitInt64 |
DistributionUpdate.getCount()
The count of the number of elements present in the distribution.
|
SplitInt64 |
IntegerMean.getCount()
The number of values being aggregated.
|
SplitInt64 |
CounterUpdate.getInteger()
Integer value for Sum, Max, Min.
|
SplitInt64 |
DistributionUpdate.getMax()
The maximum value present in the distribution.
|
SplitInt64 |
DistributionUpdate.getMin()
The minimum value present in the distribution.
|
SplitInt64 |
DistributionUpdate.getSum()
Use an int64 since we'd prefer the added precision.
|
SplitInt64 |
IntegerMean.getSum()
The sum of all values being aggregated.
|
SplitInt64 |
IntegerGauge.getValue()
The value of the variable represented by this gauge.
|
SplitInt64 |
SplitInt64.set(java.lang.String fieldName,
java.lang.Object value) |
SplitInt64 |
SplitInt64.setHighBits(java.lang.Integer highBits)
The high order bits, including the sign: n >> 32.
|
SplitInt64 |
SplitInt64.setLowBits(java.lang.Long lowBits)
The low order bits: n & 0xffffffff.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SplitInt64> |
IntegerList.getElements()
Elements of the list.
|
Modifier and Type | Method and Description |
---|---|
FloatingPointMean |
FloatingPointMean.setCount(SplitInt64 count)
The number of values being aggregated.
|
DistributionUpdate |
DistributionUpdate.setCount(SplitInt64 count)
The count of the number of elements present in the distribution.
|
IntegerMean |
IntegerMean.setCount(SplitInt64 count)
The number of values being aggregated.
|
CounterUpdate |
CounterUpdate.setInteger(SplitInt64 integer__)
Integer value for Sum, Max, Min.
|
DistributionUpdate |
DistributionUpdate.setMax(SplitInt64 max)
The maximum value present in the distribution.
|
DistributionUpdate |
DistributionUpdate.setMin(SplitInt64 min)
The minimum value present in the distribution.
|
DistributionUpdate |
DistributionUpdate.setSum(SplitInt64 sum)
Use an int64 since we'd prefer the added precision.
|
IntegerMean |
IntegerMean.setSum(SplitInt64 sum)
The sum of all values being aggregated.
|
IntegerGauge |
IntegerGauge.setValue(SplitInt64 value)
The value of the variable represented by this gauge.
|
Modifier and Type | Method and Description |
---|---|
IntegerList |
IntegerList.setElements(java.util.List<SplitInt64> elements)
Elements of the list.
|