| Modifier and Type | Method and Description |
|---|---|
void |
CountSlidingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
CountTumblingWindowAssigner.open(InternalWindowProcessFunction.Context<?,CountWindow> ctx) |
void |
GroupWindowAssigner.open(InternalWindowProcessFunction.Context<?,W> ctx)
Initialization method for the function.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MergingWindowProcessFunction.MergingContext<K,W extends Window>
A
Context used for MergingWindowProcessFunction. |
| Modifier and Type | Field and Description |
|---|---|
protected InternalWindowProcessFunction.Context<K,W> |
InternalWindowProcessFunction.ctx |
| Modifier and Type | Method and Description |
|---|---|
void |
MergingWindowProcessFunction.open(InternalWindowProcessFunction.Context<K,W> ctx) |
void |
InternalWindowProcessFunction.open(InternalWindowProcessFunction.Context<K,W> ctx)
Initialization method for the function.
|
| Constructor and Description |
|---|
DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx,
NamespaceAggsHandleFunctionBase<W> windowAggregator) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.