Uses of Interface
org.apache.flink.state.api.input.operator.window.WindowContents
-
Packages that use WindowContents Package Description org.apache.flink.state.api.input.operator.window -
-
Uses of WindowContents in org.apache.flink.state.api.input.operator.window
Methods in org.apache.flink.state.api.input.operator.window that return WindowContents Modifier and Type Method Description static <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()
-