| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.triggers |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.