| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners | |
| org.apache.flink.table.runtime.operators.window.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CountSlidingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
CountTumblingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
WindowAssigner.open(InternalWindowProcessFunction.Context<?,W> ctx)
Initialization method for the function.
|
| 限定符和类型 | 字段和说明 |
|---|---|
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) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.