| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.evictors |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,W extends Window> |
DeltaEvictor.of(double threshold,
DeltaFunction<T> deltaFunction)
Creates a
DeltaEvictor from the given threshold and DeltaFunction. |
static <T,W extends Window> |
DeltaEvictor.of(double threshold,
DeltaFunction<T> deltaFunction,
boolean doEvictAfter)
Creates a
DeltaEvictor from the given threshold, DeltaFunction. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.