| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.triggers |
| Modifier and Type | Method and Description |
|---|---|
static <T,W extends Window> |
DeltaTrigger.of(double threshold,
DeltaFunction<T> deltaFunction,
org.apache.flink.api.common.typeutils.TypeSerializer<T> stateSerializer)
Creates a delta trigger from the given threshold and
DeltaFunction. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.