@Internal public class MergeOperatorStates extends Object implements org.apache.flink.api.common.functions.GroupReduceFunction<org.apache.flink.runtime.checkpoint.OperatorState,org.apache.flink.runtime.checkpoint.savepoint.Savepoint>
OperatorState's into a single Savepoint.| 构造器和说明 |
|---|
MergeOperatorStates(Collection<org.apache.flink.runtime.checkpoint.MasterState> masterStates) |
public MergeOperatorStates(Collection<org.apache.flink.runtime.checkpoint.MasterState> masterStates)
public void reduce(Iterable<org.apache.flink.runtime.checkpoint.OperatorState> values, org.apache.flink.util.Collector<org.apache.flink.runtime.checkpoint.savepoint.Savepoint> out)
reduce 在接口中 org.apache.flink.api.common.functions.GroupReduceFunction<org.apache.flink.runtime.checkpoint.OperatorState,org.apache.flink.runtime.checkpoint.savepoint.Savepoint>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.