Class InternalAggregateProcessAllWindowFunction<T,​ACC,​V,​R,​W extends Window>

  • Type Parameters:
    W - The window type
    T - The type of the input to the AggregateFunction
    ACC - The type of the AggregateFunction's accumulator
    V - The type of the AggregateFunction's result, and the input to the WindowFunction
    R - The result type of the WindowFunction
    All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction, InternalWindowFunction<Iterable<T>,​R,​Byte,​W>

    public final class InternalAggregateProcessAllWindowFunction<T,​ACC,​V,​R,​W extends Window>
    extends org.apache.flink.api.common.functions.WrappingFunction<ProcessAllWindowFunction<V,​R,​W>>
    implements InternalWindowFunction<Iterable<T>,​R,​Byte,​W>
    Internal window function for wrapping a ProcessAllWindowFunction that takes an Iterable and an AggregateFunction.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalAggregateProcessAllWindowFunction

        public InternalAggregateProcessAllWindowFunction​(org.apache.flink.api.common.functions.AggregateFunction<T,​ACC,​V> aggFunction,
                                                         ProcessAllWindowFunction<V,​R,​W> windowFunction)
    • Method Detail

      • open

        public void open​(org.apache.flink.api.common.functions.OpenContext openContext)
                  throws Exception
        Specified by:
        open in interface org.apache.flink.api.common.functions.RichFunction
        Overrides:
        open in class org.apache.flink.api.common.functions.WrappingFunction<ProcessAllWindowFunction<V,​R,​W extends Window>>
        Throws:
        Exception
      • getRuntimeContext

        public org.apache.flink.api.common.functions.RuntimeContext getRuntimeContext()
        Specified by:
        getRuntimeContext in interface org.apache.flink.api.common.functions.RichFunction
        Overrides:
        getRuntimeContext in class org.apache.flink.api.common.functions.AbstractRichFunction
      • getIterationRuntimeContext

        public org.apache.flink.api.common.functions.IterationRuntimeContext getIterationRuntimeContext()
        Specified by:
        getIterationRuntimeContext in interface org.apache.flink.api.common.functions.RichFunction
        Overrides:
        getIterationRuntimeContext in class org.apache.flink.api.common.functions.AbstractRichFunction