public static class Min.MinLongFn extends Min.MinFn<Long> implements com.google.cloud.dataflow.sdk.util.common.CounterProvider<Long>
CombineFn that computes the minimum of a collection
of Longs, 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 |
|---|
MinLongFn() |
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.dataflow.sdk.util.common.Counter<Long> |
getCounter(String name) |
addInput, createAccumulator, extractOutput, getAccumulatorCoder, getDefaultOutputCoder, mergeAccumulatorsapply, asKeyedFn, getOutputType