| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api.input.operator.window |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.