S - The initial state type.IN - The data in state.@FunctionalInterface public interface WindowContents<S extends org.apache.flink.api.common.state.State,IN> extends Serializable
State type into an iterable over its contents.| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> WindowContents<org.apache.flink.api.common.state.AggregatingState<IN,OUT>,OUT> |
aggregatingState() |
Iterable<IN> |
contents(S state) |
static <T> WindowContents<org.apache.flink.api.common.state.ListState<T>,T> |
listState() |
static <T> WindowContents<org.apache.flink.api.common.state.ReducingState<T>,T> |
reducingState() |
static <T> WindowContents<org.apache.flink.api.common.state.ReducingState<T>,T> reducingState()
static <IN,OUT> WindowContents<org.apache.flink.api.common.state.AggregatingState<IN,OUT>,OUT> aggregatingState()
static <T> WindowContents<org.apache.flink.api.common.state.ListState<T>,T> listState()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.