Uses of Class
org.apache.flink.streaming.api.windowing.assigners.WindowAssigner.WindowAssignerContext
Packages that use WindowAssigner.WindowAssignerContext
Package
Description
-
Uses of WindowAssigner.WindowAssignerContext in org.apache.flink.runtime.asyncprocessing.operators.windowing
Fields in org.apache.flink.runtime.asyncprocessing.operators.windowing declared as WindowAssigner.WindowAssignerContextModifier and TypeFieldDescriptionprotected WindowAssigner.WindowAssignerContextAsyncWindowOperator.windowAssignerContextMethods in org.apache.flink.runtime.asyncprocessing.operators.windowing that return WindowAssigner.WindowAssignerContext -
Uses of WindowAssigner.WindowAssignerContext in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners with parameters of type WindowAssigner.WindowAssignerContextModifier and TypeMethodDescriptionGlobalWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) SlidingEventTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) SlidingProcessingTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) TumblingEventTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) TumblingProcessingTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) abstract Collection<W>WindowAssigner.assignWindows(T element, long timestamp, WindowAssigner.WindowAssignerContext context) Returns aCollectionof windows that should be assigned to the element. -
Uses of WindowAssigner.WindowAssignerContext in org.apache.flink.streaming.runtime.operators.windowing
Fields in org.apache.flink.streaming.runtime.operators.windowing declared as WindowAssigner.WindowAssignerContextModifier and TypeFieldDescriptionprotected WindowAssigner.WindowAssignerContextWindowOperator.windowAssignerContext