public class IdentityGroupReduce<IN> extends Object implements org.apache.flink.api.common.functions.GroupReduceFunction<IN,IN>
| Constructor and Description |
|---|
IdentityGroupReduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Iterable<IN> values,
org.apache.flink.util.Collector<IN> out) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.