IN
- OUT
- @Deprecated @PublicEvolving public abstract class GroupReduceIterator<IN,OUT> extends org.apache.flink.api.common.functions.RichGroupReduceFunction<IN,OUT>
Iterable
.构造器和说明 |
---|
GroupReduceIterator()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
reduce(Iterable<IN> values,
org.apache.flink.util.Collector<OUT> out)
已过时。
|
abstract Iterator<OUT> |
reduceGroup(Iterable<IN> values)
已过时。
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.