| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.groupwindow.assigners | |
| org.apache.flink.table.runtime.operators.window.groupwindow.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CountTumblingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
CountSlidingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
GroupWindowAssigner.open(InternalWindowProcessFunction.Context<?,W> ctx)
Initialization method for the function.
|
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
MergingWindowProcessFunction.MergingContext<K,W extends Window>
A
Context used for MergingWindowProcessFunction. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected InternalWindowProcessFunction.Context<K,W> |
InternalWindowProcessFunction.ctx |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InternalWindowProcessFunction.open(InternalWindowProcessFunction.Context<K,W> ctx)
Initialization method for the function.
|
void |
MergingWindowProcessFunction.open(InternalWindowProcessFunction.Context<K,W> ctx) |
| 构造器和说明 |
|---|
DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx,
NamespaceAggsHandleFunctionBase<W> windowAggregator) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.