Class FeatureReduceWindow
java.lang.Object
com.here.platform.data.client.flink.impl.FeatureReduceWindow
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.ReduceFunction<InteractiveMapFeaturePojo>
public class FeatureReduceWindow
extends Object
implements org.apache.flink.api.common.functions.ReduceFunction<InteractiveMapFeaturePojo>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreduce(InteractiveMapFeaturePojo first, InteractiveMapFeaturePojo second)
-
Constructor Details
-
FeatureReduceWindow
public FeatureReduceWindow()
-
-
Method Details
-
reduce
public InteractiveMapFeaturePojo reduce(InteractiveMapFeaturePojo first, InteractiveMapFeaturePojo second) - Specified by:
reducein interfaceorg.apache.flink.api.common.functions.ReduceFunction<InteractiveMapFeaturePojo>
-