Uses of Interface
org.apache.flink.state.api.input.operator.window.WindowContents
Packages that use WindowContents
-
Uses of WindowContents in org.apache.flink.state.api.input.operator.window
Methods in org.apache.flink.state.api.input.operator.window that return WindowContentsModifier and TypeMethodDescriptionstatic <IN,OUT> WindowContents<org.apache.flink.api.common.state.AggregatingState<IN, OUT>, OUT> WindowContents.aggregatingState()static <T> WindowContents<org.apache.flink.api.common.state.ListState<T>,T> WindowContents.listState()static <T> WindowContents<org.apache.flink.api.common.state.ReducingState<T>,T> WindowContents.reducingState()