Class UpsertAccumulatorWindow
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>
com.here.platform.data.client.flink.impl.UpsertAccumulatorWindow
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
public class UpsertAccumulatorWindow
extends org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction
org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidopen(org.apache.flink.api.common.functions.OpenContext openContext) voidprocess(int key, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object, InteractiveMapFeaturePojo>, scala.collection.immutable.Seq<InteractiveMapFeaturePojo>, Object, org.apache.flink.streaming.api.windowing.windows.TimeWindow>.org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context context, Iterable<scala.Tuple2<Object, InteractiveMapFeaturePojo>> input, org.apache.flink.util.Collector<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>> out) Methods inherited from class org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction
clear, processMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContext
-
Constructor Details
-
UpsertAccumulatorWindow
public UpsertAccumulatorWindow()
-
-
Method Details
-
open
public void open(org.apache.flink.api.common.functions.OpenContext openContext) - Specified by:
openin interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
openin classorg.apache.flink.api.common.functions.AbstractRichFunction
-
process
public void process(int key, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object, InteractiveMapFeaturePojo>, scala.collection.immutable.Seq<InteractiveMapFeaturePojo>, Object, org.apache.flink.streaming.api.windowing.windows.TimeWindow>.org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context context, Iterable<scala.Tuple2<Object, InteractiveMapFeaturePojo>> input, org.apache.flink.util.Collector<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>> out)
-