Package | Description |
---|---|
org.apache.flink.table.runtime.operators.window.triggers |
Modifier and Type | Interface and Description |
---|---|
static interface |
Trigger.OnMergeContext
Extension of
Trigger.TriggerContext that is given to Trigger.onMerge(Window,
OnMergeContext) . |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingTimeTriggers.AfterFirstElementPeriodic.open(Trigger.TriggerContext ctx) |
void |
ProcessingTimeTriggers.AfterEndOfWindow.open(Trigger.TriggerContext ctx) |
void |
ProcessingTimeTriggers.AfterEndOfWindowNoLate.open(Trigger.TriggerContext ctx) |
void |
ElementTriggers.EveryElement.open(Trigger.TriggerContext ctx) |
void |
ElementTriggers.CountElement.open(Trigger.TriggerContext ctx) |
void |
EventTimeTriggers.AfterEndOfWindow.open(Trigger.TriggerContext ctx) |
void |
EventTimeTriggers.AfterEndOfWindowEarlyAndLate.open(Trigger.TriggerContext ctx) |
void |
EventTimeTriggers.AfterEndOfWindowNoLate.open(Trigger.TriggerContext ctx) |
abstract void |
Trigger.open(Trigger.TriggerContext ctx)
Initialization method for the trigger.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.