Class DeleteAccumulatorWindow

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,String>,scala.collection.immutable.Seq<String>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>
com.here.platform.data.client.flink.impl.DeleteAccumulatorWindow
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

public class DeleteAccumulatorWindow extends org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,String>,scala.collection.immutable.Seq<String>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    open(org.apache.flink.api.common.functions.OpenContext openContext)
     
    void
    process(int key, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,String>,scala.collection.immutable.Seq<String>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>.org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context context, Iterable<scala.Tuple2<Object,String>> input, org.apache.flink.util.Collector<scala.collection.immutable.Seq<String>> out)
     

    Methods inherited from class org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction

    clear, process

    Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction

    close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeleteAccumulatorWindow

      public DeleteAccumulatorWindow()
  • Method Details

    • open

      public void open(org.apache.flink.api.common.functions.OpenContext openContext)
      Specified by:
      open in interface org.apache.flink.api.common.functions.RichFunction
      Overrides:
      open in class org.apache.flink.api.common.functions.AbstractRichFunction
    • process

      public void process(int key, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<scala.Tuple2<Object,String>,scala.collection.immutable.Seq<String>,Object,org.apache.flink.streaming.api.windowing.windows.TimeWindow>.org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context context, Iterable<scala.Tuple2<Object,String>> input, org.apache.flink.util.Collector<scala.collection.immutable.Seq<String>> out)