| Package | Description |
|---|---|
| org.apache.flink.state.api.input.operator.window |
| Modifier and Type | Method and 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() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.