public static class Min.MinIntegerFn extends Min.MinFn<Integer> implements com.google.cloud.dataflow.sdk.util.common.CounterProvider<Integer>
CombineFn that computes the minimum of a collection
of Integers, useful as an argument to
Combine.globally(com.google.cloud.dataflow.sdk.transforms.SerializableFunction<java.lang.Iterable<V>, V>) or Combine.perKey(com.google.cloud.dataflow.sdk.transforms.SerializableFunction<java.lang.Iterable<V>, V>).| Constructor and Description |
|---|
MinIntegerFn() |
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.dataflow.sdk.util.common.Counter<Integer> |
getCounter(String name) |
addInput, createAccumulator, extractOutput, getAccumulatorCoder, getDefaultOutputCoder, mergeAccumulatorsapply, asKeyedFn, getOutputType